/system/update_engine/scripts/update_payload/ |
D | update_metadata_pb2.py | 18 DESCRIPTOR = _descriptor.FileDescriptor( variable 32 file=DESCRIPTOR, 90 file=DESCRIPTOR, 109 file=DESCRIPTOR, 118 serialized_options=None, file=DESCRIPTOR), 125 serialized_options=None, file=DESCRIPTOR), 147 file=DESCRIPTOR, 156 serialized_options=_b('\030\001'), file=DESCRIPTOR), 163 serialized_options=None, file=DESCRIPTOR), 170 serialized_options=None, file=DESCRIPTOR), [all …]
|
/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 18 DESCRIPTOR = _descriptor.FileDescriptor( variable 24 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 33 file=DESCRIPTOR, 155 file=DESCRIPTOR, 193 file=DESCRIPTOR, 238 file=DESCRIPTOR, 283 file=DESCRIPTOR, 377 file=DESCRIPTOR, 429 file=DESCRIPTOR, 467 file=DESCRIPTOR, [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | IDeprecated.java | 23 this.attachInterface(this, DESCRIPTOR); in Stub() 34 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() 46 java.lang.String descriptor = DESCRIPTOR; in onTransact() 76 return DESCRIPTOR; in getInterfaceDescriptor() 97 …public static final java.lang.String DESCRIPTOR = "android$aidl$tests$IDeprecated".replace('$', '.… field
|
D | INewName.java | 25 this.attachInterface(this, DESCRIPTOR); in Stub() 36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() 48 java.lang.String descriptor = DESCRIPTOR; in onTransact() 86 return DESCRIPTOR; in getInterfaceDescriptor() 94 _data.writeInterfaceToken(DESCRIPTOR); in RealName() 130 public static final java.lang.String DESCRIPTOR = "android$aidl$tests$IOldName".replace('$', '.'); field
|
D | INamedCallback.java | 25 this.attachInterface(this, DESCRIPTOR); in Stub() 36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() 48 java.lang.String descriptor = DESCRIPTOR; in onTransact() 86 return DESCRIPTOR; in getInterfaceDescriptor() 94 _data.writeInterfaceToken(DESCRIPTOR); in GetName() 130 …public static final java.lang.String DESCRIPTOR = "android$aidl$tests$INamedCallback".replace('$',… field
|
D | IOldName.java | 25 this.attachInterface(this, DESCRIPTOR); in Stub() 36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() 48 java.lang.String descriptor = DESCRIPTOR; in onTransact() 86 return DESCRIPTOR; in getInterfaceDescriptor() 94 _data.writeInterfaceToken(DESCRIPTOR); in RealName() 130 public static final java.lang.String DESCRIPTOR = "android$aidl$tests$IOldName".replace('$', '.'); field
|
D | ITestService.java | 244 this.attachInterface(this, DESCRIPTOR); in Stub() 255 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() 267 java.lang.String descriptor = DESCRIPTOR; in onTransact() 956 return DESCRIPTOR; in getInterfaceDescriptor() 975 _data.writeInterfaceToken(DESCRIPTOR); in UnimplementedMethod() 1001 _data.writeInterfaceToken(DESCRIPTOR); in Deprecated() 1020 _data.writeInterfaceToken(DESCRIPTOR); in TestOneway() 1040 _data.writeInterfaceToken(DESCRIPTOR); in RepeatBoolean() 1063 _data.writeInterfaceToken(DESCRIPTOR); in RepeatByte() 1086 _data.writeInterfaceToken(DESCRIPTOR); in RepeatChar() [all …]
|
/system/bt/gd/cert/ |
D | logging_client_interceptor.py | 25 if m.DESCRIPTOR == common.Data.DESCRIPTOR:
|
D | cert_self_test_lib.py | 59 self.DESCRIPTOR = BogusProto.BogusDescriptor(str(value))
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 25 this.attachInterface(this, DESCRIPTOR); in Stub() 36 android.os.IInterface iin = obj.queryLocalInterface(DESCRIPTOR); in asInterface() 48 java.lang.String descriptor = DESCRIPTOR; in onTransact() 161 return DESCRIPTOR; in getInterfaceDescriptor() 170 _data.writeInterfaceToken(DESCRIPTOR); in LogThis() 253 …public static final java.lang.String DESCRIPTOR = "android$aidl$loggable$ILoggableInterface".repla… field
|
/system/apex/apexer/ |
D | conv_apex_manifest.py | 67 if getattr(type(pb), args.property).DESCRIPTOR.label == FieldDescriptor.LABEL_REPEATED:
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 805 assertThat(oldAsOld.DESCRIPTOR, is("android.aidl.tests.IOldName")); in testRenamedInterface() 810 assertThat(newAsNew.DESCRIPTOR, is("android.aidl.tests.IOldName")); in testRenamedInterface() 815 assertThat(newAsOld.DESCRIPTOR, is("android.aidl.tests.IOldName")); in testRenamedInterface() 820 assertThat(oldAsNew.DESCRIPTOR, is("android.aidl.tests.IOldName")); in testRenamedInterface()
|
/system/tools/aidl/ |
D | aidl_language.cpp | 137 {AidlAnnotation::Type::DESCRIPTOR, in AllSchemas() 407 auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::DESCRIPTOR); in GetDescriptor()
|
D | aidl_language.h | 214 DESCRIPTOR,
|