Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 40) 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 …]
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 …]
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
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/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()
/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
DBaseline.kt167 val method = element.declarationScope.parent in <lambda>() 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/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/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_tests/tests/google/tel/live/
DTelLiveCBRSTest.py633 def _cbrs_default_data_switch_timing(self, ad, method, validation=False): argument
771 def _test_stress_cbrsdataswitch_timing(self, ad, method, validation=False): argument
/tools/dexter/dexter/
Dexperimental.cc513 auto method = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;"); in TestReturnAsObjectExitHook() local
524 auto method = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;"); in TestPassMethodSignatureExitHook() local
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DItem.kt316 val method = item.containingMethod() in describe() constant
/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/platform-compat/java/com/android/annotationvisitor/
DAnnotationVisitor.java66 public void visitMethod(Method method) { in visitMethod()
/tools/dexter/slicer/
Dreader.cc262 auto method = ParseEncodedMethod(&class_data, &base_index); in ParseClass() local
268 auto method = ParseEncodedMethod(&class_data, &base_index); in ParseClass() local
/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp89 jmethodID method = in startLoop() local

12