Searched refs:apply (Results 126 - 150 of 828) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTName.java28 public void apply(Switch sw) method in class:TName
H A DTNe.java28 public void apply(Switch sw) method in class:TNe
H A DTOr.java28 public void apply(Switch sw) method in class:TOr
H A DTParenClose.java28 public void apply(Switch sw) method in class:TParenClose
H A DTParenOpen.java28 public void apply(Switch sw) method in class:TParenOpen
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/internal/requests/
H A DSortingRequest.java22 new Sorter(comparator).apply(runner);
/external/junit/src/main/java/org/junit/rules/
H A DRunRules.java26 result = each.apply(result, description);
/external/junit/src/main/java/org/junit/runner/manipulation/
H A DSorter.java38 public void apply(Object object) { method in class:Sorter
/external/mockito/src/test/java/org/mockito/internal/configuration/
H A DMockInjectionTest.java55 MockInjection.onField(field("withConstructor"), this).withMocks(oneSetMock()).tryConstructorInjection().apply();
62 MockInjection.onField(field("withoutConstructor"), this).withMocks(otherKindOfMocks()).tryConstructorInjection().apply();
69 MockInjection.onField(field("withoutConstructor"), this).withMocks(oneSetMock()).tryPropertyOrFieldInjection().apply();
76 MockInjection.onField(field("withoutConstructor"), this).withMocks(otherKindOfMocks()).tryPropertyOrFieldInjection().apply();
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DStandardUrlAttributePolicy.java43 public String apply(String elementName, String attributeName, String s) { method in class:StandardUrlAttributePolicy
/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/test/vogar/android/
H A DVogarArgsRule.java35 public Statement apply(Statement base, Description description) { method in class:VogarArgsRule
/external/webrtc/webrtc/tools/rtcbot/bot/
H A Dapi.js32 src[method].apply(src, arguments);
/external/skia/src/effects/gradients/
H A DSk4fGradientPriv.h37 static Sk4f apply(const Sk4f& c) { return c; } function in struct:__anon17012::PremulTraits
42 static Sk4f apply(const Sk4f& c) { function in struct:__anon17012::PremulTraits
81 *dst = Sk4f_toL32(PM::apply(c));
116 *dst = Sk4f_toS32(PM::apply(c));
120 sk_memset32(dst, Sk4f_toS32(PM::apply(c)), n);
143 SkFloatToHalf_finite_ftz(PM::apply(c)).store(dst);
148 SkFloatToHalf_finite_ftz(PM::apply(c)).store(&color);
172 PM::apply(c).store(dst->fVec);
176 const Sk4f pmc = PM::apply(c);

Completed in 331 milliseconds

1234567891011>>