/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | generator_test.py | 69 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 …]
|
D | descriptor_test.py | 136 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 …]
|
D | descriptor_pool_test.py | 68 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 …]
|
D | symbol_database_test.py | 56 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)
|
D | enum_type_wrapper.py | 44 DESCRIPTOR = None variable in EnumTypeWrapper 49 self.DESCRIPTOR = enum_type;
|
D | proto_builder_test.py | 92 self.assertIs(proto_cls1.DESCRIPTOR, proto_cls2.DESCRIPTOR)
|
D | well_known_types_test.py | 327 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)
|
D | well_known_types.py | 72 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
|
D | descriptor_database_test.py | 52 factory_test2_pb2.DESCRIPTOR.serialized_pb)
|
D | python_message.py | 238 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())))
|
D | message_factory_test.py | 54 factory_test1_pb2.DESCRIPTOR.serialized_pb) 56 factory_test2_pb2.DESCRIPTOR.serialized_pb)
|
D | unknown_fields_test.py | 62 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR 146 self.descriptor = unittest_pb2.TestAllTypes.DESCRIPTOR 247 self.descriptor = missing_enum_values_pb2.TestEnumValues.DESCRIPTOR
|
D | reflection_test.py | 460 [ (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 …]
|
D | text_format_test.py | 260 field = message.DESCRIPTOR.fields_by_name['optional_float'] 275 field = message.DESCRIPTOR.fields_by_name['optional_float']
|
D | test_util.py | 51 return message.DESCRIPTOR.syntax == "proto2"
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | TextFormatParseInfoTreeTest.java | 44 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/ |
D | json_format.py | 125 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 …]
|
D | symbol_database.py | 80 desc = message.DESCRIPTOR
|
D | message.py | 67 DESCRIPTOR = None variable in Message
|
D | message_factory.py | 82 for extension in result_class.DESCRIPTOR.extensions:
|
D | text_format.py | 306 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/ |
D | any.proto | 74 // if any.Is(Foo.DESCRIPTOR):
|
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 97 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/ |
D | hiddenapi-greylist-max-o.txt | 212 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 …]
|
D | hiddenapi-greylist.txt | 1403 Lcom/android/internal/telephony/ITelephony$Stub;->DESCRIPTOR:Ljava/lang/String;
|