/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AHexExpression.java | 32 public void apply(Switch sw) method in class:AHexExpression
|
AHexNumberVariable.java | 32 public void apply(Switch sw) method in class:AHexNumberVariable
|
AMultipleCommand.java | 33 public void apply(Switch sw) method in class:AMultipleCommand
|
ANameVariable.java | 32 public void apply(Switch sw) method in class:ANameVariable
|
ANegativeExpression.java | 32 public void apply(Switch sw) method in class:ANegativeExpression
|
ANotExpression.java | 32 public void apply(Switch sw) method in class:ANotExpression
|
ANumericExpression.java | 32 public void apply(Switch sw) method in class:ANumericExpression
|
ASequenceExpression.java | 33 public void apply(Switch sw) method in class:ASequenceExpression
|
AStringExpression.java | 32 public void apply(Switch sw) method in class:AStringExpression
|
AVariableExpression.java | 32 public void apply(Switch sw) method in class:AVariableExpression
|
/external/llvm/utils/TableGen/ |
SetTheory.h | 71 /// apply - Apply this operator to Expr's arguments and insert the result 73 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts) =0;
|
/external/skia/src/animator/ |
SkDrawPaint.h | 48 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
|
/external/v8/test/mjsunit/ |
apply-arguments-gc-safepoint.js | 30 // Test that safepoint tables are correctly generated for apply with 39 f.apply(this, arguments);
|
/external/v8/test/mjsunit/regress/ |
regress-1592.js | 31 apply: function(a, b) {} 35 f.apply(this, arguments);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
CommonIdentifiers.h | 34 macro(apply) \
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Expressions/ |
regress-192288.js | 66 actual = isNaN(f.apply(this)); 71 actual = isNaN(eval("f.apply(this)"));
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-192414.js | 92 return str.concat.apply(str, arr);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/String/ |
regress-179068.js | 129 return String.prototype.concat.apply("", tmp);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditFormatters.js | 57 return formatter.apply(null, args);
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComponentTransfer.h | 81 virtual void apply();
|
FEConvolveMatrix.h | 75 virtual void apply();
|
FEFlood.cpp | 73 void FEFlood::apply() function in class:WebCore::FEFlood
|
FELighting.h | 44 virtual void apply();
|
SourceAlpha.cpp | 55 void SourceAlpha::apply() function in class:WebCore::SourceAlpha
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
RotateTransformOperation.h | 63 virtual bool apply(TransformationMatrix& transform, const IntSize& /*borderBoxSize*/) const function in class:WebCore::RotateTransformOperation
|