Searched defs:apply (Results 101 - 125 of 298) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/rules/
H A DTestWatchman.java46 public Statement apply(final Statement base, final FrameworkMethod method, method in class:TestWatchman
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java9 * If you want to filter the tests to be run, extend <code>Filter</code> and apply an instance of
11 * {@link org.junit.runner.JUnitCore#run(Request)}. Alternatively, apply a <code>Filter</code> to
31 public void apply(Object child) throws NoTestsRemainException {
85 public void apply(Object child) throws NoTestsRemainException { method in class:Filter
H A DSorter.java36 public void apply(Object object) { method in class:Sorter
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DSkewTransformOperation.h55 virtual bool apply(TransformationMatrix& transform, const FloatSize&) const function in class:WebCore::SkewTransformOperation
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.h78 void apply(const void* vertices) { function in class:GrPathUtils::QuadUVMatrix
/external/chromium_org/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/clang/utils/
H A DFuzzTest76 def apply(self): member in class:TestApplication
338 ta.apply()
/external/guava/guava-tests/test/com/google/common/base/
H A DEquivalenceTest.java56 @Override public Integer apply(String input) { method in class:EquivalenceTest.LengthFunction
117 assertTrue(equalTo1.apply("1"));
118 assertFalse(equalTo1.apply("2"));
119 assertFalse(equalTo1.apply(null));
121 assertFalse(isNull.apply("1"));
122 assertFalse(isNull.apply("2"));
123 assertTrue(isNull.apply(null));
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DModifier.java37 public abstract Node apply(Node node, BlenderContext blenderContext); method in class:Modifier
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DPose.java70 * @param blend Blend factor, 0 = no change to vertex buffer, 1 = apply full offsets
71 * @param vertbuf Vertex buffer to apply this pose to
73 public void apply(float blend, FloatBuffer vertbuf){ method in class:Pose
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMatParamTexture.java44 public void apply(Renderer r, Technique technique) { method in class:MatParamTexture
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DACsOpenPosition.java32 public void apply(Switch sw) method in class:ACsOpenPosition
H A DADataCommand.java32 public void apply(Switch sw) method in class:ADataCommand
H A DADecNumberVariable.java32 public void apply(Switch sw) method in class:ADecNumberVariable
H A DADecimalExpression.java32 public void apply(Switch sw) method in class:ADecimalExpression
H A DAExistsExpression.java32 public void apply(Switch sw) method in class:AExistsExpression
H A DAHexExpression.java32 public void apply(Switch sw) method in class:AHexExpression
H A DAHexNumberVariable.java32 public void apply(Switch sw) method in class:AHexNumberVariable
H A DAMultipleCommand.java33 public void apply(Switch sw) method in class:AMultipleCommand
H A DANameVariable.java32 public void apply(Switch sw) method in class:ANameVariable
H A DANegativeExpression.java32 public void apply(Switch sw) method in class:ANegativeExpression
H A DANotExpression.java32 public void apply(Switch sw) method in class:ANotExpression
H A DANumericExpression.java32 public void apply(Switch sw) method in class:ANumericExpression
H A DAOptimizedMultipleCommand.java57 public void apply(Switch sw) { method in class:AOptimizedMultipleCommand
59 commands[i].apply(sw);
H A DASequenceExpression.java33 public void apply(Switch sw) method in class:ASequenceExpression

Completed in 418 milliseconds

1234567891011>>