Searched refs:apply (Results 176 - 200 of 730) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/internal/requests/
H A DSortingRequest.java22 new Sorter(fComparator).apply(runner);
/external/junit/src/org/junit/rules/
H A DRunRules.java24 result= each.apply(result, description);
/external/junit/src/org/junit/runner/manipulation/
H A DSorter.java36 public void apply(Object object) { method in class:Sorter
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
/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/v8/test/mjsunit/compiler/
H A Dregress-serialized-slots.js44 return func.apply(
/external/v8/test/mjsunit/regress/
H A Dregress-1650.js30 function g(f) { return f.call.apply(f.bind, arguments); }
H A Dregress-1790.js47 builtin.apply(array, [callback_wrapper, 'argument']);
H A Dregress-318420.js38 a[d].apply(e[d], arguments)
H A Dregress-962.js44 f = g.c.apply(g.s, d);
H A Dregress-crbug-3184.js40 this.$proceed = function() { return _method.apply(this, arguments); };
48 var value = function() { bmethod.call(this); retval = wrapper.apply(this, arguments); amethod.call(this); return retval; };
/external/v8/test/webkit/
H A Dcomparison-operators.js46 tests.push.apply(tests, makeTest(start, end, "==", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "!=", relationship, expressionParts[i][2]));
48 tests.push.apply(tests, makeTest(start, end, "===", relationship, expressionParts[i][2]));
49 tests.push.apply(tests, makeTest(start, end, "!==", relationship, expressionParts[i][2]));
H A Dapply-varargs.js77 dummy.apply(baseObj, allArgs);
78 var result = callee.apply(baseObj, varArgs);
/external/v8/test/webkit/fast/js/
H A Dobject-bad-time.js55 shouldBe("\"" + Array.prototype.join.apply(foo(haveABadTime), [","]) + "\"", expected);
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DDescriptiveStatistics.java194 return apply(meanImpl);
204 return apply(geometricMeanImpl);
213 return apply(varianceImpl);
240 return apply(skewnessImpl);
250 return apply(kurtosisImpl);
258 return apply(maxImpl);
266 return apply(minImpl);
282 return apply(sumImpl);
291 return apply(sumsqImpl);
414 return apply(percentileImp
446 public double apply(UnivariateStatistic stat) { method in class:DescriptiveStatistics
[all...]
/external/guava/guava/src/com/google/common/base/
H A DFunctions.java52 * documented at {@link Function#apply}). For example, this function yields different results for
64 public String apply(Object o) { method in class:Functions.ToStringFunction
89 public Object apply(@Nullable Object o) { method in class:Functions.IdentityFunction
119 public V apply(@Nullable K key) { method in class:Functions.FunctionForMapNoDefault
168 public V apply(@Nullable K key) { method in class:Functions.ForMapWithDefault
196 * @param g the second function to apply
197 * @param f the first function to apply
215 public C apply(@Nullable A a) { method in class:Functions.FunctionComposition
216 return g.apply(f.apply(
257 public Boolean apply(@Nullable T t) { method in class:Functions.PredicateFunction
298 public E apply(@Nullable Object from) { method in class:Functions.ConstantFunction
341 @Override public T apply(@Nullable Object input) { method in class:Functions.SupplierFunction
[all...]
/external/v8/test/mjsunit/tools/
H A Dtickprocessor.js86 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
112 libc_syms.push(Array.prototype.slice.apply(arguments, [0]));
150 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
173 stdc_syms.push(Array.prototype.slice.apply(arguments, [0]));
216 shell_syms.push(Array.prototype.slice.apply(arguments, [0]));
257 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
269 exe_dll_syms.push(Array.prototype.slice.apply(arguments, [0]));
280 dll_dll_syms.push(Array.prototype.slice.apply(arguments, [0]));
292 dll_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
320 symbolAdder.apply(nul
[all...]
/external/clang/test/SemaTemplate/
H A Ddependent-base-member-init.cpp58 struct X0 : T::template apply<U> {
59 X0(int i) : T::template apply<U>(i) { }
/external/guava/guava/src/com/google/common/cache/
H A DForwardingLoadingCache.java30 * <p>Note that {@link #get}, {@link #getUnchecked}, and {@link #apply} all expose the same
62 public V apply(K key) { method in class:ForwardingLoadingCache
63 return delegate().apply(key);
/external/guava/guava/src/com/google/common/collect/
H A DByFunctionOrdering.java46 return ordering.compare(function.apply(left), function.apply(right));
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DInlineRewriter.java81 command.apply(this);
102 node.getCommand().apply(WHITESPACE_STRIPPER);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAOptimizedMultipleCommand.java57 public void apply(Switch sw) { method in class:AOptimizedMultipleCommand
59 commands[i].apply(sw);
/external/selinux/libsepol/include/sepol/policydb/
H A Dsidtab.h49 int (*apply) (sepol_security_id_t sid,
54 int (*apply) (sepol_security_id_t
/external/skia/src/utils/
H A DSkTFitsIn.h29 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_False
40 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
52 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
63 static bool apply(S s) { function in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
77 static bool apply(source_type s) { function in struct:sktfitsin::Private::SkTOutOfRange_Either
78 bool outOfRange = OutOfRange_Low::apply(s);
80 outOfRange = OutOfRange_High::apply(s);
105 return Combined::apply(s);
/external/v8/test/mjsunit/harmony/
H A Dstring-fromcodepoint.js55 String.fromCodePoint.apply(null, result); // must not throw
62 String.fromCodePoint.apply(null, result); // must not throw

Completed in 1357 milliseconds

1234567891011>>