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

1234567

/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(); } // expected-note {{subexpression}} expected-note {{undefined}}
/external/clang/test/PCH/
H A Dtentative-defs.h2 int variable; variable
/external/chromium_org/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/chromium_org/content/shell/tools/plugin/Tests/
H A DFormValue.cpp19 NPError FormValue::NPP_GetValue(NPPVariable variable, void *value) argument
21 if (variable == NPPVformValue) {
H A DNPPSetWindowCalledDuringDestruction.cpp69 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value) argument
71 if (variable != NPPVpluginScriptableNPObject)
H A DSlowNPPNew.cpp74 virtual NPError NPP_GetValue(NPPVariable variable, void *value) argument
76 if (variable != NPPVpluginScriptableNPObject)
/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));
/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/lldb/source/Expression/
H A DClangPersistentVariables.cpp50 ClangPersistentVariables::RemovePersistentVariable (lldb::ClangExpressionVariableSP variable) argument
52 RemoveVariable(variable);
54 const char *name = variable->GetName().AsCString();
/external/chromium_org/content/test/plugin/
H A Dnpapi_test.cc87 EXPORT NPError API_CALL NP_GetValue(NPP instance, NPPVariable variable, argument
91 switch (variable) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py30 def variable(self, key, value, indent=0): member in class:Writer
39 self.variable('depth', depth, indent=1)
45 self.variable('command', command, indent=1)
47 self.variable('description', description, indent=1)
49 self.variable('depfile', depfile, indent=1)
51 self.variable('generator', '1', indent=1)
53 self.variable('pool', pool, indent=1)
55 self.variable('restat', '1', indent=1)
57 self.variable('rspfile', rspfile, indent=1)
59 self.variable('rspfile_conten
[all...]
/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/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_getenv.c38 /* Put a variable of the form "name=value" into the environment */
39 int SDL_putenv(const char *variable) argument
45 sep = SDL_strchr(variable, '=');
49 bufferlen = SDL_strlen(variable)+1;
58 SDL_strlcpy(SDL_envmem, variable, bufferlen);
59 value = SDL_envmem + (sep - variable);
67 /* Retrieve a variable named "name" from the environment */
92 /* Put a variable of the form "name=value" into the environment */
93 int SDL_putenv(const char *variable) argument
102 if ( ! variable ) {
[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/chromium_org/third_party/angle/src/common/
H A Dblocklayout.cpp210 void HLSLVariableRegisterCount(const ShaderVarType &variable, HLSLBlockEncoder *encoder) argument
212 if (variable.isStruct())
214 for (size_t arrayElement = 0; arrayElement < variable.elementCount(); arrayElement++)
218 for (size_t fieldIndex = 0; fieldIndex < variable.fields.size(); fieldIndex++)
220 HLSLVariableRegisterCount(variable.fields[fieldIndex], encoder);
229 encoder->encodeType(variable.type, variable.arraySize, false);
233 unsigned int HLSLVariableRegisterCount(const Varying &variable) argument
236 HLSLVariableRegisterCount(variable, &encoder);
242 unsigned int HLSLVariableRegisterCount(const Uniform &variable, ShShaderOutpu argument
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dutil.cpp289 VarT variable; local
290 variable.name = name.c_str();
291 variable.arraySize = static_cast<unsigned int>(type.getArraySize());
295 variable.type = GLVariableType(type);
296 variable.precision = GLVariablePrecision(type);
301 variable.type = GL_STRUCT_ANGLEX;
302 variable.structName = structure->name().c_str();
309 traverse(*field->type(), field->name(), &variable.fields);
313 visitVariable(&variable);
316 output->push_back(variable);
[all...]
/external/clang/test/Modules/
H A Dredecl-add-after-load.cpp10 extern const int variable;
12 constexpr int test(bool b) { return b ? variable : function(); }
16 extern const int variable;
20 constexpr int N_test(bool b) { return b ? N::variable : N::function(); }
24 constexpr int C_test(bool b) { return b ? C::variable : C::function(); }
28 static const int variable; member in struct:D
32 constexpr int D_test(bool b) { return b ? D::variable : D::function(); } // expected-note {{subexpression}} expected-note {{undefined}}

Completed in 1153 milliseconds

1234567