| /external/proguard/src/proguard/evaluation/ |
| Processor.java | 38 private final Variables variables; field in class:Processor 50 * @param variables the local variable frame. 55 public Processor(Variables variables, 61 this.variables = variables; 643 stack.push(variables.iload(variableIndex)); 651 stack.push(variables.lload(variableIndex)); 659 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);
|
| /build/core/tasks/tools/ |
| package-modules.mk | 4 # Input variables: 7 # Output variables:
|
| /external/chromium_org/ppapi/native_client/src/shared/ppapi/ |
| nacl.scons | 19 # Unfortunately gyp_extract does not handle variables or includes so we must 24 ppapi_sources_list = eval(ppapi_sources_gypi)['variables']['cpp_source_files']
|
| /external/chromium_org/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/chromium_org/third_party/mesa/src/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 171 /** Are all variables in the RHS of the assignment loop constants? */ 184 * Increment values for loop induction variables [all...] |
| /external/chromium_org/third_party/openssl/openssl/ |
| Apps-config.mk | 6 # variables: 12 # This script will define the following variables:
|
| Ssl-config.mk | 6 # variables: 12 # This script will define the following variables:
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| cpp_enum_field.cc | 49 map<string, string>* variables, 51 SetCommonFieldVariables(descriptor, variables, options); 53 (*variables)["type"] = ClassName(descriptor->enum_type(), true); 54 (*variables)["default"] = SimpleItoa(default_value->number());
|
| /external/deqp/modules/gles31/functional/ |
| es31fProgramInterfaceDefinition.hpp | 59 std::vector<glu::VariableDeclaration> variables; member in struct:deqp::gles31::Functional::ProgramInterfaceDefinition::DefaultBlock
|
| /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 171 /** Are all variables in the RHS of the assignment loop constants? */ 184 * 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/scrypt/ |
| Scrypt-config.mk | 6 # variables: 12 # This script will define the following variables:
|
| /external/opencv/cvaux/src/ |
| cvlmeds.cpp | 1420 int *variables; local [all...] |
| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| Compiler.cpp | 496 InitializeVariables::InitVariableInfoList variables; local 499 variables.push_back(var); 500 InitializeVariables initializer(variables); 506 InitializeVariables::InitVariableInfoList variables; local 550 variables.push_back(var); 552 InitializeVariables initializer(variables);
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
| function_sequence.js | 18 // Private variables hidden in closure 72 * has access to internal variables of functionsequence. 86 * has access to internal variables of functionsequence.
|
| /external/chromium_org/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.
|
| /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 49 # Check that the proper variables were defined
|
| /build/core/combo/ |
| mac_version.mk | 2 # Output variables:
|
| /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/ |
| Android.mk | 23 include $(CLEAR_VARS) # clear out the variables of the previous module
|
| /external/chromium_org/tools/gyp/pylib/gyp/generator/ |
| ninja.py | 32 # Gyp expects the following variables to be expandable by the build 35 # variables starting with $! and $| (which begin with a $ so gyp knows it 40 # $! is used for variables that represent a path and that can only appear at 41 # the start of a string, while $| is used for variables that can appear 48 # Special variables that may be used by gyp 'rule' targets. 49 # We generate definitions for these variables on the fly when processing a 130 variables only store concrete paths to single files, while methods 526 variables=vars, order_only=prebuild) 646 # Rules can potentially make use of some special variables which 648 # Compute the list of variables we'll need to provide [all...] |
| /external/compiler-rt/make/ |
| options.mk | 3 # This list of such variables should be kept up to date with AvailableOptions in
|