/external/icu4c/i18n/ |
rbt_data.h | 62 * data.variables. The stand-in also represents the UnicodeMatcher in 69 * Variables that correspond to a set of characters are mapped 74 * variables[i] represents character (variablesBase + i). 76 UnicodeFunctor** variables; member in class:TransliterationRuleData 79 * Flag that indicates whether the variables are owned (if a single 82 * the same variables list, so only the first one is considered to own 83 * the variables) 88 * The character that represents variables[0]. Characters 95 * The length of variables.
|
/external/proguard/src/proguard/evaluation/ |
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...] |
/external/proguard/src/proguard/classfile/attribute/preverification/ |
FullFrame.java | 35 public VerificationType[] variables; field in class:FullFrame 49 * Creates a FullFrame with the given variables and stack. 52 VerificationType[] variables, 56 variables.length, 57 variables, 64 * Creates a FullFrame with the given variables and stack. 68 VerificationType[] variables, 74 this.variables = variables; 81 * Applies the given verification type visitor to all variables [all...] |
/external/mesa3d/src/glsl/ |
loop_analysis.h | 33 * Analyze and classify all variables used in all loops in the instruction list 42 * Based on analysis of loop variables, this function tries to remove sequences 64 * Tracking for all variables used in a loop 79 * Variables that have not yet been classified 81 exec_list variables; member in class:loop_variable_state 84 * Variables whose values are constant within the body of the loop 91 * Induction variables for this loop 107 * Hash table containing all variables accessed in this loop 148 /** Are all variables in the RHS of the assignment loop constants? */ 161 * Increment values for loop induction variables [all...] |
/sdk/monkeyrunner/src/com/android/monkeyrunner/controller/ |
VariableFrame.java | 45 * Swing Frame that displays all the variables that the monkey exposes on the device. 89 Collection<String> variables; local 90 variables = device.getPropertyList(); 91 for (final String variable : variables) { 136 super("Variables");
|
/external/proguard/src/proguard/optimize/evaluation/ |
PartialEvaluator.java | 210 // Reuse the existing variables and stack objects, ensuring the right size. 211 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals); local 214 // Initialize the reusable arrays and variables. 215 initializeVariables(clazz, method, codeAttribute, variables, stack); 224 variables, 423 * Returns the variables before execution of the instruction at the given 433 * Returns the variables after execution of the instruction at the given 498 private void pushCallingInstructionBlock(TracedVariables variables, 502 callingInstructionBlockStack.push(new MyInstructionBlock(variables, 511 private void pushInstructionBlock(TracedVariables variables, 1030 TracedVariables variables = new TracedVariables(codeAttribute.u2maxLocals); local [all...] |
EvaluationSimplifier.java | 452 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 455 if (pushedValue.equals(variables.load(variableIndex))) 519 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 522 if (pushedValue.equals(variables.load(variableIndex))) 587 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 590 if (pushedValue.equals(variables.load(variableIndex))) 654 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 657 if (pushedValue.equals(variables.load(variableIndex))) [all...] |
/external/proguard/src/proguard/preverify/ |
CodePreverifier.java | 245 * variables. If necessary, class constants are added to the constant pool 252 TracedVariables variables) 254 int maximumVariablesSize = variables.size(); 262 Value value = variables.getValue(index); 290 Value value = variables.getValue(index); 291 Value producerValue = variables.getProducerValue(index); 498 VerificationType[] variables = fullFrame.variables; local 506 // Are all variables equal? 508 equalVerificationTypes(variables, previousVariableTypes, variablesCount) [all...] |
/build/core/ |
definitions.mk | 23 # These are variables we use to collect overall lists 30 # For each element of ALL_MODULES, two other variables 37 # sub-variables. 55 # its sub-variables.) 713 ## Dump the variables that are associated with targets 716 define dump-module-variables 741 define transform-variables [all...] |
/external/opencv/cvaux/src/ |
cvlmeds.cpp | 1420 int *variables; local [all...] |
/external/libxslt/libxslt/ |
transform.c | 42 #include "variables.h" 171 * @limitNr: number of variables which should remain 461 * initialize the variables stack 5851 xsltStackElemPtr variables; local [all...] |
xsltInternals.h | 1503 xsltStackElemPtr variables; \/* linked list of param and variables *\/ member in struct:_xsltStylesheet [all...] |
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
BytecodeGenerator.cpp | 394 // Captured variables and functions go first so that activations don't have 527 Vector<Identifier> variables; local 528 variables.reserveCapacity(numVariables); 530 variables.append(*varStack[i].first); 531 codeBlock->adoptVariables(variables); [all...] |
/external/proguard/lib/ |
proguard.jar | |
/prebuilt/common/ecj/ |
ecj.jar | |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |
/prebuilt/common/ant/ |
ant.jar | |