Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dgenerator_test.py69 proto_type.NestedMessage.DESCRIPTOR,
70 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type)
114 desc = unittest_pb2.TestAllTypes.DESCRIPTOR
131 unittest_pb2.TestAllExtensions.DESCRIPTOR)
133 unittest_pb2.TestAllExtensions.DESCRIPTOR)
139 unittest_pb2.TestRequired.DESCRIPTOR)
145 message_descriptor = unittest_pb2.TestRequired.DESCRIPTOR
151 self.assertTrue(proto.DESCRIPTOR.GetOptions().message_set_wire_format)
155 enum_options = proto.DESCRIPTOR.enum_types_by_name['AnEnum'].GetOptions()
162 set(unittest_pb2.TestAllTypes.DESCRIPTOR.nested_types),
[all …]
Ddescriptor_test.py136 file_descriptor = unittest_custom_options_pb2.DESCRIPTOR
138 unittest_custom_options_pb2.TestMessageWithCustomOptions.DESCRIPTOR
145 unittest_custom_options_pb2.TestServiceWithCustomOptions.DESCRIPTOR
178 unittest_custom_options_pb2.DummyMessageContainingEnum.DESCRIPTOR)
191 unittest_custom_options_pb2.CustomOptionMinIntegerValues.DESCRIPTOR
217 unittest_custom_options_pb2.CustomOptionMaxIntegerValues.DESCRIPTOR
243 unittest_custom_options_pb2.CustomOptionOtherValues.DESCRIPTOR
261 unittest_custom_options_pb2.SettingRealsFromPositiveInts.DESCRIPTOR
269 unittest_custom_options_pb2.SettingRealsFromNegativeInts.DESCRIPTOR
278 unittest_custom_options_pb2.VariousComplexOptions.DESCRIPTOR
[all …]
Ddescriptor_pool_test.py68 factory_test1_pb2.DESCRIPTOR.serialized_pb)
70 factory_test2_pb2.DESCRIPTOR.serialized_pb)
278 more_messages_pb2.DESCRIPTOR.serialized_pb)
280 descriptor_pool_test1_pb2.DESCRIPTOR.serialized_pb)
282 descriptor_pool_test2_pb2.DESCRIPTOR.serialized_pb)
300 _CheckDefaultValue(descriptor_pool_test1_pb2.DESCRIPTOR)
304 self.assertIs(file_descriptor, descriptor_pool_test1_pb2.DESCRIPTOR)
309 descriptor_pool_test1_pb2.DESCRIPTOR.serialized_pb)
344 unittest_import_public_pb2.DESCRIPTOR.serialized_pb))
346 unittest_import_pb2.DESCRIPTOR.serialized_pb))
[all …]
Dsymbol_database_test.py56 db.RegisterFileDescriptor(unittest_pb2.DESCRIPTOR)
61 db.RegisterEnumDescriptor(unittest_pb2.ForeignEnum.DESCRIPTOR)
62 db.RegisterEnumDescriptor(unittest_pb2.TestAllTypes.NestedEnum.DESCRIPTOR)
67 unittest_pb2.TestAllTypes.DESCRIPTOR)
Denum_type_wrapper.py44 DESCRIPTOR = None variable in EnumTypeWrapper
49 self.DESCRIPTOR = enum_type;
Dproto_builder_test.py92 self.assertIs(proto_cls1.DESCRIPTOR, proto_cls2.DESCRIPTOR)
Dwell_known_types_test.py327 msg_descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR
421 for field in src.DESCRIPTOR.fields:
585 msg_descriptor = msg.DESCRIPTOR
587 all_descriptor = all_types.DESCRIPTOR
628 'type.myservice.com/%s' % submessage.DESCRIPTOR.full_name)
632 'type.myservice.com/%s' % submessage.DESCRIPTOR.full_name)
636 '/%s' % submessage.DESCRIPTOR.full_name)
Dwell_known_types.py72 self.type_url = '%s/%s' % (type_url_prefix, msg.DESCRIPTOR.full_name)
74 self.type_url = '%s%s' % (type_url_prefix, msg.DESCRIPTOR.full_name)
79 descriptor = msg.DESCRIPTOR
468 message_descriptor = message.DESCRIPTOR
575 source_descriptor = source.DESCRIPTOR
Ddescriptor_database_test.py52 factory_test2_pb2.DESCRIPTOR.serialized_pb)
Dpython_message.py238 if extension_handle.containing_type is not message.DESCRIPTOR:
243 message.DESCRIPTOR.full_name))
749 extension_handle.containing_type = cls.DESCRIPTOR
761 cls.DESCRIPTOR.full_name, extension_handle.number))
955 other.DESCRIPTOR != self.DESCRIPTOR):
961 if self.DESCRIPTOR.full_name == _AnyFullTypeName:
1054 self.DESCRIPTOR.full_name, ','.join(self.FindInitializationErrors())))
Dmessage_factory_test.py54 factory_test1_pb2.DESCRIPTOR.serialized_pb)
56 factory_test2_pb2.DESCRIPTOR.serialized_pb)
Dunknown_fields_test.py62 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR
146 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR
247 self.descriptor = missing_enum_values_pb2.TestEnumValues.DESCRIPTOR
Dreflection_test.py460 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
461 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
462 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo') ],
467 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 5),
468 (proto.DESCRIPTOR.fields_by_name['optional_fixed32'], 1),
469 (proto.DESCRIPTOR.fields_by_name['optional_string' ], 'foo'),
470 (proto.DESCRIPTOR.fields_by_name['optional_nested_message' ],
486 [ (proto.DESCRIPTOR.fields_by_name['optional_int32' ], 21),
487 (proto.DESCRIPTOR.fields_by_name['repeated_int32' ], [5, 11]),
488 (proto.DESCRIPTOR.fields_by_name['repeated_fixed32'], [1]),
[all …]
Dtext_format_test.py260 field = message.DESCRIPTOR.fields_by_name['optional_float']
275 field = message.DESCRIPTOR.fields_by_name['optional_float']
Dtest_util.py51 return message.DESCRIPTOR.syntax == "proto2"
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java44 private static final Descriptor DESCRIPTOR = TestAllTypes.getDescriptor(); field in TextFormatParseInfoTreeTest
46 DESCRIPTOR.findFieldByName("optional_int32");
48 DESCRIPTOR.findFieldByName("optional_boolean");
50 DESCRIPTOR.findFieldByName("repeated_int32");
52 DESCRIPTOR.findFieldByName("optional_nested_message");
54 DESCRIPTOR.findFieldByName("repeated_nested_message");
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py125 message_descriptor = message.DESCRIPTOR
165 message_descriptor = message.DESCRIPTOR
230 message_descriptor = sub_message.DESCRIPTOR
260 oneof_descriptor = message.DESCRIPTOR.fields_by_name[which]
278 message.DESCRIPTOR.fields_by_name['value'], message.value)
356 message_descriptor = message.DESCRIPTOR
376 message_descriptor = message.DESCRIPTOR
389 message.DESCRIPTOR.full_name, name))
397 message.DESCRIPTOR.full_name, oneof_name))
420 sub_message.DESCRIPTOR.full_name != 'google.protobuf.Value'):
[all …]
Dsymbol_database.py80 desc = message.DESCRIPTOR
Dmessage.py67 DESCRIPTOR = None variable in Message
Dmessage_factory.py82 for extension in result_class.DESCRIPTOR.extensions:
Dtext_format.py306 if (message.DESCRIPTOR.full_name == _ANY_FULL_TYPE_NAME and
587 message_descriptor = message.DESCRIPTOR
829 (message.DESCRIPTOR.full_name, field.full_name))
836 (message.DESCRIPTOR.full_name, field.name))
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany.proto74 // if any.Is(Foo.DESCRIPTOR):
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java97 private static final String DESCRIPTOR = "android.app.AssistStructure"; field in AssistStructure
156 data.enforceInterface(DESCRIPTOR); in onTransact()
416 data.writeInterfaceToken(DESCRIPTOR); in fetchData()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt212 Landroid/accessibilityservice/IAccessibilityServiceClient$Stub;->DESCRIPTOR:Ljava/lang/String;
270 Landroid/accessibilityservice/IAccessibilityServiceConnection$Stub;->DESCRIPTOR:Ljava/lang/String;
573 Landroid/accounts/IAccountAuthenticator$Stub;->DESCRIPTOR:Ljava/lang/String;
599 Landroid/accounts/IAccountAuthenticatorResponse$Stub;->DESCRIPTOR:Ljava/lang/String;
659 Landroid/accounts/IAccountManager$Stub;->DESCRIPTOR:Ljava/lang/String;
768 Landroid/accounts/IAccountManagerResponse$Stub;->DESCRIPTOR:Ljava/lang/String;
2861 Landroid/app/admin/IDeviceAdminService$Stub;->DESCRIPTOR:Ljava/lang/String;
3133 Landroid/app/admin/IDevicePolicyManager$Stub;->DESCRIPTOR:Ljava/lang/String;
4323 Landroid/app/assist/AssistStructure;->DESCRIPTOR:Ljava/lang/String;
4719 Landroid/app/backup/IBackupManager$Stub;->DESCRIPTOR:Ljava/lang/String;
[all …]
Dhiddenapi-greylist.txt1403 Lcom/android/internal/telephony/ITelephony$Stub;->DESCRIPTOR:Ljava/lang/String;