Searched defs:method2 (Results 1 – 3 of 3) sorted by relevance
| /tools/dexter/dexter/ |
| D | experimental.cc | 310 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/ |
| D | CompatibilityCheckTest.kt | 213 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
|
| D | ApiFileTest.kt | 171 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
|