Searched refs:variables (Results 1 – 7 of 7) sorted by relevance
77 Set<String> variables = stubActivity.getImplementationVariableNames(); in collectDeviceInfo() local78 for (String name : variables) { in collectDeviceInfo()
456 private void collectImplementationVariables(ImplementationVariable[] variables) { in collectImplementationVariables() argument457 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()
14 …description: "This test is incorrect since it blindly requests local variables without checking th…
95 the variables that are computed are not used somehow, there is the96 danger that the compiler considers them as "dead variables" and98 version 2 all variables of "main" are printed at the end of the131 loop and that are not just renamings of variables. All remarks refer to153 loop in "main ", the role of some variables has been exchanged, to256 variables, register allocation etc. occuring in other compilation
1251 X /* i.e. no register variables */
70 # note). You have access to the variables errors warning, statement which383 # A regular expression matching the beginning of the name of dummy variables385 dummy-variables-rgx=^\*{0,2}(_$|unused_|dummy_)
43 code strings) are stored as static variables of the emit class and44 in a few cases as variables declared in the action code section.