Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 49) sorted by relevance

12

/tools/dexter/testdata/expected/
Dentry_hooks.asm2 method Base.<init>():void label
15 method Base.foo(int, java.lang.String):int label
55 method Derived.<init>():void label
68 method Derived.foo(int, java.lang.String):int label
110 method Target.<init>():void label
123 method Target.main(java.lang.String[]):void label
159 method Target.test():int label
191 method Target.foo(int):int label
208 method Target.foo(int, int):int label
227 method Target.foo(int, java.lang.String):int label
[all …]
Dmedium.asm2 method android.support.annotation.IntDef.value():long[] label
6 method android.support.annotation.StringDef.value():java.lang.String[] label
10 method android.support.v4.app.BackStackState$1.<init>():void label
21 method android.support.v4.app.BackStackState$1.createFromParcel(android.os.Parcel):android.support.… label
33 method android.support.v4.app.BackStackState$1.createFromParcel(android.os.Parcel):java.lang.Object label
45 method android.support.v4.app.BackStackState$1.newArray(int):android.support.v4.app.BackStackState[] label
56 method android.support.v4.app.BackStackState$1.newArray(int):java.lang.Object[] label
68 method android.support.v4.app.BackStackState.<clinit>():void label
82 method android.support.v4.app.BackStackState.<init>(android.os.Parcel):void label
142 method android.support.v4.app.BackStackState.describeContents():int label
[all …]
Dhello.asm2 method Base$Inner.<init>(Base):void label
21 method Base$Nested.<init>():void label
34 method Base.<init>():void label
47 method Base.test(int):void label
79 method Derived.<init>():void label
92 method Derived.test(int):void label
122 method Hello.<init>():void label
135 method Hello.main(java.lang.String[]):void label
195 method Hello.printStackTrace():void label
251 method Hello.wrapTest(Base, int):void label
Dhello_nodebug.asm2 method Base$Inner.<init>(Base):void label
14 method Base$Nested.<init>():void label
22 method Base.<init>():void label
30 method Base.test(int):void label
53 method Derived.<init>():void label
61 method Derived.test(int):void label
83 method Hello.<init>():void label
91 method Hello.main(java.lang.String[]):void label
136 method Hello.printStackTrace():void label
Dexit_hooks.asm2 method Target.<init>():void label
15 method Target.main(java.lang.String[]):void label
37 method Target.test():void label
126 method Target.testDouble(int):double label
169 method Target.testInt(int):int label
213 method Target.testObject(boolean):java.lang.Object label
247 method Target.testVoid(boolean):void label
283 method Tracer.<init>():void label
296 method Tracer.onExit(double):double label
327 method Tracer.onExit(int):int label
[all …]
Dmi.asm2 method Base.<init>():void label
12 method Base.foo(int, java.lang.String):int label
23 method IBase.bar(java.lang.String):void label
27 method Target.<init>(Base, IBase):void label
43 method Target.foo(int, java.lang.String):int label
60 method Target.foo(int, java.lang.String[][]):java.lang.Integer label
Dtry_catch.asm2 method A.<init>():void label
15 method B.<init>():void label
28 method TryCatch.<init>():void label
41 method TryCatch.foo(int):int label
91 method TryCatch.main(java.lang.String[]):void label
Dmin.asm2 method Minimal.<init>():void label
/tools/metalava/src/test/java/com/android/tools/metalava/model/text/
DTextTypeItemTest.kt82 val method = cls?.findMethod("build", "") as TextMethodItem in check erasure() constant
118 val method = cls?.findMethod("build", "") as TextMethodItem in check erasure from object() constant
150 val method = cls?.findMethod("clone", "") as TextMethodItem in check erasure from enums() constant
DTextTypeParameterItemTest.kt52 val method = cls?.findMethod("build", "") as TextMethodItem in testTypeParameterNames() constant
/tools/apifinder/checks/src/main/java/com/android/apifinder/
DApiFinderDetector.kt23 val method = node.sourcePsi as? PsiMethod ?: return in getApplicableUastTypes() constant
29 val method = node.resolve() ?: return in getApplicableUastTypes() constant
37 val method = node.resolve() as? PsiMethod ?: return in getApplicableUastTypes() constant
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectoryHeaderCompressInfo.java61 public CentralDirectoryHeaderCompressInfo( in CentralDirectoryHeaderCompressInfo()
78 @Nonnull CompressionMethod method, long compressedSize) { in CentralDirectoryHeaderCompressInfo()
DCompressionResult.java51 public CompressionResult(@Nonnull CloseableByteSource source, @Nonnull CompressionMethod method, in CompressionResult()
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiMethodItem.kt180 val method = psiMethod as? UMethod ?: return emptySet() in <lambda>() constant
301 val method = this in <lambda>() constant
402 val method = PsiMethodItem( in <lambda>() constant
421 val method = PsiMethodItem( in <lambda>() constant
DPsiClassItem.kt219 for (method in methods) { in <lambda>() method
222 for (method in constructors) { in <lambda>() method
339 val method = template as PsiMethodItem in <lambda>() constant
494 val method = PsiMethodItem.create(codebase, item, psiMethod) in <lambda>() constant
519 for (method in methods) { in <lambda>() method
524 for (method in fields) { in <lambda>() method
539 for (method in psiMethods) { in <lambda>() constant
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DSignatureConverter.java178 private String getExecutableSignature(CharSequence name, ExecutableElement method) in getExecutableSignature()
194 private String buildMethodSignature(ExecutableElement method) in buildMethodSignature()
/tools/test/connectivity/acts/framework/acts/controllers/
Dnative.py52 def _rpc(self, method, *args): argument
/tools/platform-compat/java/com/android/class2nonsdklist/
DMemberDumpingVisitor.java37 public void visitMethod(Method method) { in visitMethod()
/tools/metalava/src/main/java/com/android/tools/metalava/
DNullabilityAnnotationsValidator.kt46 val method: MethodItem in <lambda>() constant
50 override val method: MethodItem, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Error
64 override val method: MethodItem, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Warning
DApiLint.kt641 val method = methods.first() in <lambda>() constant
811 for (method in methods) { in <lambda>() variable
819 val method = equalsMethod ?: hashCodeMethod!! in <lambda>() constant
1067 for (method in methods) { in <lambda>() method
1284 for (method in methods) { in <lambda>() variable
1377 for (method in methods) { in <lambda>() constant
1626 for (method in methodsAndConstructors) { in <lambda>() constant
1675 for (method in methods) { in <lambda>() method
1694 for (method in methods) { in <lambda>() method
1949 for (method in methods) { in <lambda>() method
[all …]
DApiAnalyzer.kt340 for (method in interfaceClass.methods()) { in <lambda>() constant
354 for (method in superClass.methods()) { in <lambda>() method
388 for (method in superClass.methods()) { in <lambda>() variable
414 for (method in superClass.methods()) { in <lambda>() constant
439 for (method in cls.methods()) { in <lambda>() constant
464 for (method in cls.methods()) { in <lambda>() constant
477 val method = cls.createMethod(it) in <lambda>() constant
828 for (method in cls.filteredMethods(filterEmit)) { in <lambda>() constant
1170 for (method in methods) { in <lambda>() method
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiClass.java213 ApiElement method = entry.getValue(); in removeOverridingMethods() local
228 private boolean isOverride(ApiElement method, Map<String, ApiClass> allClasses) { in isOverride()
242 private boolean isOverrideOfInherited(ApiElement method, Map<String, ApiClass> allClasses) { in isOverrideOfInherited()
/tools/platform-compat/java/com/android/annotationvisitor/
DAnnotationVisitor.java66 public void visitMethod(Method method) { in visitMethod()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DCodebase.kt205 val method = cls.findMethod(methodName, parameters) in <lambda>() constant
229 val method = cls.findMethod(methodName, parameters) in <lambda>() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiFile.java437 TextConstructorItem method; in parseConstructor() local
469 TextMethodItem method; in parseMethod() local
817 …rivate static void parseParameterList(TextCodebase api, Tokenizer tokenizer, TextMethodItem method) in parseParameterList()
938 private static String parseDefault(Tokenizer tokenizer, TextMethodItem method) in parseDefault()
952 private static String parseThrows(Tokenizer tokenizer, TextMethodItem method) in parseThrows()

12