HomeSort by relevance Sort by last modified time
    Searched defs:variables (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/tools/gn/
variables.h 12 namespace variables { namespace
207 // Returns the built-in readonly variables.
211 // Returns the variables used by target generators.
215 } // namespace variables
variables.cc 5 #include "tools/gn/variables.h"
7 namespace variables { namespace
9 // Built-in variables ----------------------------------------------------------
222 // Target variables ------------------------------------------------------------
    [all...]
  /external/bison/examples/calc++/
calc++-driver.hh 24 std::map<std::string, int> variables; member in class:calcxx_driver
  /external/chromium_org/third_party/icu/source/i18n/
rbt_data.h 62 * data.variables. The stand-in also represents the UnicodeMatcher in
69 * Variables that correspond to a set of characters are mapped
74 * variables[i] represents character (variablesBase + i).
76 UnicodeFunctor** variables; member in class:TransliterationRuleData
79 * Flag that indicates whether the variables are owned (if a single
82 * the same variables list, so only the first one is considered to own
83 * the variables)
88 * The character that represents variables[0]. Characters
95 * The length of variables.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 52 struct rc_list * variables; local
68 variables = rc_get_variables(c);
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
radeon_pair_regalloc.c 545 struct rc_list * variables; local
552 /* Get list of program variables */
553 variables = rc_get_variables(s->C);
554 node_count = rc_list_count(variables);
560 for (var_ptr = variables, node_index = 0; var_ptr;
637 for (var_ptr = variables, node_index = 0; var_ptr;
668 for (var_ptr = variables, node_index = 0;
689 for (var_ptr = variables, node_index = 0; var_ptr;
  /external/icu/icu4c/source/i18n/
rbt_data.h 62 * data.variables. The stand-in also represents the UnicodeMatcher in
69 * Variables that correspond to a set of characters are mapped
74 * variables[i] represents character (variablesBase + i).
76 UnicodeFunctor** variables; member in class:TransliterationRuleData
79 * Flag that indicates whether the variables are owned (if a single
82 * the same variables list, so only the first one is considered to own
83 * the variables)
88 * The character that represents variables[0]. Characters
95 * The length of variables.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_rename_regs.c 52 struct rc_list * variables; local
68 variables = rc_get_variables(c);
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
radeon_pair_regalloc.c 545 struct rc_list * variables; local
552 /* Get list of program variables */
553 variables = rc_get_variables(s->C);
554 node_count = rc_list_count(variables);
560 for (var_ptr = variables, node_index = 0; var_ptr;
637 for (var_ptr = variables, node_index = 0; var_ptr;
668 for (var_ptr = variables, node_index = 0;
689 for (var_ptr = variables, node_index = 0; var_ptr;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
  /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...]
linker.cpp 37 * - Types and qualifiers of uniforms, outputs, and global variables defined
39 * - Initializers for uniforms and global variables defined
305 /* From section 7.1 (Vertex Shader Special Variables) of the
385 * Perform validation of global variables used across multiple shaders
396 glsl_symbol_table variables; local
420 ir_variable *const existing = variables.get_variable(var->name);
566 variables.add_variable(var);
645 * FINISHME: variables.
654 /* Find all shader inputs in the "consumer" stage. Any variables that have
662 * FINISHME: variables
    [all...]
  /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...]
linker.cpp 37 * - Types and qualifiers of uniforms, outputs, and global variables defined
39 * - Initializers for uniforms and global variables defined
305 /* From section 7.1 (Vertex Shader Special Variables) of the
385 * Perform validation of global variables used across multiple shaders
396 glsl_symbol_table variables; local
420 ir_variable *const existing = variables.get_variable(var->name);
566 variables.add_variable(var);
645 * FINISHME: variables.
654 /* Find all shader inputs in the "consumer" stage. Any variables that have
662 * FINISHME: variables
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 514 // uniforms and varyings into separate variables for each field.
527 InitializeVariables::InitVariableInfoList variables; local
530 variables.push_back(var);
531 InitializeVariables initializer(variables);
537 InitializeVariables::InitVariableInfoList variables; local
554 variables.push_back(var);
556 InitializeVariables initializer(variables);
ShaderLang.cpp 524 std::vector<sh::ShaderVariable> variables; local
528 variables.push_back(var);
531 return packer.CheckVariablesWithinPackingLimits(maxVectors, variables) ? 1 : 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
es_generator.py 257 # variables: C code to create any local variables determined to
272 variables = [] variable
323 variables.append(" %s converted_%s;" % (paramConvertToType, paramName))
332 if (" int convert_%s_value = 1;" % paramName) not in variables:
333 variables.append(" int convert_%s_value = 1;" % paramName)
356 if " register unsigned int i;" not in variables:
357 variables.append(" register unsigned int i;")
364 variables.append(" unsigned int n_%s = %d;" % (paramName, paramMaxVecSize))
367 variables.append(" %s converted_%s[%d];" % (paramConvertToType, paramName, paramMaxVecSize)
    [all...]
  /external/chromium_org/tools/gyp/tools/emacs/
gyp.el 64 (defconst gyp-variables-regexp
65 "^variables"
66 "Regular expression to introduce variables sections")
89 ((string-match-p gyp-variables-regexp section) 'variables)
173 ;; conditions can occur in a variables section, but we still want to
196 ('variables 2)
233 "targets" "type" "variables" "xcode_settings"))
244 (list 2 'font-lock-variable-name-face t t) ; variables, conditions
  /external/mesa3d/src/mesa/main/
es_generator.py 257 # variables: C code to create any local variables determined to
272 variables = [] variable
323 variables.append(" %s converted_%s;" % (paramConvertToType, paramName))
332 if (" int convert_%s_value = 1;" % paramName) not in variables:
333 variables.append(" int convert_%s_value = 1;" % paramName)
356 if " register unsigned int i;" not in variables:
357 variables.append(" register unsigned int i;")
364 variables.append(" unsigned int n_%s = %d;" % (paramName, paramMaxVecSize))
367 variables.append(" %s converted_%s[%d];" % (paramConvertToType, paramName, paramMaxVecSize)
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 278 std::vector<glu::VariableDeclaration> variables; member in struct:glu::InterfaceBlock
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 353 /* Inquire environment variables */
354 Map<String, String> variables = System.getenv(); local
357 String antlrHome = variables.get("ANTLR_HOME");
  /external/opencv/cvaux/src/
cvlmeds.cpp 1420 int *variables; local
    [all...]
  /build/core/
definitions.mk 23 # These are variables we use to collect overall lists
30 # For each element of ALL_MODULES, two other variables
37 # sub-variables.
55 # its sub-variables.)
775 ## Dump the variables that are associated with targets
778 define dump-module-variables
803 define transform-variables
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 

Completed in 3276 milliseconds

1 2 3