/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/ |
H A D | InspectionCompanionGenerator.java | 302 @NonNull String variable) { in generateIntEnumPropertyMapperInvocation() argument 312 variable); in generateIntEnumPropertyMapperInvocation() 317 variable, in generateIntEnumPropertyMapperInvocation() 327 variable); in generateIntEnumPropertyMapperInvocation() 352 @NonNull String variable) { in generateIntFlagPropertyMapperInvocation() argument 361 variable); in generateIntFlagPropertyMapperInvocation() 366 variable, in generateIntFlagPropertyMapperInvocation() 377 variable); in generateIntFlagPropertyMapperInvocation()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | FilterGraph.java | 249 Filter variable = getFilter(varName); in assignVariableToFilterInput() local 250 if (variable == null || !(variable instanceof VariableSource)) { in assignVariableToFilterInput() 256 connectAndBranch(variable, "value", filter, inputName); in assignVariableToFilterInput() 262 return (VariableSource)variable; in assignVariableToFilterInput()
|
/aosp14/frameworks/base/startop/apps/ColorChanging/ |
H A D | gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the 43 echo Please set the JAVA_HOME variable in your environment to match the 76 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | EfficientXmlChecker.java | 252 final ExpressionTree variable = node.getVariable(); in matchMethodInvocation() 253 if (variable instanceof IdentifierTree) { in matchMethodInvocation() 254 return visitWriteSource(((IdentifierTree) variable).getName(), in matchMethodInvocation() 286 final ExpressionTree variable = ((AssignmentTree) readDest).getVariable(); in matchMethodInvocation() local 287 if (variable instanceof IdentifierTree) { in matchMethodInvocation() 288 name = ((IdentifierTree) variable).getName(); in matchMethodInvocation()
|
/aosp14/frameworks/base/packages/SettingsLib/Spa/ |
H A D | gradlew.bat | 48 echo Please set the JAVA_HOME variable in your environment to match the 62 echo Please set the JAVA_HOME variable in your environment to match the 81 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/aosp14/frameworks/base/tests/TouchLatency/ |
H A D | gradlew.bat | 48 echo Please set the JAVA_HOME variable in your environment to match the 62 echo Please set the JAVA_HOME variable in your environment to match the 81 rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
/aosp14/frameworks/base/tools/xmlpersistence/src/main/kotlin/ |
H A D | Parser.kt | 142 val variable = field.variables.single() regex 143 val name = variable.nameAsString 144 val annotations = field.annotations + variable.type.annotations 148 return when (val type = variable.type.resolve()) {
|
/aosp14/frameworks/base/libs/incident/ |
H A D | Android.bp | 32 "-Wno-unused-variable", 79 "-Wno-unused-variable",
|
/aosp14/system/core/rootdir/etc/ |
H A D | linker.config.json | 34 // using build variable LLNDK_MOVED_TO_APEX_LIBRARIES.
|
/aosp14/frameworks/base/cmds/incidentd/ |
H A D | Android.bp | 41 "-Wno-unused-variable", 100 "-Wno-unused-variable",
|
/aosp14/frameworks/base/tests/JankBench/app/src/main/jni/ |
H A D | Android.bp.converted | 19 "-Wno-unused-variable",
|
/aosp14/system/core/toolbox/ |
H A D | Android.bp | 23 "-Wno-unused-const-variable",
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 81 Host: "getvar:version" request version variable 85 Host: "getvar:nonexistant" request some undefined variable 87 Client: "FAILUnknown variable" getvar failure; see getvar details below 121 getvar:%s Read a config/version variable from the bootloader. 122 The variable contents will be returned after the 123 OKAY response. If the variable is unknown, the bootloader 227 In addition, there is a variable to test whether a partition is logical: 270 Device [0x00][0x00][0x00][0x00][0x00][0x00][0x00][0x14]FAILUnknown variable
|
/aosp14/frameworks/base/cmds/incident/ |
H A D | Android.bp | 49 "-Wno-unused-variable",
|
/aosp14/frameworks/base/libs/protoutil/ |
H A D | Android.bp | 31 "-Wno-unused-variable",
|
/aosp14/frameworks/base/tests/FlickerTests/ |
H A D | README.md | 10 … from `RotationTestBase` or `NonRotationTestBase` and must override the variable `transitionToRun`…
|
/aosp14/frameworks/base/native/android/ |
H A D | Android.bp | 155 "-Wno-unused-variable",
|
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/ |
H A D | glossary.md | 8 …- uses the font specified at [clock.xml][8]. If the clock font supports variable weights, users wi… 11 …AOSP image on the left shows the usage of a clock that does not support variable weights which is …
|
/aosp14/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Generators.kt | 16 it.isStatic && it.isFinal && it.variables.all { variable -> 17 variable.type.asString() in listOf("int", "String")
|
/aosp14/frameworks/base/services/ |
H A D | Android.bp | 39 // `SOONG_CONFIG_ANDROID_SYSTEM_OPTIMIZE_JAVA` variable.
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Android.bp | 91 "-Wno-unused-variable", 449 "-Wno-unused-const-variable",
|
/aosp14/frameworks/base/core/jni/ |
H A D | Android.bp | 360 "-Wno-unused-const-variable",
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | FontListParserTest.java | 149 public void variable() throws Exception { in variable() method in FontListParserTest
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | DrawableContainer.java | 1046 public final void setVariablePadding(boolean variable) { in setVariablePadding() argument 1047 mVariablePadding = variable; in setVariablePadding()
|
/aosp14/frameworks/base/tools/lint/ |
H A D | README.md | 73 environment variable with the id of the lint. For example:
|