Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 39) 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 …]
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 …]
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/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/tradefederation/core/src/com/android/tradefed/util/
DIRestApiHelper.java39 String method, String[] uriParts, Map<String, Object> options, JSONObject data) in execute() argument
DRestApiHelper.java106 String method, String[] uriParts, Map<String, Object> options, JSONObject data) in execute() argument
DTestFilterHelper.java217 public boolean shouldRun(String packageName, Class<?> classObj, Method method) { in shouldRun()
/tools/metalava/src/main/java/com/android/tools/metalava/
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
/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/test/connectivity/acts/framework/acts/controllers/
Dnative.py52 def _rpc(self, method, *args): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DDeviceParameterizedRunner.java65 protected Statement methodInvoker(FrameworkMethod method, Object testObj) { in methodInvoker()
/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/doclava1/
DApiFile.java448 TextConstructorItem method; in parseConstructor() local
480 TextMethodItem method; in parseMethod() local
824 …rivate static void parseParameterList(TextCodebase api, Tokenizer tokenizer, TextMethodItem method) in parseParameterList()
936 private static String parseDefault(Tokenizer tokenizer, TextMethodItem method) in parseDefault()
950 private static String parseThrows(Tokenizer tokenizer, TextMethodItem method) in parseThrows()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java221 public LowLevelHttpRequest buildRequest(String method, String url) throws IOException { in buildRequest()
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveCBRSTest.py541 def _cbrs_default_data_switch_timing(self, ad, method, validation=False): argument
679 def _test_stress_cbrsdataswitch_timing(self, ad, method, validation=False): argument
/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp89 jmethodID method = in startLoop() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpHelperTest.java348 public HttpURLConnection createConnection(URL url, String method, String contentType) in createConnection()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbase_test_actions.py32 def timed_action(method): argument

12