Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 9 of 9) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt391 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/
DApiFromTextTest.kt252 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()
DCompatibilityCheckTest.kt3768 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()
DApiLintTest.kt3016 fun `KotlinOperator check only applies when not using operator modifier`() { in KotlinOperator check only applies when not using operator modifier()
/tools/metalava/
DFORMAT.md13 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
DREADME.md95 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/
Dbt_test_utils.py987 def hid_keyboard_report(key, modifier="00"): argument
998 [modifier, "00", key, "00", "00", "00", "00", "00"])), "utf-8")
/tools/repohooks/tools/
Dcheckpatch.pl1930 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/
DStubsTest.kt450 fun `Generate stubs for various modifier scenarios`() { in <lambda>()