Searched defs:variable (Results 1 - 25 of 121) sorted by relevance

12345

/external/clang/test/Modules/Inputs/
H A Dredecl-add-after-load-top.h3 static const int variable; member in struct:C
H A Dredecl-add-after-load.h2 extern const int variable = 0; variable
7 extern const int variable = 0; member in namespace:N
13 const int C::variable = 0; member in class:C
18 static const int variable; member in struct:D
22 const int D::variable = 0; member in class:D
H A Dredecl-add-after-load-decls.h2 extern const int variable;
4 constexpr int test(bool b) { return b ? variable : function(); }
8 extern const int variable;
12 constexpr int N_test(bool b) { return b ? N::variable : N::function(); }
16 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }
20 static const int variable; member in struct:D
24 constexpr int D_test(bool b) { return b ? D::variable : D::function(); }
/external/clang/test/PCH/
H A Dtentative-defs.h2 int variable; variable
/external/v8/test/webkit/
H A Ddfg-arguments-osr-exit-multiple-blocks.js29 return [variable];
50 var variable = 32; variable
55 variable = "32";
H A Ddfg-arguments-osr-exit.js29 return [variable];
46 var variable = 32; variable
51 variable = "32";
H A Ddfg-dead-speculation.js34 var variable = 84; variable
39 thingy = {f:{valueOf:function(){ variable = 24; return 5; }}};
43 shouldBe("variable", "" + expected);
H A Ddfg-arguments-osr-exit-multiple-blocks-before-exit.js29 return [variable];
52 var variable = 32; variable
57 variable = "32";
/external/deqp/framework/randomshaders/
H A DrsgFunctionGenerator.hpp41 void requireAssignment (Variable* variable) { m_requiredAssignments.push_back(variable); } argument
H A DrsgFunctionGenerator.cpp68 Variable* variable = *i; local
69 const ValueEntry* entry = m_state.getVariableManager().getValue(variable);
70 ValueRange valueRange(variable->getType());
76 m_state.getVariableManager().removeValueFromCurrentScope(variable);
79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange));
H A DrsgShader.cpp58 ShaderInput::ShaderInput (const Variable* variable, ConstValueRangeAccess valueRange) argument
59 : m_variable (variable)
60 , m_min (variable->getType().getScalarSize())
61 , m_max (variable->getType().getScalarSize())
63 ValueAccess(variable->getType(), &m_min[0]) = valueRange.getMin().value();
64 ValueAccess(variable->getType(), &m_max[0]) = valueRange.getMax().value();
H A DrsgExecutionContext.cpp61 ExecValueAccess ExecutionContext::getValue (const Variable* variable) argument
63 ExecValueStorage* storage = m_varValues[variable];
67 storage = new ExecValueStorage(variable->getType());
68 m_varValues[variable] = storage;
71 return storage->getValue(variable->getType());
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp10.cpp19 int variable; // expected-note {{declared here}} local
20 (void)[&Overload] () {}; // expected-error {{does not name a variable}}
23 (void)[&Variable] () {}; // expected-error {{use of undeclared identifier 'Variable'; did you mean 'variable'}}
33 (void)[local, // expected-error{{reference to local variable 'local' declared in enclosing function 'test_reaching_scope'}}
/external/doclava/src/com/google/doclava/
H A DResolution.java31 * <p>Values are the value to which the variable contained within this {@link Resolution} refers.
34 * contains "superclass" as its variable and "Dialog" as its value.
42 * Creates a new resolution with variable and value.
43 * @param variable The piece of data within a Java type that needs to be updated
45 * @param value The value to which the variable contained within this {@link Resolution} refers.
48 public Resolution(String variable, String value, InfoBuilder builder) { argument
49 mVariable = variable;
63 * @return The value to which the variable contained within this {@link Resolution} refers.
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DVariableReplacer.java20 public VariableReplacer add(String variable, String value) { argument
21 m.put(variable, value);
29 String variable = (String) it.next();
30 String value = (String) m.get(variable);
31 source = replaceAll(source, variable, value);
/external/lldb/source/Expression/
H A DClangPersistentVariables.cpp50 ClangPersistentVariables::RemovePersistentVariable (lldb::ClangExpressionVariableSP variable) argument
52 RemoveVariable(variable);
54 const char *name = variable->GetName().AsCString();
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DVariableLocator.java47 * @param variable the variable node to evaluate.
48 * @return a String representing the Variable name, or {@code null} if it is a compound variable
51 private String quickEval(PVariable variable) { argument
52 if (variable instanceof ANameVariable) {
53 return ((ANameVariable) variable).getWord().getText();
54 } else if (variable instanceof ADecNumberVariable) {
55 return ((ADecNumberVariable) variable).getDecNumber().getText();
56 } else if (variable instanceof AHexNumberVariable) {
57 return ((AHexNumberVariable) variable)
69 getVariableName(PVariable variable) argument
[all...]
/external/bison/src/
H A Dparse-gram.y210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
256 | "%define" variable content.opt
597 | variable and content.opt. |
600 /* The STRING form of variable is deprecated and is not M4-friendly.
602 variable: label
/external/ceres-solver/internal/ceres/
H A Dc_api_test.cc168 ScopedSetValue(T* variable, T new_value) argument
169 : variable_(variable), old_value_(*variable) {
170 *variable = new_value;
/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp11 extern const int variable;
13 constexpr int test(bool b) { return b ? variable : function(); }
17 extern const int variable;
21 constexpr int N_test(bool b) { return b ? N::variable : N::function(); }
25 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }
29 static const int variable; member in struct:D
33 constexpr int D_test(bool b) { return b ? D::variable : D::function(); }
/external/clang/test/SemaCXX/
H A Derr_init_conversion_failed.cpp4 char variable = (void)0; local
5 // expected-error@-1{{cannot initialize a variable}}
/external/lldb/source/Symbol/
H A DVariableList.cpp129 // Only add this variable if it isn't already in the "var_list"
159 VariableList::FindIndexForVariable (Variable* variable) argument
167 if ((*pos).get() == variable)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml19 | Not_found -> raise (Error "unknown variable name"))
100 (* Emit the start code first, without 'variable' in scope. *)
117 let variable = build_phi [(start_val, preheader_bb)] var_name builder in var
119 (* Within the loop, the variable is defined equal to the PHI node. If it
120 * shadows an existing variable, we have to restore it, so save it
125 Hashtbl.add named_values var_name variable;
140 let next_var = build_add variable step_val "nextvar" builder in
160 add_incoming (next_var, loop_end_bb) variable;
162 (* Restore the unshadowed variable. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml19 | Not_found -> raise (Error "unknown variable name"))
118 (* Emit the start code first, without 'variable' in scope. *)
135 let variable = build_phi [(start_val, preheader_bb)] var_name builder in var
137 (* Within the loop, the variable is defined equal to the PHI node. If it
138 * shadows an existing variable, we have to restore it, so save it
143 Hashtbl.add named_values var_name variable;
158 let next_var = build_add variable step_val "nextvar" builder in
178 add_incoming (next_var, loop_end_bb) variable;
180 (* Restore the unshadowed variable. *)
/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py48 def variable(self, name): member in class:Formatter
81 def variable(self, name): member in class:AnsiFormatter
83 Formatter.variable(self, name)
150 def variable(self, name): member in class:WindowsConsoleFormatter
152 Formatter.variable(self, name)

Completed in 1329 milliseconds

12345