/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 17 | Ast.Variable name -> 19 | Not_found -> raise (Error "unknown variable name"))
|
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 17 | Ast.Variable name -> 19 | Not_found -> raise (Error "unknown variable name"))
|
parser.ml | 42 (* Simple variable ref. *) 43 | [< >] -> Ast.Variable id
|
/system/update_engine/update_manager/ |
evaluation_context_unittest.cc | 63 void ReadVar(scoped_refptr<EvaluationContext> ec, Variable<T>* var) { 149 EXPECT_EQ(nullptr, eval_ctx_->GetValue(static_cast<Variable<int>*>(nullptr))); 167 // Check that if the variable changes, the EvaluationContext keeps returning 181 // A second attempt to read the variable should not work because this 193 // Check that the EvaluationContext can handle multiple Variable types. This 205 // Test that we don't schedule an event if there's no variable to wait for. 213 // Test that reevaluation occurs when an async variable it depends on changes.
|
real_updater_provider.cc | 45 class UpdaterVariableBase : public Variable<T> { 49 : Variable<T>(name, mode), system_state_(system_state) {} 86 // A variable reporting the time when a last update check was issued. 104 // A variable reporting the update (download) progress as a decimal fraction 131 // A variable reporting the stage in which the update process is. 180 // A variable reporting the version number that an update is updating to. 198 // A variable reporting the size of the update being processed in bytes. 222 // A variable reporting the point in time an update last completed in the 300 // A variable class for reading Boolean prefs values. 321 // Reads the actual value from the Prefs instance and updates the Variable [all...] |
/external/v8/src/full-codegen/arm64/ |
full-codegen-arm64.cc | 217 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i); 248 Variable* this_function_var = scope()->this_function_var(); 259 Variable* new_target_var = scope()->new_target_var(); 267 Variable* rest_param = scope()->rest_parameter(&rest_index); 288 Variable* arguments = scope()->arguments(); 486 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 713 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 726 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 738 void FullCodeGenerator::GetVar(Register dest, Variable* var) { 745 void FullCodeGenerator::SetVar(Variable* var 808 Variable* variable = proxy->var(); local 868 Variable* variable = proxy->var(); local [all...] |
/external/v8/src/full-codegen/ia32/ |
full-codegen-ia32.cc | 207 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i); 240 Variable* this_function_var = scope()->this_function_var(); 251 Variable* new_target_var = scope()->new_target_var(); 259 Variable* rest_param = scope()->rest_parameter(&rest_index); 279 Variable* arguments = scope()->arguments(); 445 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 658 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 672 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 684 void FullCodeGenerator::GetVar(Register dest, Variable* var) { 691 void FullCodeGenerator::SetVar(Variable* var 752 Variable* variable = proxy->var(); local 809 Variable* variable = proxy->var(); local [all...] |
/external/v8/src/full-codegen/x64/ |
full-codegen-x64.cc | 205 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i); 235 Variable* this_function_var = scope()->this_function_var(); 246 Variable* new_target_var = scope()->new_target_var(); 254 Variable* rest_param = scope()->rest_parameter(&rest_index); 276 Variable* arguments = scope()->arguments(); 448 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 670 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 685 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 697 void FullCodeGenerator::GetVar(Register dest, Variable* var) { 704 void FullCodeGenerator::SetVar(Variable* var 764 Variable* variable = proxy->var(); local 821 Variable* variable = proxy->var(); local [all...] |
/external/v8/src/full-codegen/x87/ |
full-codegen-x87.cc | 207 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i); 237 Variable* this_function_var = scope()->this_function_var(); 248 Variable* new_target_var = scope()->new_target_var(); 256 Variable* rest_param = scope()->rest_parameter(&rest_index); 276 Variable* arguments = scope()->arguments(); 442 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 655 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 669 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 681 void FullCodeGenerator::GetVar(Register dest, Variable* var) { 688 void FullCodeGenerator::SetVar(Variable* var 749 Variable* variable = proxy->var(); local 805 Variable* variable = proxy->var(); local [all...] |
/external/v8/benchmarks/ |
deltablue.js | 149 * a strength instance variable; concrete subclasses provide a means 210 * variable. 250 * Returns the current output variable. 308 * A unary input constraint used to mark a variable that the client 318 * Edits indicate that a variable is to be changed by imperative code. 395 * Mark the input variable with the given mark. 402 * Returns the current input variable 409 * Returns the current output variable 532 * A constrained variable. In addition to its value, it maintain the 537 function Variable(name, initialValue) [all...] |
/external/javassist/src/main/javassist/compiler/ |
CodeGen.java | 116 * Returns a local variable that single or double words can be 131 v = getMaxLocals(); // delayed variable allocation. 745 if (left instanceof Variable) 746 atVariableAssign(expr, op, (Variable)left, 747 ((Variable)left).getDeclarator(), 776 private void atVariableAssign(Expr expr, int op, Variable var, [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
VmMirror.java | 43 import org.apache.harmony.jpda.tests.framework.jdwp.Frame.Variable; [all...] |
/external/v8/src/wasm/ |
asm-wasm-builder.cc | 365 Variable* var = expr->var(); 437 Variable* var = expr->var(); 941 uint16_t LookupOrInsertLocal(Variable* v, LocalType type) { 961 uint16_t LookupOrInsertGlobal(Variable* v, LocalType type) { 976 uint16_t LookupOrInsertFunction(Variable* v) { [all...] |
/external/v8/src/ast/ |
ast.h | 136 void Put(Variable* variable, FeedbackVectorSlot slot) { 138 variable, ComputePointerHash(variable), ZoneAllocationPolicy(zone_)); 142 ZoneHashMap::Entry* Get(Variable* variable) const { 143 return hash_map_.Lookup(variable, ComputePointerHash(variable)); 1233 Variable* variable() { return variable_; } function in class:v8::internal::final [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | 526 template <typename T> class Variable; 533 VariableP<T> variable (const string& name); 537 * \brief A variable environment. 549 void bind (const Variable<T>& variable, 555 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); 559 typename Traits<T>::IVal& lookup (const Variable<T>& variable) const 561 deUint8* const data = de::lookup(m_map, variable.getName()).get(); 575 * point precision and the current variable environment 1008 VariableP<T> variable (const string& name) function in namespace:vkt::shaderexecutor [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | 547 template <typename T> class Variable; 554 VariableP<T> variable (const string& name); 558 * \brief A variable environment. 570 void bind (const Variable<T>& variable, 576 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); 580 typename Traits<T>::IVal& lookup (const Variable<T>& variable) const 582 deUint8* const data = de::lookup(m_map, variable.getName()).get(); 596 * point precision and the current variable environment 1029 VariableP<T> variable (const string& name) function in namespace:deqp::gls::BuiltinPrecisionTests [all...] |
/external/llvm/unittests/IR/ |
MetadataTest.cpp | [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
parser.ml | 44 (* Simple variable ref. *) 45 | [< >] -> Ast.Variable id
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
parser.ml | 44 (* Simple variable ref. *) 45 | [< >] -> Ast.Variable id
|
/external/llvm/include/llvm/IR/ |
DebugInfoMetadata.h | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/ |
base.js | 93 // to teach new developers that 'goog.provide' is effectively a variable 95 // variable declaration, the compiled JS should work the same as the raw 776 * undefined variable has not been redefined. 777 * @param {*} val Variable to test. 778 * @return {boolean} Whether variable is defined. 787 * @param {*} val Variable to test. 788 * @return {boolean} Whether variable is null. 797 * @param {*} val Variable to test. 798 * @return {boolean} Whether variable is defined and not null. 808 * @param {*} val Variable to test [all...] |
/external/v8/src/full-codegen/arm/ |
full-codegen-arm.cc | 214 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i); 245 Variable* this_function_var = scope()->this_function_var(); 256 Variable* new_target_var = scope()->new_target_var(); 264 Variable* rest_param = scope()->rest_parameter(&rest_index); 285 Variable* arguments = scope()->arguments(); 492 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 711 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 725 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 737 void FullCodeGenerator::GetVar(Register dest, Variable* var) { 744 void FullCodeGenerator::SetVar(Variable* var 810 Variable* variable = proxy->var(); local 868 Variable* variable = proxy->var(); local [all...] |
/external/v8/src/full-codegen/mips/ |
full-codegen-mips.cc | 224 Variable* var = (i == -1) ? scope()->receiver() : scope()->parameter(i); 255 Variable* this_function_var = scope()->this_function_var(); 266 Variable* new_target_var = scope()->new_target_var(); 274 Variable* rest_param = scope()->rest_parameter(&rest_index); 296 Variable* arguments = scope()->arguments(); 483 void FullCodeGenerator::StackValueContext::Plug(Variable* var) const { 707 MemOperand FullCodeGenerator::StackOperand(Variable* var) { 721 MemOperand FullCodeGenerator::VarOperand(Variable* var, Register scratch) { 733 void FullCodeGenerator::GetVar(Register dest, Variable* var) { 740 void FullCodeGenerator::SetVar(Variable* var 806 Variable* variable = proxy->var(); local 865 Variable* variable = proxy->var(); local [all...] |