/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
plot_dynamics.py | 125 variables = [ 136 for variable in variables: 148 matplotlib.rcParams.update({'font.size': 48/len(variables)}) 150 # Plot variables.
|
/build/core/ |
dpi_specific_apk.mk | 2 # Input variable: my_dpi, and all other variables set up in package_internal.mk. 9 # Set up all the target-specific variables. 72 # Set up global variables to register this apk to the higher-level dependency graph.
|
soong.mk | 11 SOONG_VARIABLES := $(SOONG_OUT_DIR)/soong.variables 32 # Create soong.variables with copies of makefile settings. Runs every build, 33 # but only updates soong.variables if it changes
|
/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...] |
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/v8/test/mjsunit/ |
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.
|
/art/test/701-easy-div-rem/ |
genMain.py | 41 def subst_vars(variables, text): 42 '''Substitute variables in text.''' 43 for key, value in variables.iteritems():
|
/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/dagger2/ |
java_annotation_processors.mk | 27 # Input variables: 34 # Upon exit various LOCAL_ variables have been updated and the 35 # input variables have been cleared. 62 # Clean up all the extra variables to make sure that they don't escape to
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
fpvar.go | 5 // This file contains test cases for cgo with function pointer variables.
|
/prebuilts/go/darwin-x86/src/os/ |
env.go | 5 // General environment variables. 30 // of the current environment variables. References to undefined 31 // variables are replaced by the empty string. 108 // Clearenv deletes all environment variables.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug243.go | 12 // with multiple variables assigned from one
|
issue5607.go | 8 // uses initializers of blank variables inside closures.
|
/prebuilts/go/darwin-x86/test/ |
typeswitch3.go | 39 switch _ := r.(type) { // ERROR "invalid variable name _|no new variables"
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
fpvar.go | 5 // This file contains test cases for cgo with function pointer variables.
|
/prebuilts/go/linux-x86/src/os/ |
env.go | 5 // General environment variables. 30 // of the current environment variables. References to undefined 31 // variables are replaced by the empty string. 108 // Clearenv deletes all environment variables.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug243.go | 12 // with multiple variables assigned from one
|
issue5607.go | 8 // uses initializers of blank variables inside closures.
|
/prebuilts/go/linux-x86/test/ |
typeswitch3.go | 39 switch _ := r.(type) { // ERROR "invalid variable name _|no new variables"
|
/build/soong/common/ |
arch.go | 814 // Get a list of HostTypes from the product variables 815 func decodeHostTypesProductVariables(variables productVariables) ([]HostType, error) { 818 if variables.CrossHost != nil && *variables.CrossHost != "" { 819 switch *variables.CrossHost { 823 return nil, fmt.Errorf("Unsupported secondary host: %s", *variables.CrossHost) 830 // Convert the arch product variables into a list of host and device Arch structs 831 func decodeArchProductVariables(variables productVariables) (map[HostType][]Arch, []Arch, error) { 832 if variables.HostArch == nil { 836 hostArch, err := decodeArch(*variables.HostArch, nil, nil, nil [all...] |
/external/proguard/src/proguard/evaluation/ |
Processor.java | 38 private final Variables variables; field in class:Processor 51 * @param variables the local variable frame. 58 public Processor(Variables variables, 65 this.variables = variables; 662 stack.push(variables.iload(variableIndex)); 670 stack.push(variables.lload(variableIndex)); 678 stack.push(variables.fload(variableIndex)) [all...] |
/art/runtime/lambda/ |
closure_builder.h | 37 // Build a closure by capturing variables one at a time. 38 // When all variables have been marked captured, the closure can be created in-place into 62 // Returns how many variables have been captured so far. 65 // Get the list of captured variables' shorty field types. 83 // Initial size a closure starts out before any variables are written. 87 // Write a Closure's variables field from the captured variables. 88 // variables_size specified in bytes, and only includes enough room to write variables into. 91 uint8_t variables[],
|
/build/core/tasks/tools/ |
package-modules.mk | 4 # Input variables: 7 # Output variables:
|
/external/google-breakpad/src/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/google-breakpad/src/testing/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
|