| /external/chromium_org/tools/gyp/pylib/gyp/ |
| ninja_syntax.py | 64 variables=None): 82 if variables: 83 if isinstance(variables, dict): 84 iterator = iter(variables.items()) 86 iterator = iter(variables)
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
| printer.cc | 59 void Printer::Print(const map<string, string>& variables, const char* text) { 95 map<string, string>::const_iterator iter = variables.find(varname); 96 if (iter == variables.end()) {
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-stepin-function-call.js | 66 // Test step into function call from a function without local variables. 73 // Test step into function call from a function with some local variables. 92 // Test step into function call from a function with some local variables. 102 // Test step into function apply from a function without local variables. 109 // Test step into function apply from a function with some local variables. 128 // Test step into function apply from a function with some local variables.
|
| arguments-load-across-eval.js | 30 // Test loading across an eval call that does not shadow variables. 47 // Test loading across eval calls that do not shadow variables. 65 // Test loading across an eval call that shadows variables.
|
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| block-scoping.js | 150 { // let variables shadowing argument, let, const and var variables 160 { // const variables shadowing argument, let, const and var variables 248 // Ensure let and const variables are block local 249 // and var variables function local.
|
| /external/proguard/src/proguard/evaluation/ |
| Variables.java | 30 * the respective variables. 34 public class Variables 44 * Creates a new Variables object with a given maximum number of variables. 46 public Variables(int size) 54 * Creates a Variables object that is a copy of the given Variables object. 56 public Variables(Variables variables) [all...] |
| /external/proguard/src/proguard/optimize/evaluation/ |
| EvaluationSimplifier.java | 457 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 460 if (pushedValue.equals(variables.load(variableIndex))) 527 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 531 if (pushedValue.equals(variables.load(variableIndex)) && 532 variables.load(variableIndex + 1) != null && 533 variables.load(variableIndex + 1).computationalType() == Value.TYPE_TOP) 601 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 604 if (pushedValue.equals(variables.load(variableIndex))) 671 TracedVariables variables = partialEvaluator.getVariablesBefore(offset); local 675 if (pushedValue.equals(variables.load(variableIndex)) & [all...] |
| /external/protobuf/src/google/protobuf/io/ |
| printer.cc | 60 void Printer::Print(const map<string, string>& variables, const char* text) { 96 map<string, string>::const_iterator iter = variables.find(varname); 97 if (iter == variables.end()) {
|
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| loop_analysis.cpp | 87 this->variables.push_tail(lv); 230 * variables in ways that cannot be known, and may even terminate shader 232 * rely on any of our analysis about assignments to variables. 256 foreach_list_safe(node, &ls->variables) { 259 /* Move variables that are already marked as being loop constant to 279 * marked as a loop constant on one pass may allow other variables to be 286 foreach_list_safe(node, &ls->variables) { 292 /* Process the RHS of the assignment. If all of the variables 309 /* The remaining variables that are not loop invariant might be loop 310 * induction variables [all...] |
| /external/mesa3d/src/glsl/ |
| loop_analysis.cpp | 87 this->variables.push_tail(lv); 230 * variables in ways that cannot be known, and may even terminate shader 232 * rely on any of our analysis about assignments to variables. 256 foreach_list_safe(node, &ls->variables) { 259 /* Move variables that are already marked as being loop constant to 279 * marked as a loop constant on one pass may allow other variables to be 286 foreach_list_safe(node, &ls->variables) { 292 /* Process the RHS of the assignment. If all of the variables 309 /* The remaining variables that are not loop invariant might be loop 310 * induction variables [all...] |
| /build/tools/atree/ |
| files.cpp | 129 const map<string, string>& variables, 131 if (variables.empty()) { 150 for (map<string, string>::const_iterator it = variables.begin(); 151 it != variables.end(); ++it) { 161 fprintf(stderr, "Recursive replacement detected during variables " 162 "substitution. Full list of variables is: "); 164 for (map<string, string>::const_iterator it = variables.begin(); 165 it != variables.end(); ++it) { 179 const map<string, string>& variables, 288 paths[pcount++] = replace_variables(word, variables, &error) [all...] |
| /external/chromium_org/chrome/renderer/resources/extensions/ |
| notifications_test_util.js | 6 // variables used by notifications_custom_bindings.js that are not
|
| /external/lldb/include/lldb/Symbol/ |
| SymbolFile.h | 136 virtual uint32_t FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, uint32_t max_matches, VariableList& variables) = 0; 137 virtual uint32_t FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) = 0;
|
| SymbolVendor.h | 99 VariableList& variables); 105 VariableList& variables);
|
| /external/lldb/source/Interpreter/ |
| wrap_python.mk | 8 # setup target-specific variables; otherwise, this evaluates to a
|
| /external/openssl/ |
| rules.mk | 8 # Reset local variables
|
| /external/srec/seti/sltsEngine/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|
| /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
|