Searched defs:method1 (Results 1 – 4 of 4) sorted by relevance
| /tools/dexter/dexter/ |
| D | experimental.cc | 307 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestMethodInstrumenter() local 500 auto method1 = ir::MethodId("LTarget;", "foo", "(ILjava/lang/String;)I"); in TestArrayParamsEntryHook() local
|
| /tools/metalava/src/test/java/com/android/tools/metalava/ |
| D | CompatibilityCheckTest.kt | 212 fun method1(string: String, maybeString: String?): String? = null in Kotlin Nullness() method 285 fun method1(newName: String): String? = null in Kotlin Parameter Name Change() method 400 fun method1(vararg x: Int) { } in Remove vararg() method 737 fun method1(b: Boolean, s1: String?) { } // No change in Remove default parameter() method 775 fun method1(b: Boolean, s1: String?) { } // No change in Remove optional parameter() method
|
| D | ApiFileTest.kt | 165 fun method1(myInt: Int = 42, in Default Values and Names in Kotlin() method 4463 fun method1(myInt: Int = 42, in Concise default Values and Names in Kotlin() method
|
| /tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
| D | PsiTypePrinterTest.kt | 678 fun method1(int: Int = 42, in <lambda>() method
|