HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 426 - 450 of 3964) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/webkit/
dfg-arguments-alias-one-block-overwrite.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null.js 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null."
dfg-constant-fold-first-local-read-after-block-merge.js 25 "Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it."
dfg-double-use-of-post-simplification-double-prediction.js 25 "Tests stability of the DFG compiler when you have a double use of a variable that is not revealed to be a double until after CFG simplification."
dfg-mispredict-variable-but-prove-int.js 25 "Tests that a variable predicted to be either int or double but proven to be an int does confuse the Branch logic."
dfg-redundant-load-of-captured-variable-proven-constant.js 25 "Tests that a redundant load of a captured variable that was proven to be a constant doesn't crash the compiler."
dfg-uint32-to-number-in-middle-of-copy-propagation.js 25 "Tests that UInt32ToNumber and OSR exit are aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast."
dfg-uint32-to-number-on-captured-variable.js 25 "Tests that storing the result of a uint32 to number conversion into a captured variable does not crash the compiler."
legitimately-captured-argument.js 25 "Tests that using an argument as a captured variable, in the legitimate sense rather than the function.arguments sense, works as expected."
  /external/mesa3d/src/gallium/tools/trace/
model.py 186 self.formatter.variable(name)
205 self.formatter.variable(name)
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 113 variable = identifier.split('.')[-1]
114 self._declared_private_member_tokens[variable] = token
115 self._declared_private_members.add(variable)
472 for variable in unused_private_members:
473 token = self._declared_private_member_tokens[variable]
  /external/chromium_org/third_party/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;
  /external/libvorbis/examples/
frameview.pl 232 -showvalue=>'TRUE',-variable=>\$fileno,-orient=>'horizontal')->
239 my$oneresize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$onecrop,
248 my$tworesize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$twocrop,
555 Checkbutton(-variable=>\$panel_twovars[$i],-command=>['main::draw_graph'],-text=>'2')->
561 Checkbutton(-variable=>\$panel_onevars[$i],-command=>['main::draw_graph'],-text=>'1')->
  /external/lldb/source/Symbol/
Variable.cpp 1 //===-- Variable.cpp --------------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/Variable.h"
33 // Variable constructor
35 Variable::Variable
39 const char *mangled, // The mangled variable name for variables in namespaces
64 Variable::~Variable()
70 Variable::GetName() const
78 Variable::NameMatches (const RegularExpression& regex) cons
690 Variable *variable = variable_list->GetVariableAtIndex(i).get(); local
835 Variable *variable = variable_list->GetVariableAtIndex(i).get(); local
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 36 variable of type \Type{unw\_accessors\_t}. The contents of this
37 variable is copied into the newly-created address space, so the
38 variable must remain valid only for the duration of the call to
83 variable used to return the desired information. The type of this
84 variable is \Type{unw\_proc\_info\_t}. See
117 registration list. The variable stored at the returned address must
120 to a variable of type \Type{unw\_word\_t} which is used to return the
176 \Var{fpvalp} to point to a variable of type \Type{unw\_fpreg\_t} that
179 the variable of type \Type{unw\_fpreg\_t} that contains the value to
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 112 // SimpleCTP.g:12:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
115 // SimpleCTP.g:13:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) )
142 // SimpleCTP.g:13:9: variable
145 variable(); method
203 // $ANTLR start "variable"
204 // SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
205 public final void variable() throws RecognitionException { method in class:SimpleCTP
237 // $ANTLR end "variable"
399 // SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* )
425 variable(); method
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 112 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:12:1: declaration : ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) );
115 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:5: ( variable | ^( FUNC_DECL functionHeader ) | ^( FUNC_DEF functionHeader block ) )
142 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:9: variable
145 variable(); method
203 // $ANTLR start "variable"
204 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:18:1: variable : ^( VAR_DEF type declarator ) ;
205 public final void variable() throws RecognitionException { method in class:SimpleCTP
237 // $ANTLR end "variable"
399 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:41:1: block : ^( BLOCK ( variable )* ( stat )* ) ;
402 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:42:5: ( ^( BLOCK ( variable )* ( stat )* )
425 variable(); method
    [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/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/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 340 the PROVISIONING_PROFILE variable, only consult it) and select the most
431 """Constructs a dictionary of variable substitutions for Entitlements.plist.
460 Expands variables "$(variable)" pattern in the source entitlements file,
467 substitutions: dictionary, variable substitutions
492 """Expands variables "$(variable)" in data.
496 substitutions: dictionary, variable substitutions to perform
499 Copy of data where each references to "$(variable)" has been replaced
  /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/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 536 template <typename T> class Variable;
543 VariableP<T> variable (const string& name);
547 * \brief A variable environment.
559 void bind (const Variable<T>& variable,
565 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data));
569 typename Traits<T>::IVal& lookup (const Variable<T>& variable) const
571 deUint8* const data = de::lookup(m_map, variable.getName()).get();
585 * point precision and the current variable environment
1018 VariableP<T> variable (const string& name) function in namespace:deqp::gls::BuiltinPrecisionTests
    [all...]
  /external/chromium_org/android_webview/native/
cancellation_signal_android_jar_jni_headers.target.darwin-arm64.mk 65 -Wno-unused-but-set-variable \
156 -Wno-unused-but-set-variable \
cancellation_signal_android_jar_jni_headers.target.darwin-mips.mk 67 -Wno-unused-but-set-variable \
162 -Wno-unused-but-set-variable \
cancellation_signal_android_jar_jni_headers.target.darwin-mips64.mk 67 -Wno-unused-but-set-variable \
162 -Wno-unused-but-set-variable \

Completed in 1491 milliseconds

<<11121314151617181920>>