Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dupdate_metadata_pb2.py18 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/
Dprofile_pb2.py18 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/
DIDeprecated.java23 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
DINewName.java25 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
DINamedCallback.java25 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
DIOldName.java25 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
DITestService.java244 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/
Dlogging_client_interceptor.py25 if m.DESCRIPTOR == common.Data.DESCRIPTOR:
Dcert_self_test_lib.py59 self.DESCRIPTOR = BogusProto.BogusDescriptor(str(value))
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java25 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/
Dconv_apex_manifest.py67 if getattr(type(pb), args.property).DESCRIPTOR.label == FieldDescriptor.LABEL_REPEATED:
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java805 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/
Daidl_language.cpp137 {AidlAnnotation::Type::DESCRIPTOR, in AllSchemas()
407 auto annotation = GetAnnotation(annotations_, AidlAnnotation::Type::DESCRIPTOR); in GetDescriptor()
Daidl_language.h214 DESCRIPTOR,