/external/protobuf/python/google/protobuf/ |
D | descriptor_pool.py | 215 self._CheckConflictRegister(desc, desc.full_name, desc.file.name) 217 self._descriptors[desc.full_name] = desc 233 self._CheckConflictRegister(enum_desc, enum_desc.full_name, file_name) 234 self._enum_descriptors[enum_desc.full_name] = enum_desc 240 top_level = (enum_desc.full_name.count('.') 243 top_level = enum_desc.full_name.count('.') == 0 248 full_name = _NormalizeFullyQualifiedName( 250 self._CheckConflictRegister(enum_value, full_name, file_name) 251 self._top_enum_values[full_name] = enum_value 264 self._CheckConflictRegister(service_desc, service_desc.full_name, [all …]
|
D | proto_builder.py | 44 def _GetMessageFromFactory(factory, full_name): argument 55 proto_descriptor = factory.pool.FindMessageTypeByName(full_name) 60 def MakeSimpleProtoClass(fields, full_name=None, pool=None): argument 76 if full_name is not None: 78 proto_cls = _GetMessageFromFactory(factory, full_name) 100 if full_name is None: 101 full_name = ('net.proto2.python.public.proto_builder.AnonymousProto_' + 104 proto_cls = _GetMessageFromFactory(factory, full_name) 112 _MakeFileDescriptorProto(proto_file_name, full_name, field_items)) 113 return _GetMessageFromFactory(factory, full_name) [all …]
|
D | descriptor.py | 168 def __init__(self, options, options_class_name, name, full_name, argument 197 self.full_name = full_name 281 def __new__(cls, name, full_name, filename, containing_type, fields, argument 288 return _message.default_pool.FindMessageTypeByName(full_name) 293 def __init__(self, name, full_name, filename, containing_type, fields, argument 306 options, 'MessageOptions', name, full_name, file, 524 def __new__(cls, name, full_name, index, number, type, cpp_type, label, argument 532 return _message.default_pool.FindExtensionByName(full_name) 534 return _message.default_pool.FindFieldByName(full_name) 536 def __init__(self, name, full_name, index, number, type, cpp_type, label, argument [all …]
|
D | json_format.py | 198 full_name = message_descriptor.full_name 201 if full_name in _WKTJSONMETHODS: 202 return methodcaller(_WKTJSONMETHODS[full_name][0], message)(self) 236 full_qualifier = field.full_name[:-len(field.name)] 317 full_name = message_descriptor.full_name 321 if full_name in _WKTJSONMETHODS: 322 js['value'] = methodcaller(_WKTJSONMETHODS[full_name][0], 460 full_name = message_descriptor.full_name 463 elif full_name in _WKTJSONMETHODS: 464 methodcaller(_WKTJSONMETHODS[full_name][1], value, message)(self) [all …]
|
/external/grpc-grpc/test/http2_test/ |
D | messages_pb2.py | 29 full_name='grpc.testing.PayloadType', 52 full_name='grpc.testing.BoolValue', 58 name='value', full_name='grpc.testing.BoolValue.value', index=0, 83 full_name='grpc.testing.Payload', 89 name='type', full_name='grpc.testing.Payload.type', index=0, 96 name='body', full_name='grpc.testing.Payload.body', index=1, 121 full_name='grpc.testing.EchoStatus', 127 name='code', full_name='grpc.testing.EchoStatus.code', index=0, 134 name='message', full_name='grpc.testing.EchoStatus.message', index=1, 159 full_name='grpc.testing.SimpleRequest', [all …]
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2.py | 30 full_name='routeguide.Point', 36 name='latitude', full_name='routeguide.Point.latitude', index=0, 43 name='longitude', full_name='routeguide.Point.longitude', index=1, 68 full_name='routeguide.Rectangle', 74 name='lo', full_name='routeguide.Rectangle.lo', index=0, 81 name='hi', full_name='routeguide.Rectangle.hi', index=1, 106 full_name='routeguide.Feature', 112 name='name', full_name='routeguide.Feature.name', index=0, 119 name='location', full_name='routeguide.Feature.location', index=1, 144 full_name='routeguide.RouteNote', [all …]
|
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_pb2.py | 30 full_name='routeguide.Point', 36 name='latitude', full_name='routeguide.Point.latitude', index=0, 43 name='longitude', full_name='routeguide.Point.longitude', index=1, 68 full_name='routeguide.Rectangle', 74 name='lo', full_name='routeguide.Rectangle.lo', index=0, 81 name='hi', full_name='routeguide.Rectangle.hi', index=1, 106 full_name='routeguide.Feature', 112 name='name', full_name='routeguide.Feature.name', index=0, 119 name='location', full_name='routeguide.Feature.location', index=1, 144 full_name='routeguide.RouteNote', [all …]
|
/external/avb/proto/ |
D | aftl_pb2.py | 35 full_name='aftl.FirmwareInfo', 41 name='vbmeta_hash', full_name='aftl.FirmwareInfo.vbmeta_hash', index=0, 48 name='version_incremental', full_name='aftl.FirmwareInfo.version_incremental', index=1, 55 name='platform_key', full_name='aftl.FirmwareInfo.platform_key', index=2, 62 name='manufacturer_key_hash', full_name='aftl.FirmwareInfo.manufacturer_key_hash', index=3, 69 name='description', full_name='aftl.FirmwareInfo.description', index=4, 94 full_name='aftl.SignedFirmwareInfo', 100 name='info', full_name='aftl.SignedFirmwareInfo.info', index=0, 107 name='info_signature', full_name='aftl.SignedFirmwareInfo.info_signature', index=1, 132 full_name='aftl.FirmwareImageInfo', [all …]
|
D | trillian_pb2.py | 35 full_name='trillian.LogRootFormat', 58 full_name='trillian.MapRootFormat', 81 full_name='trillian.HashStrategy', 120 full_name='trillian.TreeState', 159 full_name='trillian.TreeType', 213 full_name='trillian.Tree', 219 name='tree_id', full_name='trillian.Tree.tree_id', index=0, 226 name='tree_state', full_name='trillian.Tree.tree_state', index=1, 233 name='tree_type', full_name='trillian.Tree.tree_type', index=2, 240 name='hash_strategy', full_name='trillian.Tree.hash_strategy', index=3, [all …]
|
D | api_pb2.py | 34 full_name='aftl.AddFirmwareInfoRequest', 40 name='vbmeta', full_name='aftl.AddFirmwareInfoRequest.vbmeta', index=0, 47 name='fw_info', full_name='aftl.AddFirmwareInfoRequest.fw_info', index=1, 72 full_name='aftl.AddFirmwareInfoResponse', 78 name='fw_info_proof', full_name='aftl.AddFirmwareInfoResponse.fw_info_proof', index=0, 85 name='fw_info_leaf', full_name='aftl.AddFirmwareInfoResponse.fw_info_leaf', index=1, 92 name='vbmeta_proof', full_name='aftl.AddFirmwareInfoResponse.vbmeta_proof', index=2, 99 name='vbmeta_leaf', full_name='aftl.AddFirmwareInfoResponse.vbmeta_leaf', index=3, 124 full_name='aftl.AddFirmwareImageRequest', 130 name='fw_image_info', full_name='aftl.AddFirmwareImageRequest.fw_image_info', index=0, [all …]
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 299 def _get_applicable_entries(self, transformer_field, full_name, name): argument 308 if full_name in function_transformers: 309 transformers.append(function_transformers[full_name]) 316 def _get_applicable_dict(self, transformer_field, full_name, name): argument 326 transformers.update(function_transformers.get(full_name, {})) 351 def _maybe_add_warning(self, node, full_name): argument 354 if full_name in function_warnings: 355 level, message = function_warnings[full_name] 356 message = six.ensure_str(message).replace("<function name>", full_name) 358 "%s requires manual check. %s" % (full_name, message)) [all …]
|
D | tf_upgrade_v2.py | 1668 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument 1719 arg_name, full_name or name))) 1727 new_name = six.ensure_str(full_name).replace("tf.", "tf.compat.v1.", 1) 1732 (full_name, new_name, arg_name, message if message is not None else "") 1737 def _add_argument_transformer(parent, node, full_name, name, logs, argument 1744 full_name or name) 1749 def _iterator_transformer(parent, node, full_name, name, logs): argument 1755 if full_name and (six.ensure_str(full_name).startswith("tf.compat.v1.data") or 1756 six.ensure_str(full_name).startswith("tf.data")): 1775 def _dropout_transformer(parent, node, full_name, name, logs): argument [all …]
|
/external/avb/proto/crypto/keyspb/ |
D | keyspb_pb2.py | 31 full_name='keyspb.Specification.ECDSA.Curve', 62 full_name='keyspb.Specification.ECDSA', 68 name='curve', full_name='keyspb.Specification.ECDSA.curve', index=0, 93 full_name='keyspb.Specification.RSA', 99 name='bits', full_name='keyspb.Specification.RSA.bits', index=0, 123 full_name='keyspb.Specification.Ed25519', 146 full_name='keyspb.Specification', 152 name='ecdsa_params', full_name='keyspb.Specification.ecdsa_params', index=0, 159 name='rsa_params', full_name='keyspb.Specification.rsa_params', index=1, 166 name='ed25519_params', full_name='keyspb.Specification.ed25519_params', index=2, [all …]
|
/external/tensorflow/tensorflow/tools/docs/ |
D | parser.py | 40 def is_free_function(py_object, full_name, index): argument 55 parent_name = six.ensure_str(full_name).rsplit('.', 1)[0] 80 for full_name, message in self._errors: 81 logging.warn(template, full_name, message) 83 def append(self, full_name, message): argument 90 self._errors.append((full_name, message)) 101 def documentation_path(full_name, is_fragment=False): argument 117 parts = six.ensure_str(full_name).split('.') 340 def py_master_name(self, full_name): argument 342 return self._duplicate_of.get(full_name, full_name) [all …]
|
/external/avb/proto/aftl_google/api/ |
D | http_pb2.py | 32 full_name='google.api.Http', 38 name='rules', full_name='google.api.Http.rules', index=0, 45 …name='fully_decode_reserved_expansion', full_name='google.api.Http.fully_decode_reserved_expansion… 70 full_name='google.api.HttpRule', 76 name='selector', full_name='google.api.HttpRule.selector', index=0, 83 name='get', full_name='google.api.HttpRule.get', index=1, 90 name='put', full_name='google.api.HttpRule.put', index=2, 97 name='post', full_name='google.api.HttpRule.post', index=3, 104 name='delete', full_name='google.api.HttpRule.delete', index=4, 111 name='patch', full_name='google.api.HttpRule.patch', index=5, [all …]
|
/external/autotest/utils/side_effects/proto/ |
D | config_pb2.py | 30 full_name='test_platform.side_effects.TKOConfig', 36 name='proxy_socket', full_name='test_platform.side_effects.TKOConfig.proxy_socket', index=0, 43 name='mysql_user', full_name='test_platform.side_effects.TKOConfig.mysql_user', index=1, 50 …name='mysql_password_file', full_name='test_platform.side_effects.TKOConfig.mysql_password_file', … 75 full_name='test_platform.side_effects.GoogleStorageConfig', 81 name='bucket', full_name='test_platform.side_effects.GoogleStorageConfig.bucket', index=0, 88 …name='credentials_file', full_name='test_platform.side_effects.GoogleStorageConfig.credentials_fil… 113 full_name='test_platform.side_effects.ChromePerfConfig', 119 name='enabled', full_name='test_platform.side_effects.ChromePerfConfig.enabled', index=0, 144 full_name='test_platform.side_effects.CTSConfig', [all …]
|
/external/google-fonts/zilla-slab/ |
D | METADATA.pb | 12 full_name: "Zilla Slab Light" 21 full_name: "Zilla Slab Light Italic" 30 full_name: "Zilla Slab" 39 full_name: "Zilla Slab Italic" 48 full_name: "Zilla Slab Medium" 57 full_name: "Zilla Slab Medium Italic" 66 full_name: "Zilla Slab SemiBold" 75 full_name: "Zilla Slab SemiBold Italic" 84 full_name: "Zilla Slab Bold" 93 full_name: "Zilla Slab Bold Italic"
|
/external/perfetto/src/trace_processor/util/ |
D | descriptors.cc | 98 parent_idx ? descriptors_[*parent_idx].full_name() : package_name; in AddNestedProtoDescriptors() 99 auto full_name = in AddNestedProtoDescriptors() local 103 ProtoDescriptor proto_descriptor(package_name, full_name, in AddNestedProtoDescriptors() 127 parent_idx ? descriptors_[*parent_idx].full_name() : package_name; in AddEnumProtoDescriptors() 128 auto full_name = in AddEnumProtoDescriptors() local 131 ProtoDescriptor proto_descriptor(package_name, full_name, in AddEnumProtoDescriptors() 188 ResolveShortType(descriptor.full_name(), field.raw_type_name()); in AddFromFileDescriptorSet() 192 field.raw_type_name().c_str(), descriptor.full_name().c_str()); in AddFromFileDescriptorSet() 195 descriptors_[opt_desc.value()].full_name()); in AddFromFileDescriptorSet() 203 const std::string& full_name) const { in FindDescriptorIdx() [all …]
|
/external/google-fonts/rubik/ |
D | METADATA.pb | 12 full_name: "Rubik Light" 21 full_name: "Rubik Light Italic" 30 full_name: "Rubik Regular" 39 full_name: "Rubik Italic" 48 full_name: "Rubik Medium" 57 full_name: "Rubik Medium Italic" 66 full_name: "Rubik Bold" 75 full_name: "Rubik Bold Italic" 84 full_name: "Rubik Black" 93 full_name: "Rubik Black Italic"
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | cppgen_plugin.cc | 276 const std::string& full_name) { in Generate() argument 277 auto dot = full_name.rfind("::"); in Generate() 279 auto package = full_name.substr(0, dot); in Generate() 280 auto name = full_name.substr(dot + 2); in Generate() 478 std::string full_name = GetFullName(enum_desc); in GenEnum() local 492 std::string prefix = enum_desc->containing_type() ? full_name + "_" : ""; in GenEnum() 493 p->Print("enum $f$ : int {\n", "f", full_name); in GenEnum() 508 std::string full_name = GetFullName(enum_desc); in GenEnumAliases() local 511 p->Print("static constexpr auto $n$ = $f$_$n$;\n", "f", full_name, "n", in GenEnumAliases() 515 min_name = full_name + "_" + value->name(); in GenEnumAliases() [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | matching_files_dataset_op.cc | 197 full_name("current_pattern_index"), current_pattern_index_)); in SaveInternal() 199 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("current_pattern"), in SaveInternal() 202 writer->WriteScalar(full_name("hasMatch"), hasMatch_)); in SaveInternal() 204 writer->WriteScalar(full_name("isWindows"), isWindows_)); in SaveInternal() 207 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("queue_size"), in SaveInternal() 212 writer->WriteScalar(full_name(strings::StrCat("path_", i)), in SaveInternal() 215 full_name(strings::StrCat("path_status_", i)), in SaveInternal() 230 full_name("current_pattern_index"), ¤t_pattern_index)); in RestoreInternal() 234 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("current_pattern"), in RestoreInternal() 240 reader->ReadScalar(full_name("hasMatch"), &hasMatch)); in RestoreInternal() [all …]
|
D | group_by_reducer_dataset_op.cc | 293 writer->WriteScalar(full_name("end_of_input"), "")); in SaveInternal() 299 writer->WriteScalar(full_name("states_size"), states_.size())); in SaveInternal() 304 full_name(strings::StrCat("states[", idx, "]->key")), key)); in SaveInternal() 307 full_name(strings::StrCat("states[", idx, "]->state_size")), in SaveInternal() 311 full_name( in SaveInternal() 322 writer->WriteScalar(full_name("keys_index"), keys_index_)); in SaveInternal() 325 writer->WriteScalar(full_name("keys_size"), keys_.size())); in SaveInternal() 328 full_name(strings::StrCat("keys[", idx, "]")), keys_[idx])); in SaveInternal() 341 if (reader->Contains(full_name("end_of_input"))) end_of_input_ = true; in RestoreInternal() 344 if (reader->Contains(full_name("states_size"))) { in RestoreInternal() [all …]
|
/external/google-fonts/source-sans-pro/ |
D | METADATA.pb | 12 full_name: "Source Sans Pro ExtraLight" 21 full_name: "Source Sans Pro ExtraLight Italic" 30 full_name: "Source Sans Pro Light" 39 full_name: "Source Sans Pro Light Italic" 48 full_name: "Source Sans Pro Regular" 57 full_name: "Source Sans Pro Italic" 66 full_name: "Source Sans Pro SemiBold" 75 full_name: "Source Sans Pro SemiBold Italic" 84 full_name: "Source Sans Pro Bold" 93 full_name: "Source Sans Pro Bold Italic" [all …]
|
/external/google-fonts/lato/ |
D | METADATA.pb | 12 full_name: "Lato Thin" 21 full_name: "Lato Thin Italic" 30 full_name: "Lato ExtraLight" 39 full_name: "Lato ExtraLight Italic" 48 full_name: "Lato Light" 57 full_name: "Lato Light Italic" 66 full_name: "Lato Regular" 75 full_name: "Lato Italic" 84 full_name: "Lato Medium" 93 full_name: "Lato Medium Italic" [all …]
|
/external/python/setuptools/setuptools/tests/ |
D | files.py | 29 full_name = os.path.join(prefix, name) 31 pkg_resources.py31compat.makedirs(full_name, exist_ok=True) 32 build_files(contents, prefix=full_name) 35 with open(full_name, 'wb') as f: 38 with open(full_name, 'w') as f:
|