HomeSort by relevance Sort by last modified time
    Searched refs:parent_name (Results 1 - 25 of 34) sorted by null

1 2

  /external/google-breakpad/src/common/
language.cc 43 string MakeQualifiedName(const string &parent_name,
45 if (parent_name.empty())
48 return parent_name + "::" + name;
57 string MakeQualifiedName(const string &parent_name,
59 if (parent_name.empty())
62 return parent_name + "." + name;
71 string MakeQualifiedName(const string &parent_name,
language.h 64 // given that PARENT_NAME is the name of the construct enclosing
65 // NAME. If PARENT_NAME is the empty string, then NAME is a
77 virtual string MakeQualifiedName (const string &parent_name,
  /external/tensorflow/tensorflow/tools/docs/
doc_generator_visitor.py 125 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 else nam
    [all...]
generate_lib.py 47 parent_name = full_name.rsplit('.', 1)[0]
48 if tf_inspect.isclass(index[parent_name]):
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 76 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);
inline_data.c 703 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/
__init__.py 152 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
util.py 85 parent_name = fullname.rpartition('.')[0]
86 if parent_name:
88 parent = __import__(parent_name, fromlist=['__path__'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
bounds.py 56 return type_factory(self.policy, self.qpol_symbol.parent_name(self.policy))
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class.py 134 parent_name = class_name
152 parent_name += '<' + ', '.join(template_args) + '>'
156 % (class_name, parent_name))
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class.py 134 parent_name = class_name
152 parent_name += '<' + ', '.join(template_args) + '>'
156 % (class_name, parent_name))
  /frameworks/base/tools/aapt2/
Debug.cpp 70 const ResourceName& parent_name = parent_ref.name.value(); variable
71 if (package_ != parent_name.package) {
72 printer_->Print(parent_name.package);
75 printer_->Print(to_string(parent_name.type));
77 printer_->Print(parent_name.entry);
388 for (const auto& parent_name : entry.second) {
390 << "node_" << GetNodeIndex(names, parent_name) << ";\n";
  /external/libmojo/mojo/edk/system/
node_controller.cc 510 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
    [all...]
node_channel.h 45 const ports::NodeName& parent_name,
127 void AcceptChild(const ports::NodeName& parent_name,
node_channel.cc 62 ports::NodeName parent_name; member in struct:mojo::edk::__anon25158::AcceptChildData
272 void NodeChannel::AcceptChild(const ports::NodeName& parent_name,
277 data->parent_name = parent_name;
535 delegate_->OnAcceptChild(remote_node_name_, data->parent_name,
node_controller.h 207 const ports::NodeName& parent_name,
  /external/pdfium/core/fpdfdoc/
cpdf_interform.h 102 const WideString& parent_name,
cpdf_interform.cpp     [all...]
  /external/selinux/libsepol/src/
hierarchy.c 608 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); \
  /system/tpm/trunks/
tpm_utility_impl.cc 710 std::string parent_name; local
717 result = GetKeyName(kRSAStorageRootKey, &parent_name);
727 key_handle, key_name, kRSAStorageRootKey, parent_name, new_auth,
763 std::string parent_name; local
764 result = GetKeyName(kRSAStorageRootKey, &parent_name);
812 kRSAStorageRootKey, parent_name, encryption_key, public_data,
847 std::string parent_name; local
848 result = GetKeyName(kRSAStorageRootKey, &parent_name);
937 std::string parent_name; local
1012 std::string parent_name; local
1620 std::string parent_name; local
    [all...]
tpm_generated_test.cc 51 data.creation_data.parent_name.size = 3;
170 "\x00\x00" // creation.parent_name.size = 0
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 289 String parent_name = internalToBinaryClassName(parent_cr.getSuperName()); local
290 if (parent_name == null) {
293 } else if (super_name.equals(parent_name)) {
297 parent_cr = zipClasses.get(parent_name);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 148 parent_name = 'n%i' % @node_to_number_map[ tree ]
155 :parent => parent_name, :child => child_name,
  /external/vulkan-validation-layers/scripts/
object_tracker_generator.py     [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c     [all...]

Completed in 965 milliseconds

1 2