Searched defs:apply (Results 126 - 150 of 298) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAStringExpression.java32 public void apply(Switch sw) method in class:AStringExpression
H A DAVariableExpression.java32 public void apply(Switch sw) method in class:AVariableExpression
H A DAAddExpression.java37 public void apply(Switch sw) method in class:AAddExpression
H A DAAltCommand.java42 public void apply(Switch sw) method in class:AAltCommand
H A DAAndExpression.java37 public void apply(Switch sw) method in class:AAndExpression
H A DAAutoescapeCommand.java42 public void apply(Switch sw) method in class:AAutoescapeCommand
H A DACallCommand.java43 public void apply(Switch sw) method in class:ACallCommand
H A DACommaExpression.java37 public void apply(Switch sw) method in class:ACommaExpression
H A DACommentCommand.java37 public void apply(Switch sw) method in class:ACommentCommand
/external/junit/src/org/junit/rules/
H A DExpectedException.java59 public Statement apply(Statement base, method in class:ExpectedException
/external/skia/src/gpu/
H A DGrPathUtils.h78 void apply(const void* vertices) { function in class:GrPathUtils::QuadUVMatrix
/external/v8/test/mjsunit/
H A Darguments-apply.js38 return ReturnArguments.apply(this, arguments);
51 return object.f.apply(this, arguments);
64 return ReturnArguments.apply(this, arguments);
73 return ReturnReceiver.apply(receiver, arguments);
84 return ReturnReceiver.apply(Object, arguments);
92 f.apply = function() { return 87; }
93 return f.apply(this, arguments);
102 var object = { apply: Function.prototype.apply };
103 return object.apply(thi
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DMatrixTransformOperation.h62 virtual bool apply(TransformationMatrix& transform, const FloatSize&) const function in class:WebCore::MatrixTransformOperation
H A DRotateTransformOperation.h63 virtual bool apply(TransformationMatrix& transform, const FloatSize& /*borderBoxSize*/) const function in class:WebCore::RotateTransformOperation
H A DScaleTransformOperation.h62 virtual bool apply(TransformationMatrix& transform, const FloatSize&) const function in class:WebCore::ScaleTransformOperation
H A DTranslateTransformOperation.h68 virtual bool apply(TransformationMatrix& transform, const FloatSize& borderBoxSize) const function in class:WebCore::TranslateTransformOperation
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DAuditFormatters.js56 parent.appendChild(WebInspector.auditFormatters.apply(arguments[arg]));
82 apply: function(value)
110 return formatter.apply(null, args);
123 return formatters[value.type].apply(thisArgument, value.arguments);
/external/chromium_org/webkit/child/
H A Dfling_animator_impl_android.cc100 bool FlingAnimatorImpl::apply(double time, function in class:webkit_glue::FlingAnimatorImpl
H A Dtouch_fling_gesture_curve.cc127 bool TouchFlingGestureCurve::apply(double time, WebGestureCurveTarget* target) { function in class:webkit_glue::TouchFlingGestureCurve
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h37 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
47 /// \see apply
50 apply(Result);
/external/clang/test/SemaTemplate/
H A Dinstantiate-template-template-parm.cpp3 struct apply { struct
18 apply<add_pointer, int>::type ip = &i;
19 apply<add_reference, int>::type ir = i;
20 apply<add_reference, float>::type fr = i; // expected-error{{non-const lvalue reference to type 'float' cannot bind to a value of unrelated type 'int'}}
66 static void apply();
77 X0<Init::template VeryInner>::apply();
/external/guava/guava/src/com/google/common/cache/
H A DCache.java188 @Deprecated V apply(K key); method in interface:Cache
H A DForwardingCache.java132 public V apply(K key) { method in class:ForwardingCache
133 return delegate().apply(key);
/external/guava/guava/src/com/google/common/collect/
H A DInterners.java123 @Override public E apply(E input) { method in class:Interners.InternerFunction
/external/icu4c/layout/
H A DMPreFixups.cpp43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) function in class:MPreFixups

Completed in 535 milliseconds

1234567891011>>