Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 16 of 16) 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.kt124 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/
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.kt130 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/
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.kt487 fun `final modifier in enum members`() { in final modifier in enum members()
DSignatureInputOutputTest.kt373 fun `Test method with one unnamed parameter with modifier`() { in <lambda>()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt125 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
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
DREADME.md117 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/
DCompatibilityCheckTest.kt3636 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/
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/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.txt277 Generate stubs for various modifier scenarios[turbine]