Searched refs:parent_name (Results 1 - 25 of 26) sorted by relevance

12

/external/google-breakpad/src/common/
H A Dlanguage.cc43 string MakeQualifiedName(const string &parent_name, argument
45 if (parent_name.empty())
48 return parent_name + "::" + name;
57 string MakeQualifiedName(const string &parent_name, argument
59 if (parent_name.empty())
62 return parent_name + "." + name;
71 string MakeQualifiedName(const string &parent_name, argument
H A Dlanguage.h77 virtual string MakeQualifiedName (const string &parent_name,
/external/tensorflow/tensorflow/tools/docs/
H A Ddoc_generator_visitor.py125 def __call__(self, parent_name, parent, children):
133 parent_name: The fully qualified name of a symbol found during traversal.
134 parent: The Python object referenced by `parent_name`.
143 parent_name = self._add_prefix(parent_name)
144 self._index[parent_name] = parent
145 self._tree[parent_name] = []
148 raise RuntimeError('Unexpected type in visitor -- %s: %r' % (parent_name,
157 full_name = '.'.join([parent_name, name]) if parent_name els
[all...]
H A Dgenerate_lib.py47 parent_name = full_name.rsplit('.', 1)[0]
48 if tf_inspect.isclass(index[parent_name]):
H A Dparser.py1610 parent_name = ''
1612 parent_name = full_name[:full_name.rfind('.')]
1613 if parent_name in index and tf_inspect.isclass(index[parent_name]):
/external/e2fsprogs/lib/ext2fs/
H A Dget_pathname.c76 char *parent_name = 0, *ret; local
121 buf, &parent_name);
125 *name = parent_name;
130 retval = ext2fs_get_mem(strlen(parent_name)+strlen(gp.name)+2,
133 retval = ext2fs_get_mem(strlen(parent_name)+5, &ret);
138 if (parent_name[1])
139 strcat(ret, parent_name);
149 ext2fs_free_mem(&parent_name);
H A Dinline_data.c703 const char *parent_name = "test"; local
715 retval = ext2fs_mkdir(fs, 11, 0, parent_name);
718 "while creating %s dir", parent_name);
722 retval = ext2fs_lookup(fs, 11, parent_name, strlen(parent_name),
726 "while looking up %s dir", parent_name);
734 "while looking up %s dir", parent_name);
758 "while looking up %s dir", parent_name);
779 com_err("dir_test", retval, "while expanding %s dir", parent_name);
/external/python/cpython3/Lib/importlib/
H A D__init__.py152 parent_name = name.rpartition('.')[0]
153 if parent_name:
155 parent = sys.modules[parent_name]
158 raise ImportError(msg.format(parent_name),
159 name=parent_name) from None
H A Dutil.py85 parent_name = fullname.rpartition('.')[0]
86 if parent_name:
88 parent = __import__(parent_name, fromlist=['__path__'])
/external/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py134 parent_name = class_name
152 parent_name += '<' + ', '.join(template_args) + '>'
156 % (class_name, parent_name))
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py134 parent_name = class_name
152 parent_name += '<' + ', '.join(template_args) + '>'
156 % (class_name, parent_name))
/external/libmojo/mojo/edk/system/
H A Dnode_controller.cc510 ports::NodeName parent_name; local
513 parent_name = parent_name_;
515 return GetPeerChannel(parent_name);
896 const ports::NodeName& parent_name,
904 parent_name_ = parent_name;
915 parent->SetRemoteNodeName(parent_name);
922 DVLOG(1) << "Child " << name_ << " accepting parent " << parent_name; local
1045 ports::NodeName parent_name; local
1049 parent_name = parent_name_;
1053 DCHECK(parent_name
895 OnAcceptChild(const ports::NodeName& from_node, const ports::NodeName& parent_name, const ports::NodeName& token) argument
[all...]
H A Dnode_channel.h45 const ports::NodeName& parent_name,
127 void AcceptChild(const ports::NodeName& parent_name,
H A Dnode_channel.cc62 ports::NodeName parent_name; member in struct:mojo::edk::__anon11807::AcceptChildData
272 void NodeChannel::AcceptChild(const ports::NodeName& parent_name, argument
277 data->parent_name = parent_name;
535 delegate_->OnAcceptChild(remote_node_name_, data->parent_name,
H A Dnode_controller.h207 const ports::NodeName& parent_name,
/external/pdfium/core/fpdfdoc/
H A Dcpdf_interform.h102 const WideString& parent_name,
H A Dcpdf_interform.cpp1182 const WideString& parent_name,
1186 if (!parent_name.IsEmpty())
1187 name = parent_name + L".";
1181 FDF_ImportField(CPDF_Dictionary* pFieldDict, const WideString& parent_name, bool bNotify, int nLevel) argument
/external/selinux/libsepol/src/
H A Dhierarchy.c608 char *parent_name, *datum_name, *tmp; \
617 parent_name = strdup(datum_name); \
618 if (!parent_name) { \
622 parent_name[tmp - datum_name] = '\0'; \
624 parent = hashtab_search(p->p_##prefix##s.table, parent_name); \
628 parent_name, \
630 free(parent_name); \
635 free(parent_name); \
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb148 parent_name = 'n%i' % @node_to_number_map[ tree ]
155 :parent => parent_name, :child => child_name,
/external/vulkan-validation-layers/scripts/
H A Dobject_tracker_generator.py704 def outputObjects(self, obj_type, obj_name, obj_count, prefix, index, indent, destroy_func, destroy_array, disp_name, parent_name, null_allowed, top_level):
708 param_vuid_string = 'VUID-%s-%s-parameter' % (parent_name, obj_name)
709 parent_vuid_string = 'VUID-%s-%s-parent' % (parent_name, obj_name)
714 commonparent_vuid_string = 'VUID-%s-commonparent' % parent_name
734 def validate_objects(self, members, indent, prefix, array_index, create_func, destroy_func, destroy_array, disp_name, parent_name, first_level_param):
750 (tmp_decl, tmp_pre, tmp_post) = self.outputObjects(member.type, member.name, count_name, prefix, index, indent, destroy_func, destroy_array, disp_name, parent_name, str(null_allowed).lower(), first_level_param)
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c1482 void pre_scan(char *parent_name, unsigned int start_block, unsigned int offset, argument
1505 res = asprintf(&pathname, "%s/%s", parent_name, name);
1510 pre_scan(parent_name, start_block, offset, new);
1534 void dir_scan(char *parent_name, unsigned int start_block, unsigned int offset, argument
1545 parent_name);
1550 print_filename(parent_name, i);
1559 int res = mkdir(parent_name, S_IRUSR|S_IWUSR|S_IXUSR);
1567 "because %s\n", parent_name,
1577 res = chmod(parent_name, S_IRUSR|S_IWUSR|S_IXUSR);
1581 parent_name, strerro
[all...]
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc932 const string parent_name = ModuleLevelDescriptorName( local
935 "$nested_name$.containing_type = $parent_name$\n",
937 "parent_name", parent_name);
/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py757 parent_name = name
766 name = parent_name + "_assign"
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp490 static std::string GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour,
1220 std::string getVariableVerification(const std::string& parent_name, const glw::GLvoid* data,
H A Dgl4cEnhancedLayoutsTests.cpp1004 bool verifyVarying(Program& program, const std::string& parent_name, const Variable::Descriptor& desc, argument
1017 const std::string& name = Utils::Variable::GetReference(parent_name, desc, Utils::Variable::BASIC, 0);
3840 * @param parent_name Name of parent
3847 std::string Variable::GetReference(const std::string& parent_name, const Descriptor& variable, FLAVOUR flavour, argument
3853 if (false == parent_name.empty())
3855 name = parent_name;
6598 * @param parent_name Name of parent variable
6605 std::string TextureTestBase::getVariableVerification(const std::string& parent_name, const GLvoid* data, argument
6618 const std::string name = Utils::Variable::GetReference(parent_name, variable, flavour, element);

Completed in 884 milliseconds

12