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

1 2 3 4 5 6 7 8

  /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...]
symbol_database.py 93 self._symbols[desc.full_name] = message
96 self._symbols_by_file[desc.file.name][desc.full_name] = message
154 return self.GetSymbol(descriptor.full_name)
  /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/squashfs-tools/squashfs-tools/
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);
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);
  /external/nanopb-c/generator/proto/
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...]
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...]
  /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/nanopb-c/generator/google/protobuf/
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)
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...]
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...]
  /test/vts/proto/
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,
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/protobuf/python/google/protobuf/internal/
proto_builder_test.py 63 full_name='net.proto2.python.public.proto_builder_test.Test')
74 full_name='net.proto2.python.public.proto_builder_test.OrderedTest')
86 full_name='net.proto2.python.public.proto_builder_test.Test',
90 full_name='net.proto2.python.public.proto_builder_test.Test',
symbol_database_test.py 94 'protobuf_unittest.ForeignEnum').full_name)
98 'protobuf_unittest.TestAllTypes.NestedEnum').full_name)
104 'protobuf_unittest.TestAllTypes').full_name)
108 'protobuf_unittest.TestAllTypes.NestedMessage').full_name)
  /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/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/autotest/client/
setup_modules.py 45 full_name = os.path.join(path, filename)
46 if not os.path.isdir(full_name):
50 if not os.access(full_name, os.R_OK | os.X_OK):
52 if "__init__.py" in os.listdir(full_name):
61 full_name = parent_module_name + "." + name
62 sys.modules[full_name] = module
  /test/vts/testcases/template/binary_test/
binary_test_case.py 79 return self.put_tag_func(self.full_name, self.tag)
82 def full_name(self): member in class:BinaryTestCase
93 @full_name.setter
94 def full_name(self, full_name): member in class:BinaryTestCase
95 self._full_name = full_name
  /external/libtextclassifier/common/
embedding-feature-extractor.h 83 std::string full_name = ArgPrefix(); local
84 full_name.push_back('_');
85 full_name.append(param_name);
86 return full_name;
  /external/toybox/toys/other/
modinfo.c 38 static void modinfo_file(char *full_name)
47 if (-1 != (fd = open(full_name, O_RDONLY))) {
54 perror_msg_raw(full_name);
58 output_field("filename", full_name);

Completed in 609 milliseconds

1 2 3 4 5 6 7 8