Searched defs:apply (Results 76 - 100 of 360) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTPercent.java28 public void apply(Switch sw) method in class:TPercent
H A DTPlus.java28 public void apply(Switch sw) method in class:TPlus
H A DTQuestion.java28 public void apply(Switch sw) method in class:TQuestion
H A DTSet.java28 public void apply(Switch sw) method in class:TSet
H A DTSlash.java28 public void apply(Switch sw) method in class:TSlash
H A DTStar.java28 public void apply(Switch sw) method in class:TStar
H A DTString.java28 public void apply(Switch sw) method in class:TString
H A DTUvar.java28 public void apply(Switch sw) method in class:TUvar
H A DTVar.java28 public void apply(Switch sw) method in class:TVar
H A DTWith.java28 public void apply(Switch sw) method in class:TWith
H A DTWord.java28 public void apply(Switch sw) method in class:TWord
/external/junit/src/main/java/org/junit/rules/
H A DRuleChain.java91 public Statement apply(Statement base, Description description) { method in class:RuleChain
93 base = each.apply(base, description);
H A DTestWatchman.java46 public Statement apply(final Statement base, final FrameworkMethod method, method in class:TestWatchman
/external/junit/src/main/java/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
33 public void apply(Object child) throws NoTestsRemainException {
92 public void apply(Object child) throws NoTestsRemainException { method in class:Filter
H A DSorter.java38 public void apply(Object object) { method in class:Sorter
/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dtuple.hpp77 apply(F &&f, T &&t) { function in namespace:clover::tuple
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DTypeSafeMatching.java23 public boolean apply(ArgumentMatcher matcher, Object argument) { method in class:TypeSafeMatching
/external/mockito/src/main/java/org/mockito/internal/junit/
H A DJUnitRule.java33 public Statement apply(final Statement base, final FrameworkMethod method, final Object target) { method in class:JUnitRule
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java56 public @Nullable String apply(String elementName, List<String> attrs); method in interface:ElementPolicy
105 public String apply(String elementName, List<String> attrs) {
112 public @Nullable String apply(String elementName, List<String> attrs) {
128 public @Nullable String apply(String elementName, List<String> attrs) { method in class:JoinedElementPolicy
129 elementName = first.apply(elementName, attrs);
130 return elementName != null ? second.apply(elementName, attrs) : null;
H A DFilterUrlByProtocolAttributePolicy.java66 public @Nullable String apply( method in class:FilterUrlByProtocolAttributePolicy
H A DPolicyFactory.java70 public HtmlSanitizer.Policy apply(@Nonnull HtmlStreamEventReceiver out) { method in class:PolicyFactory
86 public <CTX> HtmlSanitizer.Policy apply( method in class:PolicyFactory
90 return apply(out);
94 r.setPolicy(apply(r.getWrappedRenderer()));
123 apply(HtmlStreamRenderer.create(out, Handler.DO_NOTHING),
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DElementPolicyTest.java29 String apply(String elementName, List<String> attrs) { method in class:ElementPolicyTest.HasCharElementPolicy
44 if (p.apply(elName, attrs) != null) {
/external/skia/src/gpu/
H A DGrFixedClip.cpp48 bool GrFixedClip::apply(GrContext*, GrRenderTargetContext* rtc, bool, bool, GrAppliedClip* out, function in class:GrFixedClip
/external/skia/tests/
H A DRecorderTest.cpp32 void apply(const SkRecord& record) { function in class:Tally
49 tally.apply(record);
90 tally.apply(record);
105 tally.apply(record);
/external/vogar/src/vogar/target/junit/
H A DTimeoutAndAbortRunRule.java50 public Statement apply(final Statement base, Description description) { method in class:TimeoutAndAbortRunRule

Completed in 1902 milliseconds

1234567891011>>