HomeSort by relevance Sort by last modified time
    Searched refs:Variables (Results 1 - 16 of 16) sorted by null

  /external/proguard/src/proguard/evaluation/
Variables.java 28 * the respective variables.
32 public class Variables
42 * Creates a new Variables object with a given maximum number of variables.
44 public Variables(int size)
52 * Creates a Variables object that is a copy of the given Variables object.
54 public Variables(Variables variables)
    [all...]
InvocationUnit.java 29 * This interface sets up the variables for entering a method,
37 * Sets up the given variables for entering the given method.
41 Variables variables);
TracedVariables.java 26 * This Variables class saves additional information with variables, to keep
29 * The Variables class stores a given producer Value along with each Value it
39 public class TracedVariables extends Variables
45 private Variables producerVariables;
56 producerVariables = new Variables(size);
67 producerVariables = new Variables(tracedVariables.producerVariables);
121 // Implementations for Variables.
BasicInvocationUnit.java 33 * This InvocationUnit sets up the variables for entering a method,
65 public void enterMethod(Clazz clazz, Method method, Variables variables)
77 variables.reset(parameterSize);
97 variables.store(variableIndex++, value);
103 // Set up the variables corresponding to the parameter types and values.
121 variables.store(variableIndex++, value);
Processor.java 43 private final Variables variables; field in class:Processor
56 * @param variables the local variable frame.
61 public Processor(Variables variables,
67 this.variables = variables;
645 stack.push(variables.iload(variableIndex));
653 stack.push(variables.lload(variableIndex));
661 stack.push(variables.fload(variableIndex))
    [all...]
  /dalvik/vm/
ReconfigureDvm.mk 17 # Variables used in the included Dvm.mk.
Android.mk 99 # Variables used in the included Dvm.mk.
  /sdk/files/
find_java.bat 84 echo - Under Windows XP, open Control Panel / System / Advanced / Environment Variables
85 echo - Under Windows Vista or Windows 7, open Control Panel / System / Advanced System Settings / Environment Variables
86 echo At the end of the "Path" entry in "User variables", add the following:
  /external/bison/doc/
refcard.tex 440 \section{Grammar Variables and Symbols}
459 \section {Variables and Types}
512 % Local variables:
  /build/core/
envsetup.mk 0 # Variables we check:
5 # and we output a bunch of variables, see the case statement at
40 # variables that we need in order to locate the output files.
  /external/zlib/contrib/masm686/
match.asm 109 ; Variables
  /external/v8/benchmarks/
deltablue.js 148 * (or "constraint") between a set of variables. A constraint supplies
150 * of storing the constrained variables and other information required
288 * Variables that should, with some level of preference, stay the same.
339 * variables.
353 * should flow based on the relative strength of the variables related,
450 * Relates two variables by the linear scaling relationship: "v2 =
512 * Constrains two variables to have the same value.
583 * variables of constraints that have been processed are marked with
633 * only constraints whose output variables are not stay. Constraints
638 * the plan when all its input variables are known. A variable i
    [all...]
earley-boyer.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 142 * (or "constraint") between a set of variables. A constraint supplies
144 * of storing the constrained variables and other information required
282 * Variables that should, with some level of preference, stay the same.
333 * variables.
347 * should flow based on the relative strength of the variables related,
444 * Relates two variables by the linear scaling relationship: "v2 =
506 * Constrains two variables to have the same value.
577 * variables of constraints that have been processed are marked with
627 * only constraints whose output variables are not stay. Constraints
632 * the plan when all its input variables are known. A variable i
    [all...]
v8-earley-boyer.js     [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 517 milliseconds