HomeSort by relevance Sort by last modified time
    Searched refs:full_name (Results 76 - 100 of 241) sorted by null

1 2 34 5 6 7 8 910

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.h 86 bool LibraryNameIs(const char *full_name, const char *base_name);
sanitizer_coverage_mapping_libcdep.cc 79 const char *module_name = StripModuleName(module.full_name());
  /external/flatbuffers/src/
idl_gen_json_schema.cpp 54 std::string full_name; local
57 full_name.append(*ns + "_");
59 full_name.append(enum_def->name);
60 return full_name;
  /external/protobuf/src/google/protobuf/util/
type_resolver_util.cc 118 type->set_name(descriptor->full_name());
184 enum_type->set_name(descriptor->full_name());
199 return url_prefix_ + "/" + descriptor->full_name();
203 return url_prefix_ + "/" + descriptor->full_name();
message_differencer.cc 237 << field->full_name();
241 << " comparison. Field name is: " << field->full_name();
244 << field->full_name();
250 << field->full_name();
254 << " comparison. Field name is: " << field->full_name();
257 << field->full_name();
264 << field->full_name();
267 << field->full_name();
269 << key->full_name()
271 << field->full_name() << ", not " << key->containing_type()->full_name()
    [all...]
  /external/squashfs-tools/squashfs-tools/
xattr.h 44 char *full_name; member in struct:xattr_list
  /external/tensorflow/tensorflow/core/kernels/data/
concatenate_dataset_op.cc 129 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("i"), i_));
134 writer->WriteScalar(full_name("input_impl_uninitialized"), ""));
142 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("i"), &i_));
143 if (reader->Contains(full_name("input_impl_uninitialized"))) {
scan_dataset_op.cc 225 writer->WriteScalar(full_name("state_size"), state_.size()));
228 full_name(strings::StrCat("state[", idx, "]")), state_[idx]));
238 if (reader->Contains(full_name("state_size"))) {
241 reader->ReadScalar(full_name("state_size"), &size));
245 full_name(strings::StrCat("state[", idx, "]")), &state_[idx]));
reader_dataset_ops.cc 172 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("current_file_index"),
180 full_name("current_pos"), buffered_input_stream_->Tell()));
190 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("current_file_index"),
195 if (reader->Contains(full_name("current_pos"))) {
198 reader->ReadScalar(full_name("current_pos"), &current_pos));
438 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("current_file_index"),
446 writer->WriteScalar(full_name("current_pos"), current_pos));
454 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("current_file_index"),
459 reader->ReadScalar(full_name("current_pos"), &current_pos));
621 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("current_file_index")
    [all...]
random_dataset_op.cc 112 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("num_random_samples"),
120 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("num_random_samples"),
range_dataset_op.cc 115 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("next"), next_));
122 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("next"), &next_));
tensor_slice_dataset_op.cc 136 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("i"), i_));
143 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("i"), &i_));
zip_dataset_op.cc 139 writer->WriteScalar(full_name("input_impls_empty"), ""));
150 if (reader->Contains(full_name("input_impls_empty"))) {
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomlookuptask.h 25 std::string full_name() const { function in struct:buzz::MucRoomInfo
  /external/nanopb-c/generator/google/protobuf/
text_format.py 88 out.write(field.message_type.full_name)
90 out.write(field.full_name)
181 message_descriptor.full_name)
189 name, message_descriptor.full_name))
210 message_descriptor.full_name, name))
731 enum_descriptor.full_name, value))
738 enum_descriptor.full_name, number))
  /external/tensorflow/tensorflow/contrib/kafka/kernels/
kafka_dataset_ops.cc 172 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("current_topic_index"),
180 writer->WriteScalar(full_name("current_pos"), offset_));
190 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("current_topic_index"),
195 if (reader->Contains(full_name("current_pos"))) {
198 reader->ReadScalar(full_name("current_pos"), &current_pos));
  /external/perfetto/tools/proto_to_cpp/
proto_to_cpp.cc 374 std::string full_name = prefix + msg->name(); local
375 p->Print("$f$::$n$() = default;\n", "f", full_name, "n", msg->name());
376 p->Print("$f$::~$n$() = default;\n", "f", full_name, "n", msg->name());
377 p->Print("$f$::$n$(const $f$&) = default;\n", "f", full_name, "n",
379 p->Print("$f$& $f$::operator=(const $f$&) = default;\n", "f", full_name, "n",
381 p->Print("$f$::$n$($f$&&) noexcept = default;\n", "f", full_name, "n",
383 p->Print("$f$& $f$::operator=($f$&&) = default;\n", "f", full_name, "n",
391 p->Print("void $f$::FromProto(const $p$& proto) {\n", "f", full_name, "p",
431 p->Print("void $f$::ToProto($p$* proto) const {\n", "f", full_name, "p",
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 150 raise KeyError('"%s" is not an extension.' % extension_handle.full_name)
154 % extension_handle.full_name)
159 (extension_handle.full_name,
160 extension_handle.containing_type.full_name,
161 message.DESCRIPTOR.full_name))
542 (extension_handle.full_name, actual_handle.full_name,
543 cls.DESCRIPTOR.full_name, extension_handle.number))
545 cls._extensions_by_name[extension_handle.full_name] = extension_handle
551 extension_handle.message_type.full_name] = extension_handl
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 180 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
182 const string& full_name() const;
513 const string& full_name() const; // Fully-qualified name of the field.
739 const string& full_name() const; // Fully-qualified name of the oneof.
    [all...]
  /external/tensorflow/tensorflow/tools/docs/
parser.py 50 for full_name, message in self._errors:
51 print(template % (full_name, message), file=sys.stderr)
53 def append(self, full_name, message):
57 full_name: The path to the file in which the error occurred.
60 self._errors.append((full_name, message))
71 def documentation_path(full_name):
80 full_name: Fully qualified name of a library symbol.
83 The file path to which to write the documentation for `full_name`.
85 dirs = full_name.split('.')
283 def py_master_name(self, full_name)
817 def full_name(self): member in class:_FunctionPageInfo
930 def full_name(self): member in class:_ClassPageInfo
1231 def full_name(self): member in class:_ModulePageInfo
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 180 // Foo, Baz's full_name is "bar.Foo.Baz". To get only the part that
182 const string& full_name() const;
513 const string& full_name() const; // Fully-qualified name of the field.
739 const string& full_name() const; // Fully-qualified name of the oneof.
    [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 139 if descriptor.full_name in well_known_types.WKTBASES:
140 bases += (well_known_types.WKTBASES[descriptor.full_name],)
237 raise KeyError('"%s" is not an extension.' % extension_handle.full_name)
241 % extension_handle.full_name)
246 (extension_handle.full_name,
247 extension_handle.containing_type.full_name,
248 message.DESCRIPTOR.full_name))
478 enum_type.full_name, value))
765 (extension_handle.full_name, actual_handle.full_name,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.cc 150 GOOGLE_LOG(WARNING) << "field \"" << field->full_name() << "\" is conflicting "
176 << field->full_name();
  /frameworks/base/tools/incident_section_gen/
main.cpp 220 return replaceAll(field->full_name(), '.', "__");
226 return replaceAll(descriptor->full_name(), '.', "_") + "__MSG__" +
247 parents->insert(descriptor->full_name());
256 if (parents->find(field->message_type()->full_name()) != parents->end()) break;
267 parents->erase(descriptor->full_name());
553 parents->find(field->message_type()->full_name()) == parents->end()) {
554 parents->insert(field->message_type()->full_name());
556 parents->erase(field->message_type()->full_name());
  /external/freetype/src/cid/
cidtoken.h 44 T1_FIELD_STRING( "FullName", full_name, 0 )

Completed in 484 milliseconds

1 2 34 5 6 7 8 910