Searched defs:apply (Results 176 - 200 of 298) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAOrExpression.java37 public void apply(Switch sw) method in class:AOrExpression
H A DASetCommand.java42 public void apply(Switch sw) method in class:ASetCommand
H A DASubtractExpression.java37 public void apply(Switch sw) method in class:ASubtractExpression
H A DAUvarCommand.java37 public void apply(Switch sw) method in class:AUvarCommand
H A DAVarCommand.java37 public void apply(Switch sw) method in class:AVarCommand
H A DStart.java34 public void apply(Switch sw) method in class:Start
H A DADefCommand.java48 public void apply(Switch sw) method in class:ADefCommand
H A DAEachCommand.java47 public void apply(Switch sw) method in class:AEachCommand
H A DAIfCommand.java47 public void apply(Switch sw) method in class:AIfCommand
H A DALoopCommand.java52 public void apply(Switch sw) method in class:ALoopCommand
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DMockInjection.java90 public void apply() { method in class:MockInjection.OngoingMockInjection
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInMemorySharedPreferences.java17 * It keeps all state in memory, and there is no difference between apply() and commit().
207 apply();
212 public void apply() { method in class:InMemorySharedPreferences.InMemoryEditor
/external/chromium_org/content/renderer/gpu/
H A Dinput_handler_proxy_unittest.cc91 virtual bool apply(double time, WebKit::WebGestureCurveTarget* target) { function in class:content::__anon7993::FakeWebGestureCurve
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateBase.cpp176 bool SkAnimateBase::setParent(SkDisplayable* apply) { argument
177 SkASSERT(apply->isApply());
178 fApply = (SkApply*) apply;
H A DSkDisplayEvent.cpp230 SkApply* apply = (SkApply*) displayable; local
231 apply->refresh(maker);
H A DSkDisplayList.cpp79 SkApply* apply = (SkApply*) draw; local
80 if (apply->scope == match)
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
84 if (apply->mode == SkApply::kMode_create) {
85 for (SkDrawable** ptr = apply->fScopes.begin(); ptr < apply->fScopes.end(); ptr++) {
121 SkApply* apply = (SkApply*) draw; local
122 apply->reset();
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java122 * equivalence.equivalent(function.apply(a), function.apply(b))} is true.
132 * relation. That is, invoking {@link Function#apply} multiple times for a given value must return
270 @Override public boolean apply(@Nullable T input) { method in class:Equivalence.EquivalentToPredicate
H A DFunctions.java48 * documented at {@link Function#apply}). For example, this function yields different results for
60 public String apply(Object o) { method in class:Functions.ToStringFunction
83 public Object apply(Object o) { method in class:Functions.IdentityFunction
108 public V apply(K key) { method in class:Functions.FunctionForMapNoDefault
157 public V apply(K key) { method in class:Functions.ForMapWithDefault
185 * @param g the second function to apply
186 * @param f the first function to apply
204 public C apply(A a) { method in class:Functions.FunctionComposition
205 return g.apply(f.apply(
246 public Boolean apply(T t) { method in class:Functions.PredicateFunction
287 public E apply(@Nullable Object from) { method in class:Functions.ConstantFunction
330 @Override public T apply(@Nullable Object input) { method in class:Functions.SupplierFunction
[all...]
H A DSuppliers.java67 return function.apply(supplier.get());
250 public Object apply(Supplier<?> input) { method in class:Suppliers.SupplierFunction
/external/guava/guava/src/com/google/common/cache/
H A DAbstractCache.java131 public V apply(K key) { method in class:AbstractCache
/external/guava/guava/src/com/google/common/collect/
H A DRange.java213 @Override public boolean apply(C input) { method in class:Range
/external/guava/guava-tests/test/com/google/common/collect/
H A DComputingConcurrentHashMapTest.java76 public Object apply(Object from) {
250 public Object apply(Object key) {
310 public Object apply(Object from) { method in class:ComputingConcurrentHashMapTest.CountingFunction
334 public V apply(K key) { method in class:ComputingConcurrentHashMapTest.ConstantLoader
341 public T apply(T key) { method in class:ComputingConcurrentHashMapTest.IdentityLoader
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTransformAsyncFunctionTest.java59 public ListenableFuture<String> apply(Integer input) { method in class:FuturesTransformAsyncFunctionTest.ChainingFunction
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DArmatureModifier.java171 public Node apply(Node node, BlenderContext blenderContext) { method in class:ArmatureModifier
308 // we apply the weight to all referenced vertices
332 // we apply the weight to all referenced vertices
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMatParam.java144 void apply(Renderer r, Technique technique) { method in class:MatParam

Completed in 381 milliseconds

1234567891011>>