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

1 2 3 4 5 6

  /external/clang/test/PCH/
tentative-defs.h 2 int variable; variable
  /external/chromium_org/v8/test/webkit/
dfg-arguments-osr-exit-multiple-blocks.js 29 return [variable];
50 var variable = 32; variable
55 variable = "32";
dfg-arguments-osr-exit.js 29 return [variable];
46 var variable = 32; variable
51 variable = "32";
dfg-dead-speculation.js 34 var variable = 84; variable
39 thingy = {f:{valueOf:function(){ variable = 24; return 5; }}};
43 shouldBe("variable", "" + expected);
dfg-arguments-osr-exit-multiple-blocks-before-exit.js 29 return [variable];
52 var variable = 32; variable
57 variable = "32";
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p10.cpp 19 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/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
NameFunction.java 27 * Returns the Data variable name for a local variable alias.
32 * @param args A local variable
39 Data variable = variableValue.getReference(); local
40 if (variable != null) {
41 return literalValue(variable.getSymlink().getName(), variableValue.getEscapeMode(),
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 30 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_content', rspfile_content, indent=1
    [all...]
  /external/smack/src/org/jivesoftware/smackx/provider/
DiscoverInfoProvider.java 44 String variable = ""; local
59 variable = parser.getAttributeValue("", "var");
76 discoverInfo.addFeature(variable);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
variable.hpp 12 // Description : defines model of program environment variable
86 // ************** runtime::environment::variable ************** //
90 class variable : public variable_base { class in namespace:boost::BOOST_RT_PARAM_NAMESPACE::environment
93 explicit variable( cstring var_name );
96 explicit variable( cstring var_name, Modifiers const& m );
98 explicit variable( rt_env_detail::variable_data& data ) function in class:boost::BOOST_RT_PARAM_NAMESPACE::environment::variable
101 // other variable assignment
102 void operator=( variable const& v ) { m_data = v.m_data; }
126 }; // class variable
132 operator<<( std::basic_ostream<CharT,Tr>& os, variable<T> const& v
203 variable<T>::variable( cstring var_name ) function in class:boost::BOOST_RT_PARAM_NAMESPACE::environment::variable
211 variable<T>::variable( cstring var_name, Modifiers const& m ) function in class:boost::BOOST_RT_PARAM_NAMESPACE::environment::variable
    [all...]
  /external/bison/src/
parse-gram.y 210 %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/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 47 * @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) {
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)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
VariableInfo.cpp 165 // We are only interested in attribute and uniform variable declaration.
196 // We need to visit sequence children to get to variable declarations.
209 const TIntermSymbol* variable = (*i)->getAsSymbolNode(); local
215 ASSERT(variable != NULL);
218 processedSymbol = variable->getSymbol();
220 processedSymbol = TIntermTraverser::hash(variable->getOriginalSymbol(), mHashFunction);
221 getVariableInfo(variable->getType(),
222 variable->getOriginalSymbol(),
OutputGLSLBase.cpp 78 // TODO(alokp): Validate qualifier for variable declarations.
550 // Variable declaration.
554 const TIntermTyped* variable = sequence.front()->getAsTyped(); local
555 writeVariableType(variable->getType());
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
format.py 48 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)
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 34 const Expr *variable; member in struct:__anon17930::MallocOverflowCheck
37 : mulop(m), variable (v)
62 /* Look for a linear combination with a single variable, and at least
64 Reject anything that applies to the variable: an explicit cast,
139 if (const DeclRefExpr *DR_i = dyn_cast<DeclRefExpr>(i->variable)) {
150 if (isa<MemberExpr>(i->variable)) {
151 if (dyn_cast<MemberExpr>(i->variable)->getMemberDecl() == EmeMD)
  /external/e2fsprogs/ext2ed/
dir_com.c 13 Most of the functions use the global variable file_info (along with the special directory fields there) to save
589 because it is of variable length.
595 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80]; local
610 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
613 if (strcasecmp ("inode",variable)==0) {
616 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win ();
620 if (strcasecmp ("rec_len",variable)==0) {
623 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win ()
    [all...]
general_com.c 304 wprintw (command_win, "Variable %s set to %s\n",
339 wprintw (command_win, "Variable %s set to %s\n",
352 wprintw (command_win, "Variable %s set to %s\n",
364 char *ptr,buffer [80],variable [80],value [80]; local
386 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
394 if (strcmp (current_type->field_names [i],variable)==0) {
400 set_int(len, ptr, variable, value);
403 set_uint(len, ptr, variable, value);
406 set_char(len, ptr, variable, value)
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 17 | Ast.Variable name ->
19 | 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. *
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 17 | Ast.Variable name ->
19 | 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. *
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
format.py 48 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)
  /external/smack/src/org/jivesoftware/smackx/
ReportedData.java 157 private String variable; field in class:ReportedData.Column
164 * @param variable the variable name of the column.
167 public Column(String label, String variable, String type) {
169 this.variable = variable;
210 * Returns the variable name that the column is showing.
212 * @return the variable name of the column.
215 return variable;
229 * Returns the values of the field whose variable matches the requested variable
255 private String variable; field in class:ReportedData.Field
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_variable_index_to_cond_assign.cpp 39 * temporary variable.
126 * Replace a dereference of a variable with a specified r-value
157 * Find a variable index dereference of an array in an rvalue tree
200 * underlying variable.
205 * the old variable index with the new constant index.
216 ir_rvalue *variable = new(mem_ctx) ir_dereference_variable(this->var); local
218 ? new(mem_ctx) ir_assignment(element, variable, condition, write_mask)
219 : new(mem_ctx) ir_assignment(variable, element, condition);
351 /* If a variable isn't eventually the target of this dereference, then
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 39 * temporary variable.
126 * Replace a dereference of a variable with a specified r-value
157 * Find a variable index dereference of an array in an rvalue tree
200 * underlying variable.
205 * the old variable index with the new constant index.
216 ir_rvalue *variable = new(mem_ctx) ir_dereference_variable(this->var); local
218 ? new(mem_ctx) ir_assignment(element, variable, condition, write_mask)
219 : new(mem_ctx) ir_assignment(variable, element, condition);
351 /* If a variable isn't eventually the target of this dereference, then
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.cc 216 bool variable = false; local
226 variable = (sub_table_size > 0) ? variable : true;
230 fprintf(stderr, "bitmap table size=%d\n", variable ? -size : size);
232 return variable ? -size : size;

Completed in 3263 milliseconds

1 2 3 4 5 6