HomeSort by relevance Sort by last modified time
    Searched refs:variables (Results 51 - 75 of 301) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/srec/shared/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/srec/EventLog/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/srec/test/SRecTest/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/srec/test/SRecTestAudio/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/make_cfst/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/make_g2g/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/parseStringTest/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/test_g2g/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
position-string.js 17 // shouldBe can't use local variables yet.
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
JavaPerformanceDetector.java 317 // and then compute all variables assigned to in the if body,
343 /** Adds any variables referenced in the given expression into the given list */
344 private static void addReferencedVariables(Collection<String> variables,
348 addReferencedVariables(variables, binary.astLeft());
349 addReferencedVariables(variables, binary.astRight());
352 addReferencedVariables(variables, unary.astOperand());
355 variables.add(reference.astIdentifier().astValue());
359 variables.add(select.astIdentifier().astValue());
518 public AssignmentTracker(Collection<String> variables) {
519 mVariables = variables;
    [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...]
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);
  /external/chromium/testing/gmock/scripts/
gmock-config.in 3 # These variables are automatically filled in by the configure script.
195 # overridden by environment variables or command line parameters.
202 # it's not, we provide variables pointing to the source and build tree rather
259 # Add the necessary Google Test bits into the various flag variables
  /external/chromium/testing/gtest/scripts/
gtest-config.in 3 # These variables are automatically filled in by the configure script.
195 # overridden by environment variables or command line parameters.
202 # it's not, we provide variables pointing to the source and build tree rather
  /external/gtest/scripts/
gtest-config.in 3 # These variables are automatically filled in by the configure script.
195 # overridden by environment variables or command line parameters.
202 # it's not, we provide variables pointing to the source and build tree rather
  /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...]
  /external/protobuf/gtest/scripts/
gtest-config.in 3 # These variables are automatically filled in by the configure script.
195 # overridden by environment variables or command line parameters.
202 # it's not, we provide variables pointing to the source and build tree rather
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 49 map<string, string>* variables) {
50 SetCommonFieldVariables(descriptor, variables);
52 (*variables)["type"] = ClassName(descriptor->enum_type(), true);
53 (*variables)["default"] = SimpleItoa(default_value->number());
cpp_field.h 55 // Helper function: set variables in the map that are the same for all
60 map<string, string>* variables);
cpp_string_field.cc 49 map<string, string>* variables) {
50 SetCommonFieldVariables(descriptor, variables);
51 (*variables)["default"] =
53 (*variables)["pointer_type"] =
  /external/opencv/cvaux/src/
cvlmeds.cpp 1420 int *variables; local
    [all...]
  /external/v8/test/mjsunit/
property-load-across-eval.js 35 // Test loading across an eval call that does not shadow variables.
94 // Test loading across eval calls that do not shadow variables.
118 // Test loading across an eval call that shadows variables.
  /external/compiler-rt/make/
options.mk 3 # This list of such variables should be kept up to date with AvailableOptions in
  /external/libxslt/
Android.mk 17 libxslt/variables.c \
  /external/proguard/src/proguard/optimize/evaluation/
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...]

Completed in 1517 milliseconds

1 23 4 5 6 7 8 91011>>