Searched refs:modifier (Results 1 – 9 of 9) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | ModifierList.kt | 391 val modifier = if (language == Language.JAVA) { in <lambda>() constant 396 if (modifier.isNotEmpty()) { in <lambda>() 397 writer.write("$modifier ") in <lambda>()
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFromTextTest.kt | 252 fun `Vararg modifier`() { in Vararg modifier() 295 fun `Loading a signature file with alternate modifier order`() { in Loading a signature file with alternate modifier order()
|
D | CompatibilityCheckTest.kt | 3768 fun `Remove fun modifier from interface`() { in Remove fun modifier from interface() 3797 fun `Remove fun modifier from interface signature files`() { in Remove fun modifier from interface signature files()
|
D | ApiLintTest.kt | 3016 fun `KotlinOperator check only applies when not using operator modifier`() { in KotlinOperator check only applies when not using operator modifier()
|
/tools/metalava/ |
D | FORMAT.md | 13 such as dropping the "final" modifier in front of every member if the 389 The old signature file format used "deprecated" as if it was a modifier. In the 396 In the new signature format, we're using the standard modifier order for Java 431 ?/! Kotlin syntax and the deprecated "modifier"), but annotations for permission
|
D | README.md | 95 modifiers in the canonical modifier order, using "extends" instead of 309 modifier lists (including annotations).
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 987 def hid_keyboard_report(key, modifier="00"): argument 998 [modifier, "00", key, "00", "00", "00", "00", "00"])), "utf-8")
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 1930 for my $modifier (split(' ', $possible)) { 1931 if ($modifier !~ $notPermitted) { 1932 warn "MODIFIER: $modifier ($possible) ($line)\n" if ($dbg_possible); 1933 push(@modifierListFile, $modifier);
|
/tools/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 450 fun `Generate stubs for various modifier scenarios`() { in <lambda>()
|