| /external/srec/audio/test/AudioHardwareRecordLoop/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|
| /external/srec/audio/test/AudioInRecord/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|
| /external/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_message_field.cc | 48 map<string, string>* variables) { 49 SetCommonFieldVariables(descriptor, variables); 50 (*variables)["type"] = FieldMessageTypeName(descriptor); 51 (*variables)["stream_writer"] = (*variables)["declared_type"] +
|
| cpp_primitive_field.cc | 83 map<string, string>* variables) { 84 SetCommonFieldVariables(descriptor, variables); 85 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type()); 86 (*variables)["default"] = DefaultValue(descriptor); 87 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor)); 90 (*variables)["fixed_size"] = SimpleItoa(fixed_size); 92 (*variables)["wire_format_field_type"] =
|
| /external/compiler-rt/make/ |
| lib_platforms.mk | 5 # The simple variables configurations can define. 26 # Reset platform specific variables to sentinel value. 36 # Get the platform variables. 40 # Check for undefined required variables. 53 # Collect all the platform variables for subsequent use.
|
| /frameworks/compile/libbcc/runtime/make/ |
| lib_platforms.mk | 5 # The simple variables configurations can define. 26 # Reset platform specific variables to sentinel value. 36 # Get the platform variables. 40 # Check for undefined required variables. 53 # Collect all the platform variables for subsequent use.
|
| /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/tools/atree/ |
| files.h | 41 const map<string, string>& variables,
|
| 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/protobuf/src/google/protobuf/io/ |
| printer.h | 51 // allows the caller to define a set of variables and then output some 62 // in the case of undefined variables in debug builds. This helps greatly in 67 // given character as the delimiter for variables. 72 // variable in the text is not defined, this will crash. Variables to be 76 void Print(const map<string, string>& variables, const char* text); 85 // TODO(kenton): Overloaded versions with more variables? Two seems
|
| 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/v8/test/mjsunit/compiler/ |
| assignment.js | 49 // Test compound assignments in an anonymous function with local variables. 71 // Test compound assignments in an anonymous function with global variables. 93 // Test compound assignments in a named function with local variables. 117 // Test compound assignments in a named function with global variables. 166 // Test compound assignments in an anonymous function with local variables. 190 // Test compound assignments in an anonymous function with global variables. 214 // Test compound assignments in a named function with local variables. 240 // Test compound assignments in a named function with global variables.
|
| /external/srec/tools/dictTest/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|
| /external/srec/tools/make_ve_grammar/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|
| /external/srec/tools/test_swiarb/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|
| /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...] |
| /external/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/v8/test/mjsunit/harmony/ |
| block-scoping.js | 146 { // let variables shadowing argument, let, const and var variables 156 { // const variables shadowing argument, let, const and var variables 244 // Ensure let and const variables are block local 245 // and var variables function local.
|
| /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/mesa3d/src/glsl/ |
| loop_analysis.cpp | 84 this->variables.push_tail(lv); 225 foreach_list_safe(node, &ls->variables) { 228 /* Move variables that are already marked as being loop constant to 248 * marked as a loop constant on one pass may allow other variables to be 255 foreach_list_safe(node, &ls->variables) { 261 /* Process the RHS of the assignment. If all of the variables 278 /* The remaining variables that are not loop invariant might be loop 279 * induction variables. 281 foreach_list_safe(node, &ls->variables) { 292 /* All of the variables with zero assignments in the loop are loo [all...] |
| /gdk/build/core/ |
| add-toolchain.mk | 24 # The list of variables that must or may be defined 30 # Clear variables that are supposed to be defined by the config file 37 # Check that the proper variables were defined
|
| /ndk/build/core/ |
| add-toolchain.mk | 24 # The list of variables that must or may be defined 30 # Clear variables that are supposed to be defined by the config file 37 # Check that the proper variables were defined
|
| /external/compiler-rt/lib/ |
| Makefile.mk | 25 # Define the variables for this specific directory.
|
| /external/srec/seti/sltsEngine/ |
| Android.mk | 6 # common settings for all ASR builds, exports some variables for sub-makes
|