Home
last modified time | relevance | path

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

/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DAoaKey.java56 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/
DModifierListWriter.kt120 val modifier = visibilityLevel.javaSourceCodeModifier in <lambda>() constant
121 if (modifier.isNotEmpty()) { in <lambda>()
122 writer.write("$modifier ") in <lambda>()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/
DCommonCopyFieldItemTest.kt81 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/
DCommonCopyMethodItemTest.kt122 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()
167 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/
DKotlinOperatorTest.kt73 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/
DPsiMethodItemTest.kt204 … 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/
DUastTestBase.kt476 fun `final modifier in enum members`() { in final modifier in enum members()
1861 val modifier = in default parameter value from common, with android=true for common() constant
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DSignatureInputOutputTest.kt365 fun `Test method with one unnamed parameter with modifier`() { in <lambda>()
627 fun `Test normalize-final-modifier=yes`() { in <lambda>()
655 fun `Test normalize-final-modifier=no`() { in <lambda>()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt123 fun `Generate stubs for various modifier scenarios`() { in Generate stubs for various modifier scenarios()
/tools/metalava/
DFORMAT.md13 such as dropping the "final" modifier in front of every member if the
374 The old signature file format used "deprecated" as if it was a modifier. In the
381 In the new signature format, we're using the standard modifier order for Java
416 ?/! Kotlin syntax and the deprecated "modifier"), but annotations for permission
DREADME.md117 modifiers in the canonical modifier order, using "extends" instead of
331 modifier lists (including annotations).
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/
DCommonPropertyItemTest.kt696 fun `Test final modifier for properties`() { in Test final modifier for properties()
755 fun `Test abstract and default modifier on properties`() { in Test abstract and default modifier on properties()
/tools/repohooks/tools/
Dcheckpatch.pl2263 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;
Dspelling.txt966 modifer||modifier
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/
DCompatibilityCheckTest.kt3440 fun `Remove fun modifier from interface`() { in Remove fun modifier from interface()
3472 fun `Remove fun modifier from interface signature files`() { in Remove fun modifier from interface signature files()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_test_utils.py1063 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/
Dsource-model-provider-baseline.txt237 Generate stubs for various modifier scenarios[turbine]