Home
last modified time | relevance | path

Searched defs:method2 (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/dexter/
Dexperimental.cc310 auto method2 = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;"); in TestMethodInstrumenter() local
503 auto method2 = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;"); in TestArrayParamsEntryHook() local
/tools/metalava/src/test/java/com/android/tools/metalava/
DCompatibilityCheckTest.kt213 fun method2(string: String, maybeString: String?): String? = null in Kotlin Nullness() method
216 fun method2(string: String, maybeString: String?): String? = null in Kotlin Nullness() method
401 fun method2(x: IntArray) { } in Remove vararg() method
738 fun method2(b: Boolean, s1: String? = null) { } // Adding: OK in Remove default parameter() method
776 fun method2(b: Boolean, s1: String? = null) { } // Adding: OK in Remove optional parameter() method
DApiFileTest.kt171 fun method2(myInt: Int, myInt2: Int = (2*int) * SIZE) { } in Default Values and Names in Kotlin() method
4469 fun method2(myInt: Int, myInt2: Int = (2*int) * SIZE) { } in Concise default Values and Names in Kotlin() method