HomeSort by relevance Sort by last modified time
    Searched defs:variables (Results 1 - 15 of 15) sorted by null

  /external/chromium/third_party/icu/source/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/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/webkit/WebCore/css/
CSSVariablesRule.h 49 CSSVariablesDeclaration* variables() { return m_variables.get(); } function in class:WebCore::CSSVariablesRule
CSSStyleSelector.cpp 575 // See if we have already resolved the variables in this declaration.
582 // If this declaration has any variables in it, then we need to make a cloned
583 // declaration with as many variables resolved as possible for this style selector's media.
594 // Now iterate over the properties in the original declaration. As we resolve variables we'll end up
616 if (!rule || !rule->variables()) {
624 CSSMutableStyleDeclaration* declBlock = rule->variables()->getParsedVariableDeclarationBlock(primitiveValue->getStringValue());
632 CSSValueList* resolvedVariable = rule->variables()->getParsedVariable(primitiveValue->getStringValue());
2854 CSSVariablesRule* variables = static_cast<CSSVariablesRule*>(item); local
    [all...]
  /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/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.)
648 ## Dump the variables that are associated with targets
651 define dump-module-variables
675 define transform-variables
    [all...]
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 406 Vector<Identifier> variables; local
407 variables.reserveCapacity(numVariables);
409 variables.append(*varStack[i].first);
410 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 

Completed in 331 milliseconds