Searched refs:Variable (Results 1 - 25 of 96) sorted by relevance

1234

/external/javassist/src/main/javassist/compiler/ast/
H A DVariable.java21 * Variable.
23 public class Variable extends Symbol { class in inherits:Symbol
26 public Variable(String sym, Declarator d) { method in class:Variable
H A DVisitor.java45 public void atVariable(Variable n) throws CompileError {}
/external/v8/src/
H A Dvariables.cc38 // Implementation Variable.
40 const char* Variable::Mode2String(VariableMode mode) {
57 Variable::Variable(Scope* scope, function in class:v8::internal::Variable
84 bool Variable::is_global() const {
91 int Variable::CompareIndex(Variable* const* v, Variable* const* w) {
H A Dscopes.h47 Variable* Declare(Scope* scope,
51 Variable::Kind kind,
55 Variable* Lookup(Handle<String> name);
80 // corresponding variable (though some are bound during parse time). Variable
81 // allocation binds each unresolved VariableProxy to one Variable and assigns
113 Variable* LocalLookup(Handle<String> name);
119 Variable* LookupFunctionVar(Handle<String> name,
124 Variable* Lookup(Handle<String> name);
130 Variable* DeclareFunctionVar(Handle<String> name,
134 Variable* function_va
[all...]
H A Dscopes.cc48 // use. Because a Variable holding a handle with the same location exists
64 Variable* VariableMap::Declare(
69 Variable::Kind kind,
76 p->value = new Variable(scope,
84 return reinterpret_cast<Variable*>(p->value);
88 Variable* VariableMap::Lookup(Handle<String> name) {
93 return reinterpret_cast<Variable*>(p->value);
160 Variable* variable = variables_.Declare(this,
164 Variable::NORMAL,
323 Variable* va
[all...]
H A Dvariables.h42 class Variable: public ZoneObject { class in namespace:v8::internal
77 Variable(Scope* scope,
144 Variable* local_if_not_shadowed() const {
149 void set_local_if_not_shadowed(Variable* local) {
165 static int CompareIndex(Variable* const* v, Variable* const* w);
180 Variable* local_if_not_shadowed_;
H A Dfull-codegen.h327 void GetVar(Register destination, Variable* var);
333 void SetVar(Variable* var,
340 MemOperand StackOperand(Variable* var);
346 MemOperand VarOperand(Variable* var, Register scratch);
463 void EmitLoadGlobalCheckExtensions(Variable* var,
466 MemOperand ContextSlotOperandCheckExtensions(Variable* var, Label* slow);
467 void EmitDynamicLookupFastCase(Variable* var,
512 void EmitVariableAssignment(Variable* var,
632 virtual void Plug(Variable* var) const = 0;
687 virtual void Plug(Variable* va
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DVarNameCollector.java28 import org.apache.xpath.operations.Variable;
73 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
H A DAbsPathChecker.java29 import org.apache.xpath.operations.Variable;
75 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp10.cpp23 (void)[&Variable] () {}; // expected-error {{use of undeclared identifier 'Variable'; did you mean 'variable'}}
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java30 import org.apache.xpath.operations.Variable;
135 public boolean visitVariableRef(ExpressionOwner owner, Variable var)
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariableSafeAbsRef.java42 public class VariableSafeAbsRef extends Variable
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DHasPositionalPredChecker.java36 import org.apache.xpath.operations.Variable;
79 // public boolean visitVariableRef(ExpressionOwner owner, Variable var)
101 if((pred instanceof Variable) ||
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h70 const MDNode *Variable; member in struct:llvm::DotDebugLocEntry
87 : Begin(0), End(0), Variable(0), Merged(false),
91 : Begin(B), End(E), Loc(L), Variable(V), Merged(false),
94 : Begin(B), End(E), Variable(0), Merged(false),
97 : Begin(B), End(E), Variable(0), Merged(false),
100 : Begin(B), End(E), Variable(0), Merged(false),
126 DIVariable Var; // Variable Descriptor.
127 DIE *TheDIE; // Variable DIE.
/external/libvpx/examples/includes/geshi/geshi/
H A Dmirc.php133 //Variable names
135 //Variable names
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/webkit/Source/WebCore/inspector/front-end/
H A DDrawer.js131 this.state = (this.fullPanel ? WebInspector.Drawer.State.Full : WebInspector.Drawer.State.Variable);
207 if (this.state === WebInspector.Drawer.State.Variable) {
235 // If this animation gets cancelled, we want the state of the drawer to be Variable,
237 this.state = WebInspector.Drawer.State.Variable;
239 this._animateDrawerHeight(height, WebInspector.Drawer.State.Variable);
360 Variable: 1,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/v8/benchmarks/
H A Ddeltablue.js537 function Variable(name, initialValue) {
551 Variable.prototype.addConstraint = function (c) {
558 Variable.prototype.removeConstraint = function (c) {
804 var v = new Variable(name);
833 var scale = new Variable("scale", 10);
834 var offset = new Variable("offset", 1000);
839 src = new Variable("src" + i, i);
840 dst = new Variable("dst" + i, i);
545 Variable.prototype.addConstraint = function (c) { class
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js531 function Variable(name, initialValue) {
545 Variable.prototype.addConstraint = function (c) {
552 Variable.prototype.removeConstraint = function (c) {
798 var v = new Variable(name);
827 var scale = new Variable("scale", 10);
828 var offset = new Variable("offset", 1000);
833 src = new Variable("src" + i, i);
834 dst = new Variable("dst" + i, i);
539 Variable.prototype.addConstraint = function (c) { class
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js531 function Variable(name, initialValue) {
545 Variable.prototype.addConstraint = function (c) {
552 Variable.prototype.removeConstraint = function (c) {
798 var v = new Variable(name);
827 var scale = new Variable("scale", 10);
828 var offset = new Variable("offset", 1000);
833 src = new Variable("src" + i, i);
834 dst = new Variable("dst" + i, i);
539 Variable.prototype.addConstraint = function (c) { class

Completed in 1324 milliseconds

1234