Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/external/protobuf/python/google/protobuf/
Ddescriptor_pool.py215 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 …]
Dproto_builder.py44 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 …]
Ddescriptor.py168 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 …]
Djson_format.py198 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/
Dmessages_pb2.py29 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/rust/crates/grpcio-sys/grpc/test/http2_test/
Dmessages_pb2.py29 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/
Droute_guide_pb2.py30 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/
Droute_guide_pb2.py30 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/
Dtrillian_pb2.py35 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 …]
Dapi_pb2.py33 full_name='aftl.InclusionProof',
39 name='proof', full_name='aftl.InclusionProof.proof', index=0,
46 name='sth', full_name='aftl.InclusionProof.sth', index=1,
71 full_name='aftl.AddVBMetaRequest',
77 name='vbmeta', full_name='aftl.AddVBMetaRequest.vbmeta', index=0,
84 …name='signed_vbmeta_primary_annotation', full_name='aftl.AddVBMetaRequest.signed_vbmeta_primary_an…
109 full_name='aftl.AddVBMetaResponse',
115 name='annotation_proof', full_name='aftl.AddVBMetaResponse.annotation_proof', index=0,
122 name='annotation_leaf', full_name='aftl.AddVBMetaResponse.annotation_leaf', index=1,
129 name='vbmeta_proof', full_name='aftl.AddVBMetaResponse.vbmeta_proof', index=2,
[all …]
/external/tensorflow/tensorflow/tools/compatibility/
Dast_edits.py299 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 …]
Dtf_upgrade_v2.py1708 def _rename_if_arg_found_transformer(parent, node, full_name, name, logs, argument
1759 arg_name, full_name or name)))
1767 new_name = six.ensure_str(full_name).replace("tf.", "tf.compat.v1.", 1)
1772 (full_name, new_name, arg_name, message if message is not None else "")
1777 def _add_argument_transformer(parent, node, full_name, name, logs, argument
1784 full_name or name)
1789 def _iterator_transformer(parent, node, full_name, name, logs): argument
1795 if full_name and (six.ensure_str(full_name).startswith("tf.compat.v1.data") or
1796 six.ensure_str(full_name).startswith("tf.data")):
1815 def _dropout_transformer(parent, node, full_name, name, logs): argument
[all …]
/external/autotest/server/hosts/drone_api_client/
Dcommon_pb2.py28 full_name='chromiumos.config.api.test.tls.Output',
56 full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest',
62 name='name', full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest.name', index=0,
69 … name='command', full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest.command', index=1,
76 name='args', full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest.args', index=2,
83 name='stdin', full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest.stdin', index=3,
90 … name='stdout', full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest.stdout', index=4,
97 … name='stderr', full_name='chromiumos.config.api.test.tls.ExecDutCommandRequest.stderr', index=5,
122 full_name='chromiumos.config.api.test.tls.ExecDutCommandResponse.ExitInfo',
128 …name='status', full_name='chromiumos.config.api.test.tls.ExecDutCommandResponse.ExitInfo.status', …
[all …]
/external/avb/proto/crypto/keyspb/
Dkeyspb_pb2.py31 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/rust/crates/protobuf/src/reflect/
Dmessage.rs30 full_name: String, field
52 let mut full_name = package.to_owned(); in compute_full_name() localVariable
54 if full_name.len() != 0 { in compute_full_name()
55 full_name.push('.'); in compute_full_name()
57 full_name.push_str(path_to_package); in compute_full_name()
59 if full_name.len() != 0 { in compute_full_name()
60 full_name.push('.'); in compute_full_name()
62 full_name.push_str(proto.get_name()); in compute_full_name()
63 full_name in compute_full_name()
85 let mut full_name = file.get_package().to_string(); in new_non_generic_by_rust_name() localVariable
[all …]
/external/perfetto/src/trace_processor/util/
Ddescriptors.cc103 parent_idx ? descriptors_[*parent_idx].full_name() : package_name; in AddNestedProtoDescriptors()
104 auto full_name = in AddNestedProtoDescriptors() local
107 auto prev_idx = FindDescriptorIdx(full_name); in AddNestedProtoDescriptors()
111 file_name.c_str(), full_name.c_str(), in AddNestedProtoDescriptors()
116 ProtoDescriptor proto_descriptor(file_name, package_name, full_name, in AddNestedProtoDescriptors()
124 full_name.c_str()); in AddNestedProtoDescriptors()
174 parent_idx ? descriptors_[*parent_idx].full_name() : package_name; in AddEnumProtoDescriptors()
175 auto full_name = in AddEnumProtoDescriptors() local
178 auto prev_idx = FindDescriptorIdx(full_name); in AddEnumProtoDescriptors()
182 file_name.c_str(), full_name.c_str(), in AddEnumProtoDescriptors()
[all …]
/external/autotest/utils/side_effects/proto/
Dconfig_pb2.py30 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/tensorflow/tensorflow/core/kernels/data/
Dsplit_utils.cc47 std::function<std::string(std::string)> full_name, in Save() argument
50 return writer->WriteScalar(full_name(kIndex), i_); in Save()
54 std::function<std::string(std::string)> full_name, in Restore() argument
57 return reader->ReadScalar(full_name(kIndex), &i_); in Restore()
90 std::function<std::string(std::string)> full_name, in Save() argument
95 return full_name(absl::StrCat(kSplitProvider, kSlash, key)); in Save()
98 return writer->WriteScalar(full_name(kNumToSkip), num_to_skip_); in Save()
102 std::function<std::string(std::string)> full_name, in Restore() argument
107 return full_name(absl::StrCat(kSplitProvider, kSlash, key)); in Restore()
110 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name(kNumToSkip), &num_to_skip_)); in Restore()
/external/google-fonts/zilla-slab/
DMETADATA.pb12 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/google-fonts/rubik/
DMETADATA.pb12 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/
Dcppgen_plugin.cc278 const std::string& full_name) { in Generate() argument
279 auto dot = full_name.rfind("::"); in Generate()
281 auto package = full_name.substr(0, dot); in Generate()
282 auto name = full_name.substr(dot + 2); in Generate()
482 std::string full_name = GetFullName(enum_desc); in GenEnum() local
496 std::string prefix = enum_desc->containing_type() ? full_name + "_" : ""; in GenEnum()
497 p->Print("enum $f$ : int {\n", "f", full_name); in GenEnum()
512 std::string full_name = GetFullName(enum_desc); in GenEnumAliases() local
515 p->Print("static constexpr auto $n$ = $f$_$n$;\n", "f", full_name, "n", in GenEnumAliases()
519 min_name = full_name + "_" + value->name(); in GenEnumAliases()
[all …]
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmatching_files_dataset_op.cc204 full_name("current_pattern_index"), current_pattern_index_)); in SaveInternal()
206 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("current_pattern"), in SaveInternal()
209 writer->WriteScalar(full_name("hasMatch"), hasMatch_)); in SaveInternal()
211 writer->WriteScalar(full_name("isWindows"), isWindows_)); in SaveInternal()
214 TF_RETURN_IF_ERROR(writer->WriteScalar(full_name("queue_size"), in SaveInternal()
219 writer->WriteScalar(full_name(strings::StrCat("path_", i)), in SaveInternal()
222 full_name(strings::StrCat("path_status_", i)), in SaveInternal()
237 full_name("current_pattern_index"), &current_pattern_index)); in RestoreInternal()
241 TF_RETURN_IF_ERROR(reader->ReadScalar(full_name("current_pattern"), in RestoreInternal()
247 reader->ReadScalar(full_name("hasMatch"), &hasMatch)); in RestoreInternal()
[all …]
/external/python/setuptools/setuptools/tests/
Dfiles.py29 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:
/external/google-fonts/source-sans-pro/
DMETADATA.pb12 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/
DMETADATA.pb12 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 …]

12345678910>>...15