Home
last modified time | relevance | path

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

/tools/dexter/dexter/
Dexperimental.cc311 auto method2 = ir::MethodId("LTarget;", "foo", "(I[[Ljava/lang/String;)Ljava/lang/Integer;"); in TestMethodInstrumenter() local
504 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.kt208 fun method2(string: String, maybeString: String?): String? = null in Kotlin Nullness() method
211 fun method2(string: String, maybeString: String?): String? = null in Kotlin Nullness() method
358 fun method2(x: IntArray) { } in Remove vararg() method
686 fun method2(b: Boolean, s1: String? = null) { } // Adding: OK in Remove default parameter() method
723 fun method2(b: Boolean, s1: String? = null) { } // Adding: OK in Remove optional parameter() method
DApiFileTest.kt169 fun method2(myInt: Int, myInt2: Int = (2*int) * SIZE) { } in Default Values and Names in Kotlin() method
4229 fun method2(myInt: Int, myInt2: Int = (2*int) * SIZE) { } in Concise default Values and Names in Kotlin() method