HomeSort by relevance Sort by last modified time
    Searched full:full_name (Results 1 - 25 of 547) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/python/google/protobuf/
proto_builder.py 44 def _GetMessageFromFactory(factory, full_name):
49 full_name: str, the fully qualified name of the proto type.
51 A class, for the type identified by full_name.
55 proto_descriptor = factory.pool.FindMessageTypeByName(full_name)
60 def MakeSimpleProtoClass(fields, full_name=None, pool=None):
69 full_name: optional str, the fully-qualified name of the proto type.
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_'
    [all...]
message_factory.py 69 if descriptor.full_name not in self._classes:
78 self._classes[descriptor.full_name] = result_class
83 if extension.containing_type.full_name not in self._classes:
85 extended_class = self._classes[extension.containing_type.full_name]
87 return self._classes[descriptor.full_name]
108 full_name = '.'.join([file_desc.package, name])
110 full_name = msg.name
111 result[full_name] = self.GetPrototype(
112 self.pool.FindMessageTypeByName(full_name))
124 if extension.containing_type.full_name not in self._classes
    [all...]
descriptor_pool.py 147 self._descriptors[desc.full_name] = desc
162 self._enum_descriptors[enum_desc.full_name] = enum_desc
243 def FindMessageTypeByName(self, full_name):
247 full_name: The full name of the descriptor to load.
253 full_name = _NormalizeFullyQualifiedName(full_name)
254 if full_name not in self._descriptors:
255 self.FindFileContainingSymbol(full_name)
256 return self._descriptors[full_name]
258 def FindEnumTypeByName(self, full_name)
    [all...]
  /system/update_engine/scripts/update_payload/
update_metadata_pb2.py 22 full_name='chromeos_update_engine.InstallOperation.Type', variable
76 full_name='chromeos_update_engine.Extent', variable
82 name='start_block', full_name='chromeos_update_engine.Extent.start_block', index=0,
89 name='num_blocks', full_name='chromeos_update_engine.Extent.num_blocks', index=1,
111 full_name='chromeos_update_engine.Signatures.Signature', variable
117 name='version', full_name='chromeos_update_engine.Signatures.Signature.version', index=0,
124 name='data', full_name='chromeos_update_engine.Signatures.Signature.data', index=1,
145 full_name='chromeos_update_engine.Signatures', variable
151 name='signatures', full_name='chromeos_update_engine.Signatures.signatures', index=0,
173 full_name='chromeos_update_engine.PartitionInfo' variable
208 full_name='chromeos_update_engine.ImageInfo', variable
271 full_name='chromeos_update_engine.InstallOperation', variable
356 full_name='chromeos_update_engine.PartitionUpdate', variable
433 full_name='chromeos_update_engine.DeltaArchiveManifest', variable
    [all...]
  /system/extras/simpleperf/scripts/
profile_pb2.py 31 full_name='perftools.profiles.Profile', variable
37 name='sample_type', full_name='perftools.profiles.Profile.sample_type', index=0,
44 name='sample', full_name='perftools.profiles.Profile.sample', index=1,
51 name='mapping', full_name='perftools.profiles.Profile.mapping', index=2,
58 name='location', full_name='perftools.profiles.Profile.location', index=3,
65 name='function', full_name='perftools.profiles.Profile.function', index=4,
72 name='string_table', full_name='perftools.profiles.Profile.string_table', index=5,
79 name='drop_frames', full_name='perftools.profiles.Profile.drop_frames', index=6,
86 name='keep_frames', full_name='perftools.profiles.Profile.keep_frames', index=7,
93 name='time_nanos', full_name='perftools.profiles.Profile.time_nanos', index=8
153 full_name='perftools.profiles.ValueType', variable
191 full_name='perftools.profiles.Sample', variable
236 full_name='perftools.profiles.Label', variable
281 full_name='perftools.profiles.Mapping', variable
375 full_name='perftools.profiles.Location', variable
427 full_name='perftools.profiles.Line', variable
465 full_name='perftools.profiles.Function', variable
    [all...]
  /test/vts/proto/
VtsReportMessage_pb2.py 21 full_name='android.vts.TestCaseResult', variable
59 full_name='android.vts.VtsTestType', variable
93 full_name='android.vts.VtsProfilingRegressionMode', variable
123 full_name='android.vts.VtsProfilingType', variable
175 full_name='android.vts.AndroidDeviceInfoMessage', variable
181 name='product_type', full_name='android.vts.AndroidDeviceInfoMessage.product_type', index=0,
188 name='product_variant', full_name='android.vts.AndroidDeviceInfoMessage.product_variant', index=1,
195 name='build_flavor', full_name='android.vts.AndroidDeviceInfoMessage.build_flavor', index=2,
202 name='build_id', full_name='android.vts.AndroidDeviceInfoMessage.build_id', index=3,
209 name='branch', full_name='android.vts.AndroidDeviceInfoMessage.branch', index=4
266 full_name='android.vts.AndroidBuildInfo', variable
322 full_name='android.vts.VtsHostInfo', variable
350 full_name='android.vts.TestCaseReportMessage', variable
427 full_name='android.vts.ProfilingReportMessage', variable
518 full_name='android.vts.SystraceReportMessage', variable
560 full_name='android.vts.CoverageReportMessage', variable
644 full_name='android.vts.LogMessage', variable
686 full_name='android.vts.UrlResourceMessage', variable
728 full_name='android.vts.TestReportMessage', variable
847 full_name='android.vts.TestPlanReportMessage', variable
896 full_name='android.vts.DashboardPostMessage', variable
    [all...]
TestSchedulingPolicyMessage_pb2.py 21 full_name='android.vts.TestSchedulingMode', variable
53 full_name='android.vts.TestSchedulingPolicyMessage', variable
59 name='target_plans', full_name='android.vts.TestSchedulingPolicyMessage.target_plans', index=0,
66 name='target_tests', full_name='android.vts.TestSchedulingPolicyMessage.target_tests', index=1,
73 name='scheduling_mode', full_name='android.vts.TestSchedulingPolicyMessage.scheduling_mode', index=2,
80 name='period_secs', full_name='android.vts.TestSchedulingPolicyMessage.period_secs', index=3,
AndroidSystemControlMessage_pb2.py 22 full_name='android.vts.CommandType', variable
80 full_name='android.vts.ResponseCode', variable
106 full_name='android.vts.VtsDriverType', variable
172 full_name='android.vts.AndroidSystemControlCommandMessage', variable
178 name='command_type', full_name='android.vts.AndroidSystemControlCommandMessage.command_type', index=0,
185 name='paths', full_name='android.vts.AndroidSystemControlCommandMessage.paths', index=1,
192 name='callback_port', full_name='android.vts.AndroidSystemControlCommandMessage.callback_port', index=2,
199 name='service_name', full_name='android.vts.AndroidSystemControlCommandMessage.service_name', index=3,
206 name='driver_type', full_name='android.vts.AndroidSystemControlCommandMessage.driver_type', index=4,
213 name='file_path', full_name='android.vts.AndroidSystemControlCommandMessage.file_path', index=5
312 full_name='android.vts.AndroidSystemControlResponseMessage', variable
389 full_name='android.vts.AndroidSystemCallbackRequestMessage', variable
431 full_name='android.vts.AndroidSystemCallbackResponseMessage', variable
    [all...]
ComponentSpecificationMessage_pb2.py 21 full_name='android.vts.ComponentClass', variable
71 full_name='android.vts.ComponentType', variable
201 full_name='android.vts.VariableType', variable
299 full_name='android.vts.TargetArch', variable
325 full_name='android.vts.FdType', variable
434 full_name='android.vts.CallFlowSpecificationMessage', variable
440 name='entry', full_name='android.vts.CallFlowSpecificationMessage.entry', index=0,
447 name='exit', full_name='android.vts.CallFlowSpecificationMessage.exit', index=1,
454 name='next', full_name='android.vts.CallFlowSpecificationMessage.next', index=2,
461 name='prev', full_name='android.vts.CallFlowSpecificationMessage.prev', index=3
483 full_name='android.vts.NativeCodeCoverageRawDataMessage', variable
518 full_name='android.vts.FunctionCallMessage', variable
595 full_name='android.vts.FunctionSpecificationMessage', variable
728 full_name='android.vts.ScalarDataValueMessage', variable
882 full_name='android.vts.FunctionPointerSpecificationMessage', variable
938 full_name='android.vts.StringDataValueMessage', variable
973 full_name='android.vts.EnumDataValueMessage', variable
1015 full_name='android.vts.MemoryDataValueMessage', variable
1050 full_name='android.vts.FdMessage', variable
1106 full_name='android.vts.HandleDataValueMessage', variable
1162 full_name='android.vts.VariableSpecificationMessage', variable
1372 full_name='android.vts.StructSpecificationMessage', variable
1428 full_name='android.vts.InterfaceSpecificationMessage', variable
1477 full_name='android.vts.ComponentSpecificationMessage', variable
    [all...]
VtsProfilingMessage_pb2.py 22 full_name='android.vts.InstrumentationEventType', variable
89 full_name='android.vts.VtsProfilingRecord', variable
95 name='timestamp', full_name='android.vts.VtsProfilingRecord.timestamp', index=0,
102 name='event', full_name='android.vts.VtsProfilingRecord.event', index=1,
109 name='package', full_name='android.vts.VtsProfilingRecord.package', index=2,
116 name='version', full_name='android.vts.VtsProfilingRecord.version', index=3,
123 name='interface', full_name='android.vts.VtsProfilingRecord.interface', index=4,
130 name='func_msg', full_name='android.vts.VtsProfilingRecord.func_msg', index=5,
152 full_name='android.vts.VtsProfilingMessage', variable
158 name='records', full_name='android.vts.VtsProfilingMessage.records', index=0
    [all...]
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 24 full_name='google.protobuf.compiler.CodeGeneratorRequest', variable
30 name='file_to_generate', full_name='google.protobuf.compiler.CodeGeneratorRequest.file_to_generate', index=0,
37 name='parameter', full_name='google.protobuf.compiler.CodeGeneratorRequest.parameter', index=1,
44 name='proto_file', full_name='google.protobuf.compiler.CodeGeneratorRequest.proto_file', index=2,
66 full_name='google.protobuf.compiler.CodeGeneratorResponse.File', variable
72 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
79 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
86 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
107 full_name='google.protobuf.compiler.CodeGeneratorResponse', variable
113 name='error', full_name='google.protobuf.compiler.CodeGeneratorResponse.error', index=0
    [all...]
  /external/nanopb-c/generator/proto/
nanopb_pb2.py 17 full_name='FieldType', variable
57 name='nanopb_fileopt', full_name='nanopb_fileopt', index=0,
65 name='nanopb_msgopt', full_name='nanopb_msgopt', index=1,
73 name='nanopb_enumopt', full_name='nanopb_enumopt', index=2,
81 name='nanopb', full_name='nanopb', index=3,
91 full_name='NanoPBOptions', variable
97 name='max_size', full_name='NanoPBOptions.max_size', index=0,
104 name='max_count', full_name='NanoPBOptions.max_count', index=1,
111 name='type', full_name='NanoPBOptions.type', index=2,
118 name='long_names', full_name='NanoPBOptions.long_names', index=3
    [all...]
plugin_pb2.py 20 full_name='google.protobuf.compiler.CodeGeneratorRequest', variable
26 name='file_to_generate', full_name='google.protobuf.compiler.CodeGeneratorRequest.file_to_generate', index=0,
33 name='parameter', full_name='google.protobuf.compiler.CodeGeneratorRequest.parameter', index=1,
40 name='proto_file', full_name='google.protobuf.compiler.CodeGeneratorRequest.proto_file', index=2,
62 full_name='google.protobuf.compiler.CodeGeneratorResponse.File', variable
68 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
75 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
82 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
103 full_name='google.protobuf.compiler.CodeGeneratorResponse', variable
109 name='error', full_name='google.protobuf.compiler.CodeGeneratorResponse.error', index=0
    [all...]
  /build/make/tools/fs_config/
fs_config.c 134 char* full_name = (char*) malloc(full_name_size); local
135 if (full_name == NULL) {
140 full_name[0] = '/';
141 strncpy(full_name + 1, buffer, full_name_size - 1);
142 full_name[full_name_size - 1] = '\0';
145 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) {
150 free(full_name);
  /external/protobuf/src/google/protobuf/
any.cc 42 return type_url_prefix + message->full_name();
44 return type_url_prefix + "/" + message->full_name();
80 string full_name; local
81 if (!ParseAnyTypeUrl(type_url, &full_name)) {
84 return full_name == descriptor->full_name();
101 if (descriptor->full_name() != kAnyFullTypeName) {
  /external/nanopb-c/generator/google/protobuf/
descriptor_pb2.py 21 full_name='google.protobuf.FieldDescriptorProto.Type', variable
106 full_name='google.protobuf.FieldDescriptorProto.Label', variable
131 full_name='google.protobuf.FileOptions.OptimizeMode', variable
156 full_name='google.protobuf.FieldOptions.CType', variable
182 full_name='google.protobuf.FileDescriptorSet', variable
188 name='file', full_name='google.protobuf.FileDescriptorSet.file', index=0,
210 full_name='google.protobuf.FileDescriptorProto', variable
216 name='name', full_name='google.protobuf.FileDescriptorProto.name', index=0,
223 name='package', full_name='google.protobuf.FileDescriptorProto.package', index=1,
230 name='dependency', full_name='google.protobuf.FileDescriptorProto.dependency', index=2
308 full_name='google.protobuf.DescriptorProto.ExtensionRange', variable
342 full_name='google.protobuf.DescriptorProto', variable
412 full_name='google.protobuf.FieldDescriptorProto', variable
491 full_name='google.protobuf.EnumDescriptorProto', variable
533 full_name='google.protobuf.EnumValueDescriptorProto', variable
575 full_name='google.protobuf.ServiceDescriptorProto', variable
617 full_name='google.protobuf.MethodDescriptorProto', variable
666 full_name='google.protobuf.FileOptions', variable
758 full_name='google.protobuf.MessageOptions', variable
800 full_name='google.protobuf.FieldOptions', variable
871 full_name='google.protobuf.EnumOptions', variable
906 full_name='google.protobuf.EnumValueOptions', variable
934 full_name='google.protobuf.ServiceOptions', variable
962 full_name='google.protobuf.MethodOptions', variable
990 full_name='google.protobuf.UninterpretedOption.NamePart', variable
1024 full_name='google.protobuf.UninterpretedOption', variable
1094 full_name='google.protobuf.SourceCodeInfo.Location', variable
1142 full_name='google.protobuf.SourceCodeInfo', variable
    [all...]
descriptor_pool.py 140 def FindMessageTypeByName(self, full_name):
144 full_name: The full name of the descriptor to load.
150 full_name = full_name.lstrip('.') # fix inconsistent qualified name formats
151 if full_name not in self._descriptors:
152 self.FindFileContainingSymbol(full_name)
153 return self._descriptors[full_name]
155 def FindEnumTypeByName(self, full_name):
159 full_name: The full name of the enum descriptor to load.
165 full_name = full_name.lstrip('.') # fix inconsistent qualified name format
    [all...]
descriptor.py 115 def __init__(self, options, options_class_name, name, full_name,
126 full_name: (str) Fully-qualified name of this protocol message type,
141 # TODO(falk): Add function to calculate full_name instead of having it in
143 self.full_name = full_name
182 full_name: (str) Fully-qualified name of this protocol message type,
226 def __init__(self, name, full_name, filename, containing_type, fields,
237 options, 'MessageOptions', name, full_name, file,
318 full_name: (str) Name of this field, including containing scope. This is
428 def __init__(self, name, full_name, index, number, type, cpp_type, label
    [all...]
message_factory.py 61 if descriptor.full_name not in self._classes:
66 self._classes[descriptor.full_name] = result_class
70 return self._classes[descriptor.full_name]
94 result[desc.full_name] = _FACTORY.GetPrototype(desc)
  /packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py 21 full_name='emulator.MsgType', variable
79 full_name='emulator.Status', variable
152 full_name='emulator.VehicleAreaConfig', variable
158 name='area_id', full_name='emulator.VehicleAreaConfig.area_id', index=0,
165 name='min_int32_value', full_name='emulator.VehicleAreaConfig.min_int32_value', index=1,
172 name='max_int32_value', full_name='emulator.VehicleAreaConfig.max_int32_value', index=2,
179 name='min_int64_value', full_name='emulator.VehicleAreaConfig.min_int64_value', index=3,
186 name='max_int64_value', full_name='emulator.VehicleAreaConfig.max_int64_value', index=4,
193 name='min_float_value', full_name='emulator.VehicleAreaConfig.min_float_value', index=5,
200 name='max_float_value', full_name='emulator.VehicleAreaConfig.max_float_value', index=6
222 full_name='emulator.VehiclePropConfig', variable
320 full_name='emulator.VehiclePropValue', variable
404 full_name='emulator.VehiclePropGet', variable
439 full_name='emulator.EmulatorMessage', variable
    [all...]
  /external/eigen/bench/tensors/
benchmark_main.cc 176 char full_name[100]; local
179 snprintf(full_name, sizeof(full_name), "%s/%dM", name_, arg/(1<<20));
181 snprintf(full_name, sizeof(full_name), "%s/%dK", name_, arg/(1<<10));
183 snprintf(full_name, sizeof(full_name), "%s/%d", name_, arg);
186 snprintf(full_name, sizeof(full_name), "%s", name_);
188 printf("%-*s %10d %10" PRId64 "%s\n", g_name_column_width, full_name,
    [all...]
  /external/squashfs-tools/squashfs-tools/
android.c 84 char* full_name = (char*) malloc(full_name_size); local
85 if (full_name == NULL) {
90 full_name[0] = '/';
91 strncpy(full_name + 1, path, full_name_size - 1);
93 if (selabel_lookup(sehnd, &secontext, full_name, mode)) {
97 free(full_name);
unsquashfs_xattr.c 66 int res = lsetxattr(pathname, xattr_list[i].full_name,
84 xattr_list[i].full_name,
108 xattr_list[i].full_name,
119 "%s\n", xattr_list[i].full_name,
133 xattr_list[i].full_name, pathname);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DistributionPointName.java 28 public static final int FULL_NAME = 0;
64 this(FULL_NAME, name);
113 if (type == FULL_NAME)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 70 (*variables)["full_name"] = descriptor->full_name();
173 " // @@protoc_insertion_point(field_get:$full_name$)\n"
179 " // @@protoc_insertion_point(field_set:$full_name$)\n"
185 " // @@protoc_insertion_point(field_set_char:$full_name$)\n"
193 " // @@protoc_insertion_point(field_set_pointer:$full_name$)\n"
197 " // @@protoc_insertion_point(field_mutable:$full_name$)\n"
201 " // @@protoc_insertion_point(field_release:$full_name$)\n"
206 " // @@protoc_insertion_point(field_unsafe_arena_release:$full_name$)\n"
220 " // @@protoc_insertion_point(field_set_allocated:$full_name$)\n
    [all...]

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>