Searched refs:modifier (Results 1 – 16 of 16) sorted by relevance
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/ |
D | AoaKey.java | 56 int modifier = mModifiers.stream().map(m -> m.mValue).reduce(0, (a, b) -> a | b); in toHidData() local 57 return new byte[] {(byte) modifier, (byte) mUsage}; in toHidData()
|
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
D | ModifierListWriter.kt | 124 val modifier = in <lambda>() constant 130 if (modifier.isNotEmpty()) { in <lambda>() 131 writer.write("$modifier ") in <lambda>()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/ |
D | CommonCopyFieldItemTest.kt | 81 fun `test copy field from interface to class does copy static modifier`() { in test copy field from interface to class does copy static modifier() 125 fun `test copy field from interface to class does set implicit static modifier`() { in test copy field from interface to class does set implicit static modifier()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
D | CommonCopyMethodItemTest.kt | 130 fun `test copy method from interface to class does not copy default modifier`() { in test copy method from interface to class does not copy default modifier() 175 fun `test copy method from interface to class does copy static modifier`() { in test copy method from interface to class does copy static modifier()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/lint/ |
D | KotlinOperatorTest.kt | 73 fun `KotlinOperator check only applies when not using operator modifier`() { in KotlinOperator check only applies when not using operator modifier()
|
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiMethodItemTest.kt | 204 … need to be added to signature file even if extending Object method and modifier changes when it i… in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override() 224 …s not need to be added to signature file if extending Object method and modifier does not change`(… in child method does not need to be added to signature file if extending Object method and modifier does not change()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/ |
D | UastTestBase.kt | 487 fun `final modifier in enum members`() { in final modifier in enum members()
|
D | SignatureInputOutputTest.kt | 373 fun `Test method with one unnamed parameter with modifier`() { in <lambda>()
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/ |
D | StubsTest.kt | 125 fun `Generate stubs for various modifier scenarios`() { in Generate stubs for various modifier scenarios()
|
/tools/metalava/ |
D | FORMAT.md | 13 such as dropping the "final" modifier in front of every member if the 393 The old signature file format used "deprecated" as if it was a modifier. In the 400 In the new signature format, we're using the standard modifier order for Java 435 ?/! Kotlin syntax and the deprecated "modifier"), but annotations for permission
|
D | README.md | 117 modifiers in the canonical modifier order, using "extends" instead of 331 modifier lists (including annotations).
|
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/ |
D | CompatibilityCheckTest.kt | 3636 fun `Remove fun modifier from interface`() { in Remove fun modifier from interface() 3668 fun `Remove fun modifier from interface signature files`() { in Remove fun modifier from interface signature files()
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 2263 for my $modifier (split(' ', $possible)) { 2264 if ($modifier !~ $notPermitted) { 2265 warn "MODIFIER: $modifier ($possible) ($line)\n" if ($dbg_possible); 2266 push(@modifierListFile, $modifier); 4726 my $modifier = $2; 4728 $modifier = "" if (!defined($modifier)); 4733 $level .= $modifier; 4734 $level2 .= $modifier;
|
D | spelling.txt | 966 modifer||modifier
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 1063 def hid_keyboard_report(key, modifier="00"): argument 1074 [modifier, "00", key, "00", "00", "00", "00", "00"])), "utf-8")
|
/tools/metalava/metalava/src/test/resources/ |
D | source-model-provider-baseline.txt | 277 Generate stubs for various modifier scenarios[turbine]
|