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

1 2 3 4 5

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protorpc_test_pb2.py 76 message_type=None, enum_type=None, containing_type=None,
104 message_type=None, enum_type=None, containing_type=None,
111 message_type=None, enum_type=None, containing_type=None,
139 message_type=None, enum_type=None, containing_type=None,
167 message_type=None, enum_type=None, containing_type=None,
174 message_type=None, enum_type=None, containing_type=None,
181 message_type=None, enum_type=None, containing_type=None,
188 message_type=None, enum_type=None, containing_type=None,
195 message_type=None, enum_type=None, containing_type=None,
202 message_type=None, enum_type=None, containing_type=None
    [all...]
  /external/nanopb-c/generator/proto/
nanopb_pb2.py 60 message_type=None, enum_type=None, containing_type=None,
68 message_type=None, enum_type=None, containing_type=None,
76 message_type=None, enum_type=None, containing_type=None,
84 message_type=None, enum_type=None, containing_type=None,
100 message_type=None, enum_type=None, containing_type=None,
107 message_type=None, enum_type=None, containing_type=None,
114 message_type=None, enum_type=None, containing_type=None,
121 message_type=None, enum_type=None, containing_type=None,
128 message_type=None, enum_type=None, containing_type=None,
146 _NANOPBOPTIONS.fields_by_name['type'].enum_type = _FIELDTYP
    [all...]
plugin_pb2.py 29 message_type=None, enum_type=None, containing_type=None,
36 message_type=None, enum_type=None, containing_type=None,
43 message_type=None, enum_type=None, containing_type=None,
71 message_type=None, enum_type=None, containing_type=None,
78 message_type=None, enum_type=None, containing_type=None,
85 message_type=None, enum_type=None, containing_type=None,
112 message_type=None, enum_type=None, containing_type=None,
119 message_type=None, enum_type=None, containing_type=None,
  /external/nanopb-c/generator/google/protobuf/
descriptor_pb2.py 191 message_type=None, enum_type=None, containing_type=None,
219 message_type=None, enum_type=None, containing_type=None,
226 message_type=None, enum_type=None, containing_type=None,
233 message_type=None, enum_type=None, containing_type=None,
240 message_type=None, enum_type=None, containing_type=None,
247 message_type=None, enum_type=None, containing_type=None,
254 message_type=None, enum_type=None, containing_type=None,
258 name='enum_type', full_name='google.protobuf.FileDescriptorProto.enum_type', index=6,
261 message_type=None, enum_type=None, containing_type=None
    [all...]
descriptor_database.py 55 for enum in file_desc_proto.enum_type:
119 for enum_type in desc_proto.enum_type:
120 yield '.'.join((message_name, enum_type.name))
descriptor_pool.py 208 symbols = list(self._ExtractEnums(dep_proto.enum_type, package))
216 for enum_type in file_proto.enum_type:
217 self._ConvertEnumDescriptor(enum_type, file_proto.package,
262 for enum in desc_proto.enum_type]
368 enum_type=None,
378 """Sets the field's type, cpp_type, message_type and enum_type.
409 field_desc.enum_type = desc
424 field_desc.default_value = field_desc.enum_type.values_by_name[
474 for symbol in self._ExtractEnums(desc_proto.enum_type, message_name)
    [all...]
  /system/connectivity/shill/test-scripts/
crypto_util_pb2.py 84 message_type=None, enum_type=None, containing_type=None,
91 message_type=None, enum_type=None, containing_type=None,
119 message_type=None, enum_type=None, containing_type=None,
126 message_type=None, enum_type=None, containing_type=None,
154 message_type=None, enum_type=None, containing_type=None,
161 message_type=None, enum_type=None, containing_type=None,
168 message_type=None, enum_type=None, containing_type=None,
175 message_type=None, enum_type=None, containing_type=None,
203 message_type=None, enum_type=None, containing_type=None,
220 _ENCRYPTDATARESPONSE.fields_by_name['ret'].enum_type = _RETURNCOD
    [all...]
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 33 message_type=None, enum_type=None, containing_type=None,
40 message_type=None, enum_type=None, containing_type=None,
47 message_type=None, enum_type=None, containing_type=None,
75 message_type=None, enum_type=None, containing_type=None,
82 message_type=None, enum_type=None, containing_type=None,
89 message_type=None, enum_type=None, containing_type=None,
116 message_type=None, enum_type=None, containing_type=None,
123 message_type=None, enum_type=None, containing_type=None,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
extended_descriptor.py 231 def PrintEnum(self, enum_type):
246 def __PrintEnumCommentLines(self, enum_type):
247 description = enum_type.description or '%s enum type.' % enum_type.name
251 PrintIndentedDescriptions(self.__printer, enum_type.values, 'Values',
260 def PrintEnum(self, enum_type):
261 self.__PrintEnumCommentLines(enum_type)
262 self.__printer('enum %s {', enum_type.name)
265 enum_type.values, key=operator.attrgetter('number'))
362 def __PrintEnumDocstringLines(self, enum_type)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 155 public static final int ENUM_TYPE = 3;
178 * or if Attribute is of type ENUM_TYPE and the values are null
182 Preconditions.checkArgument((values == null) ^ (type == ENUM_TYPE),
183 "Only ENUM_TYPE can have values != null");
200 * When called on an attribute of ENUM_TYPE, returns a Set of Strings
206 * @throws IllegalStateException if attribute type is not ENUM_TYPE
209 Preconditions.checkState(type == ENUM_TYPE);
HTML4.java 270 HTML.Attribute.ENUM_TYPE,
290 HTML.Attribute.ENUM_TYPE,
306 HTML.Attribute.ENUM_TYPE,
314 HTML.Attribute.ENUM_TYPE,
334 HTML.Attribute.ENUM_TYPE,
372 HTML.Attribute.ENUM_TYPE,
390 HTML.Attribute.ENUM_TYPE,
394 HTML.Attribute.ENUM_TYPE,
  /external/nanopb-c/generator/google/protobuf/internal/
enum_type_wrapper.py 46 def __init__(self, enum_type):
48 self._enum_type = enum_type
49 self.DESCRIPTOR = enum_type;
  /external/protobuf/python/google/protobuf/internal/
enum_type_wrapper.py 46 def __init__(self, enum_type):
48 self._enum_type = enum_type
49 self.DESCRIPTOR = enum_type;
descriptor_test.py 81 message_type=None, enum_type=None, containing_type=None,
551 # """enum_type: <
606 enum_type = nested_type.enum_type.add()
607 enum_type.name = 'FOO'
608 enum_type_val = enum_type.value.add()
638 self.assertEqual(result.nested_types[0].fields[0].enum_type,
646 enum_type = message_type.enum_type.add()
647 enum_type.name = 'FOO
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor_database.py 72 for enum in file_desc_proto.enum_type:
136 for enum_type in desc_proto.enum_type:
137 yield '.'.join((message_name, enum_type.name))
descriptor_pool.py 294 for enum_type in file_proto.enum_type:
295 file_descriptor.enum_types_by_name[enum_type.name] = (
296 self._ConvertEnumDescriptor(enum_type, file_proto.package,
356 for enum in desc_proto.enum_type]
472 enum_type=None,
514 """Sets the field's type, cpp_type, message_type and enum_type.
541 field_desc.enum_type = desc
556 field_desc.default_value = field_desc.enum_type.values_by_name[
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 351 // TODO(falk): Also print options and fix the message_type, enum_type,
366 const EnumDescriptor& enum_descriptor = *file_->enum_type(i);
447 PrintEnum(*descriptor.enum_type(i));
619 *message_descriptor.enum_type(i));
738 // sets the message_type and enum_type of all message and enum fields to point
758 const EnumDescriptor& enum_descriptor = *descriptor.enum_type(i);
814 // Sets any necessary message_type and enum_type attributes
835 const EnumDescriptor* enum_type = field.enum_type(); local
836 if (enum_type) {
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
encoding.py 552 def AddCustomJsonEnumMapping(enum_type, python_name, json_name,
560 enum_type: (messages.Enum) An enum type
567 if not issubclass(enum_type, messages.Enum):
569 'Cannot set JSON enum mapping for non-enum "%s"' % enum_type)
570 enum_name = _GetTypeKey(enum_type, package)
571 if python_name not in enum_type.names():
573 'Enum value %s not a value for type %s' % (python_name, enum_type))
575 _CheckForExistingMappings('enum', enum_type, python_name, json_name)
610 def GetCustomJsonEnumMapping(enum_type, python_name=None, json_name=None):
612 return _FetchRemapping(enum_type.definition_name(), 'enum'
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 71 type_traits_.append(ClassName(descriptor_->enum_type(), true));
73 type_traits_.append(ClassName(descriptor_->enum_type(), true));
187 "type", ClassName(descriptor_->enum_type(), true));
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 215 enum_type = enum.enum_type
216 assert enum_type.kind == TypeKind.UINT
224 assert enum.enum_type.kind == TypeKind.LONGLONG
  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 17 typedef Enum enum_type; typedef in class:mcld::Flags

Completed in 1223 milliseconds

1 2 3 4 5