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.kt83 val method = cls?.findMethod("build", "") as TextMethodItem in check erasure() constant
119 val method = cls?.findMethod("build", "") as TextMethodItem in check erasure from object() constant
151 val method = cls?.findMethod("clone", "") as TextMethodItem in check erasure from enums() constant
DTextTypeParameterItemTest.kt53 val method = cls?.findMethod("build", "") as TextMethodItem in testTypeParameterNames() 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.kt173 val method = psiMethod as? UMethod ?: return emptySet() in <lambda>() constant
279 val method = this in <lambda>() constant
371 val method = PsiMethodItem( in <lambda>() constant
390 val method = PsiMethodItem( in <lambda>() constant
DPsiClassItem.kt207 for (method in methods) { in <lambda>() method
210 for (method in constructors) { in <lambda>() method
327 val method = template as PsiMethodItem in <lambda>() constant
457 val method = PsiMethodItem.create(codebase, item, psiMethod) in <lambda>() constant
479 for (method in methods) { in <lambda>() method
484 for (method in fields) { in <lambda>() method
499 for (method in psiMethods) { in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/util/net/
DIHttpHelper.java172 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
183 public HttpURLConnection createXmlConnection(URL url, String method) throws IOException; in createXmlConnection()
193 public HttpURLConnection createJsonConnection(URL url, String method) throws IOException; in createJsonConnection()
DHttpHelper.java159 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
179 public HttpURLConnection createXmlConnection(URL url, String method) throws IOException { in createXmlConnection()
187 public HttpURLConnection createJsonConnection(URL url, String method) throws IOException { in createJsonConnection()
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiLint.kt561 for (method in methods) { in <lambda>() constant
606 for (method in methods) { in <lambda>() constant
617 val method = methods.first() in <lambda>() constant
784 for (method in methods) { in <lambda>() variable
792 val method = equalsMethod ?: hashCodeMethod!! in <lambda>() constant
954 for (method in methods) { in <lambda>() method
1171 for (method in methods) { in <lambda>() variable
1233 for (method in methods) { in <lambda>() variable
1416 for (method in methodsAndConstructors) { in <lambda>() constant
1487 for (method in methods) { in <lambda>() method
[all …]
DNullabilityAnnotationsValidator.kt47 val method: MethodItem in <lambda>() constant
51 override val method: MethodItem, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Error
65 override val method: MethodItem, in <lambda>() constant in com.android.tools.metalava.NullabilityAnnotationsValidator.Warning
DApiAnalyzer.kt392 for (method in interfaceClass.methods()) { in <lambda>() constant
406 for (method in superClass.methods()) { in <lambda>() method
422 for (method in superClass.methods()) { in <lambda>() constant
448 for (method in superClass.methods()) { in <lambda>() constant
473 for (method in cls.methods()) { in <lambda>() constant
500 val method = cls.createMethod(it) in <lambda>() constant
834 for (method in cls.filteredMethods(filterEmit)) { in <lambda>() constant
1170 for (method in methods) { in <lambda>() method
/tools/test/connectivity/acts/framework/acts/controllers/
Dnative.py52 def _rpc(self, method, *args): argument
/tools/tradefederation/contrib/src/com/android/continuous/
DSmokeTest.java97 final String method = test.getTestName(); in mangleTestId() local
/tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiClass.java211 ApiElement method = entry.getValue(); in removeOverridingMethods() local
226 private boolean isOverride(ApiElement method, Map<String, ApiClass> allClasses) { in isOverride()
240 private boolean isOverrideOfInherited(ApiElement method, Map<String, ApiClass> allClasses) { in isOverrideOfInherited()
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DDeviceParameterizedRunner.java76 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DCodebase.kt202 val method = cls.findMethod(methodName, parameters) in <lambda>() constant
226 val method = cls.findMethod(methodName, parameters) in <lambda>() constant
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DApiFile.java341 TextConstructorItem method; in parseConstructor() local
373 TextMethodItem method; in parseMethod() local
717 …rivate static void parseParameterList(TextCodebase api, Tokenizer tokenizer, TextMethodItem method) in parseParameterList()
829 private static String parseDefault(Tokenizer tokenizer, TextMethodItem method) in parseDefault()
843 private static String parseThrows(Tokenizer tokenizer, TextMethodItem method) in parseThrows()

12