| /tools/dexter/testdata/expected/ |
| D | entry_hooks.asm | 2 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 …]
|
| D | medium.asm | 2 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 …]
|
| D | hello.asm | 2 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
|
| D | hello_nodebug.asm | 2 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
|
| D | exit_hooks.asm | 2 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 …]
|
| D | mi.asm | 2 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
|
| D | try_catch.asm | 2 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
|
| D | min.asm | 2 method Minimal.<init>():void label
|
| /tools/metalava/src/test/java/com/android/tools/metalava/model/text/ |
| D | TextTypeItemTest.kt | 83 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
|
| D | TextTypeParameterItemTest.kt | 53 val method = cls?.findMethod("build", "") as TextMethodItem in testTypeParameterNames() constant
|
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
| D | CentralDirectoryHeaderCompressInfo.java | 61 public CentralDirectoryHeaderCompressInfo( in CentralDirectoryHeaderCompressInfo() 78 @Nonnull CompressionMethod method, long compressedSize) { in CentralDirectoryHeaderCompressInfo()
|
| D | CompressionResult.java | 51 public CompressionResult(@Nonnull CloseableByteSource source, @Nonnull CompressionMethod method, in CompressionResult()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
| D | PsiMethodItem.kt | 173 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
|
| D | PsiClassItem.kt | 211 for (method in methods) { in <lambda>() method 214 for (method in constructors) { in <lambda>() method 331 val method = template as PsiMethodItem in <lambda>() constant 458 val method = PsiMethodItem.create(codebase, item, psiMethod) in <lambda>() constant 480 for (method in methods) { in <lambda>() method 485 for (method in fields) { in <lambda>() method 500 for (method in psiMethods) { in <lambda>() constant
|
| /tools/tradefederation/core/common_util/com/android/tradefed/util/net/ |
| D | IHttpHelper.java | 172 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()
|
| D | HttpHelper.java | 159 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/tradefederation/core/src/com/android/tradefed/util/ |
| D | IRestApiHelper.java | 39 String method, String[] uriParts, Map<String, Object> options, JSONObject data) in execute() argument
|
| /tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
| D | SignatureConverter.java | 178 private String getExecutableSignature(CharSequence name, ExecutableElement method) in getExecutableSignature() 194 private String buildMethodSignature(ExecutableElement method) in buildMethodSignature()
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| D | native.py | 52 def _rpc(self, method, *args): argument
|
| /tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
| D | DeviceParameterizedRunner.java | 65 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| D | ApiLint.kt | 574 for (method in methods) { in <lambda>() constant 619 for (method in methods) { in <lambda>() constant 630 val method = methods.first() in <lambda>() constant 797 for (method in methods) { in <lambda>() variable 805 val method = equalsMethod ?: hashCodeMethod!! in <lambda>() constant 1041 for (method in methods) { in <lambda>() method 1258 for (method in methods) { in <lambda>() variable 1320 for (method in methods) { in <lambda>() variable 1503 for (method in methodsAndConstructors) { in <lambda>() constant 1552 for (method in methods) { in <lambda>() method [all …]
|
| D | NullabilityAnnotationsValidator.kt | 47 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
|
| D | ApiAnalyzer.kt | 343 for (method in interfaceClass.methods()) { in <lambda>() constant 357 for (method in superClass.methods()) { in <lambda>() method 391 for (method in superClass.methods()) { in <lambda>() variable 417 for (method in superClass.methods()) { in <lambda>() constant 442 for (method in cls.methods()) { in <lambda>() constant 469 val method = cls.createMethod(it) in <lambda>() constant 803 for (method in cls.filteredMethods(filterEmit)) { in <lambda>() constant 1139 for (method in methods) { in <lambda>() method
|
| /tools/tradefederation/contrib/src/com/android/continuous/ |
| D | SmokeTest.java | 97 final String method = test.getTestName(); in mangleTestId() local
|
| /tools/metalava/src/main/java/com/android/tools/metalava/apilevels/ |
| D | ApiClass.java | 213 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()
|