Searched defs:variables (Results 1 - 25 of 97) sorted by path

1234

/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... tools.ant.BuildException java.util.Map variables String antlrHome protected void addClasspathEntry (java.lang.String ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/bison/examples/calc++/
H A Dcalc++-driver.hh24 std::map<std::string, int> variables; member in class:calcxx_driver
/external/chromium_org/extensions/common/
H A Dmessage_bundle.cc225 bool MessageBundle::ReplaceVariables(const SubstitutionMap& variables, argument
253 variables.find(base::StringToLowerASCII(var_name));
254 if (it == variables.end()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp64 unsigned variables[1]; member in struct:blink::SameSizeAsInlineTextBox
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp514 // 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);
H A DShaderLang.cpp524 std::vector<sh::ShaderVariable> variables; local
528 variables.push_back(var);
531 return packer.CheckVariablesWithinPackingLimits(maxVectors, variables) ? 1 : 0;
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py186 # Marks nodes which will need to have temporary variables
190 # Allocates temporary variables where needed, and fills
955 return self # Types are held in class variables class in function:ConstNode.analyse_types
1982 # variables that the acquired buffer info is stored to is allocated
4539 # plain local variables are ok
4787 # plain local variables are ok
6396 # variables or not? non-leaking Py3 behaviour is default, except
6425 # set up local variables and free their references on exit
6428 # no local variables => delegate, done
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_data.h62 * data.variables. The stand-in also represents the UnicodeMatcher in
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/libxslt/libxslt/
H A Dtransform.c42 #include "variables.h"
171 * @limitNr: number of variables which should remain
461 * initialize the variables stack
2224 * Save current number of variables on the stack; new vars are popped when
2837 * Pop variables/params (xsl:variable and xsl:param).
2859 * In case of errors: pop remaining variables.
2946 "variables/params (currently set to %d).\n",
2957 * Initiate a distinct scope of local params/variables.
3010 * params/variables in the stack exactly as it was at
3145 * variables alread
5851 xsltStackElemPtr variables; local
[all...]
H A DxsltInternals.h1239 * Used at compilation time for parameters and variables.
1349 xsltVarInfoPtr ivars; /* Storage of local in-scope variables/params. */
1440 the variables */
1503 xsltStackElemPtr variables; /* linked list of param and variables */ member in struct:_xsltStylesheet
1704 * Global variables
1706 xmlHashTablePtr globalVars; /* the global variables and params */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c545 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;
H A Dradeon_rename_regs.c52 struct rc_list * variables; local
68 variables = rc_get_variables(c);
70 for (var_ptr = variables; var_ptr; var_ptr = var_ptr->Next) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp37 * - Types and qualifiers of uniforms, outputs, and global variables defined
39 * - Initializers for uniforms and global variables defined
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.
685 * "Unlike user-defined varying variables, th
[all...]
H A Dloop_analysis.cpp87 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
432 all_expression_operands_are_loop_constant(ir_rvalue *ir, hash_table *variables) argument
[all...]
H A Dloop_analysis.h33 * 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
81 exec_list variables; member in class:loop_variable_state
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
186 * Loop induction variables have a single increment of the form
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py257 # 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp274 exec_list variables; member in class:ir_to_mesa_visitor
664 foreach_iter(exec_list_iterator, iter, this->variables) {
706 this->variables.push_tail(storage);
718 this->variables.push_tail(storage);
1530 this->variables.push_tail(entry);
1561 this->variables.push_tail(entry);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp355 exec_list variables; member in class:glsl_to_tgsi_visitor
1009 foreach_iter(exec_list_iterator, iter, this->variables) {
1051 this->variables.push_tail(storage);
1063 this->variables.push_tail(storage);
1950 this->variables.push_tail(entry);
1981 this->variables.push_tail(entry);
2473 this->variables.push_tail(storage);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.cc49 map<string, string>* variables,
51 SetCommonFieldVariables(descriptor, variables, options);
53 (*variables)["type"] = ClassName(descriptor->enum_type(), true);
54 (*variables)["default"] = SimpleItoa(default_value->number());
48 SetEnumVariables(const FieldDescriptor* descriptor, map<string, string>* variables, const Options& options) argument
H A Dcpp_field.cc55 map<string, string>* variables,
57 (*variables)["name"] = FieldName(descriptor);
58 (*variables)["index"] = SimpleItoa(descriptor->index());
59 (*variables)["number"] = SimpleItoa(descriptor->number());
60 (*variables)["classname"] = ClassName(FieldScope(descriptor), false);
61 (*variables)["declared_type"] = DeclaredTypeMethodName(descriptor->type());
63 (*variables)["tag_size"] = SimpleItoa(
65 (*variables)["deprecation"] = descriptor->options().deprecated()
68 (*variables)["cppget"] = "Get";
54 SetCommonFieldVariables(const FieldDescriptor* descriptor, map<string, string>* variables, const Options& options) argument
H A Dcpp_message_field.cc48 map<string, string>* variables,
50 SetCommonFieldVariables(descriptor, variables, options);
51 (*variables)["type"] = FieldMessageTypeName(descriptor);
52 (*variables)["stream_writer"] = (*variables)["declared_type"] +
47 SetMessageVariables(const FieldDescriptor* descriptor, map<string, string>* variables, const Options& options) argument
H A Dcpp_primitive_field.cc83 map<string, string>* variables,
85 SetCommonFieldVariables(descriptor, variables, options);
86 (*variables)["type"] = PrimitiveTypeName(descriptor->cpp_type());
87 (*variables)["default"] = DefaultValue(descriptor);
88 (*variables)["tag"] = SimpleItoa(internal::WireFormat::MakeTag(descriptor));
91 (*variables)["fixed_size"] = SimpleItoa(fixed_size);
93 (*variables)["wire_format_field_type"] =
82 SetPrimitiveVariables(const FieldDescriptor* descriptor, map<string, string>* variables, const Options& options) argument

Completed in 626 milliseconds

1234