Searched defs:method1 (Results 1 – 5 of 5) sorted by relevance
| /tools/dexter/dexter/ |
| D | experimental.cc | 308 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/ |
| D | CompatibilityCheckTest.kt | 207 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
|
| D | ApiFileTest.kt | 163 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
|
| D | ApiLintTest.kt | 3814 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/ |
| D | PsiTypePrinterTest.kt | 682 fun method1(int: Int = 42, in <lambda>() method
|