| /external/tensorflow/tensorflow/tools/compatibility/ |
| D | tf_upgrade_v2.py | 1701 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument 1770 def _add_argument_transformer(parent, node, full_name, name, logs, argument 1782 def _iterator_transformer(parent, node, full_name, name, logs): argument 1808 def _dropout_transformer(parent, node, full_name, name, logs): argument 1852 def _cast_transformer(parent, node, full_name, name, logs): argument 1892 parent, node, full_name, name, logs): argument 1930 def _image_resize_transformer(parent, node, full_name, name, logs): argument 1978 def _pool_seed_transformer(parent, node, full_name, name, logs): argument 2028 def _extract_glimpse_transformer(parent, node, full_name, name, logs): argument 2065 def _add_summary_step_transformer(parent, node, full_name, name, logs): argument [all …]
|
| D | ast_edits.py | 293 def _get_applicable_entries(self, transformer_field, full_name, name): argument 310 def _get_applicable_dict(self, transformer_field, full_name, name): argument 345 def _maybe_add_warning(self, node, full_name): argument 357 def _maybe_add_module_deprecation_warning(self, node, full_name, whole_name): argument 371 def _maybe_add_call_warning(self, node, full_name, name): argument 415 def _maybe_rename(self, parent, node, full_name): argument 428 def _maybe_change_to_function_call(self, parent, node, full_name): argument 442 def _maybe_add_arg_names(self, node, full_name): argument 473 def _maybe_modify_args(self, node, full_name, name): argument
|
| /external/protobuf/python/google/protobuf/ |
| D | proto_builder.py | 42 def _GetMessageFromFactory(factory, full_name): argument 58 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument 114 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
|
| D | descriptor_pool.py | 501 def FindMessageTypeByName(self, full_name): argument 519 def FindEnumTypeByName(self, full_name): argument 537 def FindFieldByName(self, full_name): argument 554 def FindOneofByName(self, full_name): argument 571 def FindExtensionByName(self, full_name): argument 676 def FindServiceByName(self, full_name): argument 693 def FindMethodByName(self, full_name): argument
|
| D | descriptor.py | 191 def __init__(self, options, options_class_name, name, full_name, argument 296 full_name=None, argument 319 def __init__(self, name, full_name, filename, containing_type, fields, argument 554 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 566 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument 692 def __new__(cls, name, full_name, filename, values, argument 699 def __init__(self, name, full_name, filename, values, argument 796 cls, name, full_name, index, containing_type, fields, options=None, argument 802 self, name, full_name, index, containing_type, fields, options=None, argument 842 full_name=None, argument [all …]
|
| /external/cronet/third_party/protobuf/python/google/protobuf/ |
| D | proto_builder.py | 42 def _GetMessageFromFactory(factory, full_name): argument 58 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument 114 def _MakeFileDescriptorProto(proto_file_name, full_name, field_items): argument
|
| D | descriptor_pool.py | 501 def FindMessageTypeByName(self, full_name): argument 519 def FindEnumTypeByName(self, full_name): argument 537 def FindFieldByName(self, full_name): argument 554 def FindOneofByName(self, full_name): argument 571 def FindExtensionByName(self, full_name): argument 676 def FindServiceByName(self, full_name): argument 693 def FindMethodByName(self, full_name): argument
|
| D | descriptor.py | 187 def __init__(self, options, options_class_name, name, full_name, argument 292 full_name=None, argument 315 def __init__(self, name, full_name, filename, containing_type, fields, argument 550 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 562 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument 688 def __new__(cls, name, full_name, filename, values, argument 695 def __init__(self, name, full_name, filename, values, argument 792 cls, name, full_name, index, containing_type, fields, options=None, argument 798 self, name, full_name, index, containing_type, fields, options=None, argument 838 full_name=None, argument [all …]
|
| /external/tensorflow/tensorflow/core/data/service/ |
| D | split_provider.cc | 66 std::function<std::string(std::string)> full_name, in Save() 73 std::function<std::string(std::string)> full_name, in Restore()
|
| /external/rust/crates/protobuf/2.27.1/src/reflect/ |
| D | message.rs | 31 full_name: String, field 53 let mut full_name = package.to_owned(); in compute_full_name() localVariable 86 let mut full_name = file.get_package().to_string(); in new_non_generic_by_rust_name() localVariable 150 let full_name = MessageDescriptor::compute_full_name( in new_non_generic_by_pb_name() localVariable 239 pub fn full_name(&self) -> &str { in full_name() method
|
| /external/tensorflow/tensorflow/core/data/ |
| D | split_utils.cc | 53 std::function<std::string(std::string)> full_name, in Save() 60 std::function<std::string(std::string)> full_name, in Restore() 96 std::function<std::string(std::string)> full_name, in Save() 108 std::function<std::string(std::string)> full_name, in Restore()
|
| /external/protobuf/php/src/Google/Protobuf/Internal/ |
| D | EnumDescriptor.php | 13 private $full_name; variable in Google\\Protobuf\\Internal\\EnumDescriptor 23 public function setFullName($full_name)
|
| D | Descriptor.php | 39 private $full_name; variable in Google\\Protobuf\\Internal\\Descriptor 67 public function setFullName($full_name)
|
| D | EnumBuilderContext.php | 44 public function __construct($full_name, $klass, $pool)
|
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| D | EnumDescriptor.php | 13 private $full_name; variable in Google\\Protobuf\\Internal\\EnumDescriptor 23 public function setFullName($full_name)
|
| D | Descriptor.php | 39 private $full_name; variable in Google\\Protobuf\\Internal\\Descriptor 66 public function setFullName($full_name)
|
| D | EnumBuilderContext.php | 44 public function __construct($full_name, $klass, $pool)
|
| /external/perfetto/src/protozero/protoc_plugin/ |
| D | cppgen_plugin.cc | 280 const std::string& full_name) { in Generate() 484 std::string full_name = GetFullName(enum_desc); in GenEnum() local 514 std::string full_name = GetFullName(enum_desc); in GenEnumAliases() local 535 std::string full_name = GetFullName(msg); in GenClassDecl() local 690 std::string full_name = GetFullName(msg); in GenClassDef() local
|
| /external/cronet/build/android/pylib/instrumentation/ |
| D | test_result.py | 13 def __init__(self, full_name, test_type, dur, log=''): argument
|
| /external/angle/build/android/pylib/instrumentation/ |
| D | test_result.py | 13 def __init__(self, full_name, test_type, dur, log=''): argument
|
| /external/tensorflow/tensorflow/core/profiler/utils/ |
| D | tf_op_utils.cc | 162 std::string DatasetOpEventName(absl::string_view full_name) { in DatasetOpEventName() 168 std::string IteratorName(absl::string_view full_name) { in IteratorName()
|
| /external/perfetto/src/trace_processor/util/ |
| D | descriptors.cc | 108 auto full_name = in AddNestedProtoDescriptors() local 178 auto full_name = in AddEnumProtoDescriptors() local 319 std::string full_name, in ProtoDescriptor()
|
| /external/toybox/toys/other/ |
| D | modinfo.c | 41 static void modinfo_file(char *full_name) in modinfo_file()
|
| /external/tensorflow/tensorflow/core/protobuf/ |
| D | trackable_object_graph.proto | 33 string full_name = 2; field
|
| /external/perfetto/src/protozero/filtering/ |
| D | filter_util.h | 99 std::string full_name; // e.g., "perfetto.protos.Foo.Bar"; member
|