Home
last modified time | relevance | path

Searched defs:method1 (Results 1 – 5 of 5) sorted by relevance

/tools/dexter/dexter/
Dexperimental.cc308 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestMethodInstrumenter() local
501 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestArrayParamsEntryHook() local
/tools/metalava/src/test/java/com/android/tools/metalava/
DCompatibilityCheckTest.kt207 fun method1(string: String, maybeString: String?): String? = null in Kotlin Nullness() method
278 fun method1(newName: String): String? = null in Kotlin Parameter Name Change() method
357 fun method1(vararg x: Int) { } in Remove vararg() method
685 fun method1(b: Boolean, s1: String?) { } // No change in Remove default parameter() method
722 fun method1(b: Boolean, s1: String?) { } // No change in Remove optional parameter() method
DApiFileTest.kt163 fun method1(myInt: Int = 42, in Default Values and Names in Kotlin() method
4223 fun method1(myInt: Int = 42, in Concise default Values and Names in Kotlin() method
DApiLintTest.kt3814 fun method1(input: T): T in Nullability overrides in unbounded generics should be allowed() method
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt682 fun method1(int: Int = 42, in <lambda>() method