Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectionCompanionGenerator.java302 @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 DFilterGraph.java249 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 Dgradlew.bat29 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 DEfficientXmlChecker.java252 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 Dgradlew.bat48 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 Dgradlew.bat48 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 DParser.kt142 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 DAndroid.bp32 "-Wno-unused-variable",
79 "-Wno-unused-variable",
/aosp14/system/core/rootdir/etc/
H A Dlinker.config.json34 // using build variable LLNDK_MOVED_TO_APEX_LIBRARIES.
/aosp14/frameworks/base/cmds/incidentd/
H A DAndroid.bp41 "-Wno-unused-variable",
100 "-Wno-unused-variable",
/aosp14/frameworks/base/tests/JankBench/app/src/main/jni/
H A DAndroid.bp.converted19 "-Wno-unused-variable",
/aosp14/system/core/toolbox/
H A DAndroid.bp23 "-Wno-unused-const-variable",
/aosp14/system/core/fastboot/
H A DREADME.md81 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 DAndroid.bp49 "-Wno-unused-variable",
/aosp14/frameworks/base/libs/protoutil/
H A DAndroid.bp31 "-Wno-unused-variable",
/aosp14/frameworks/base/tests/FlickerTests/
H A DREADME.md10 … from `RotationTestBase` or `NonRotationTestBase` and must override the variable `transitionToRun`…
/aosp14/frameworks/base/native/android/
H A DAndroid.bp155 "-Wno-unused-variable",
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dglossary.md8 …- 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 DGenerators.kt16 it.isStatic && it.isFinal && it.variables.all { variable ->
17 variable.type.asString() in listOf("int", "String")
/aosp14/frameworks/base/services/
H A DAndroid.bp39 // `SOONG_CONFIG_ANDROID_SYSTEM_OPTIMIZE_JAVA` variable.
/aosp14/frameworks/base/libs/hwui/
H A DAndroid.bp91 "-Wno-unused-variable",
449 "-Wno-unused-const-variable",
/aosp14/frameworks/base/core/jni/
H A DAndroid.bp360 "-Wno-unused-const-variable",
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DFontListParserTest.java149 public void variable() throws Exception { in variable() method in FontListParserTest
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java1046 public final void setVariablePadding(boolean variable) { in setVariablePadding() argument
1047 mVariablePadding = variable; in setVariablePadding()
/aosp14/frameworks/base/tools/lint/
H A DREADME.md73 environment variable with the id of the lint. For example:

12