Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 6 of 6) sorted by relevance

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGraphicsDeviceInfo.java77 Set<String> variables = stubActivity.getImplementationVariableNames(); in collectDeviceInfo() local
78 for (String name : variables) { in collectDeviceInfo()
DGlesStubActivity.java456 private void collectImplementationVariables(ImplementationVariable[] variables) { in collectImplementationVariables() argument
457 for (int i = 0; i < variables.length; i++) { in collectImplementationVariables()
458 String name = variables[i].getName(); in collectImplementationVariables()
459 Object value = variables[i].getValue(); in collectImplementationVariables()
460 boolean dynamicArray = variables[i] instanceof DynamicIntVectorValue; in collectImplementationVariables()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale95 the variables that are computed are not used somehow, there is the
96 danger that the compiler considers them as "dead variables" and
98 version 2 all variables of "main" are printed at the end of the
131 loop and that are not just renamings of variables. All remarks refer to
153 loop in "main ", the role of some variables has been exchanged, to
256 variables, register allocation etc. occuring in other compilation
DDrystone-2.1.sh1251 X /* i.e. no register variables */
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile70 # note). You have access to the variables errors warning, statement which
383 # A regular expression matching the beginning of the name of dummy variables
385 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
/cts/tools/dasm/src/java_cup/
Dparser.cup43 code strings) are stored as static variables of the emit class and
44 in a few cases as variables declared in the action code section.