Searched refs:apply (Results 276 - 300 of 828) sorted by relevance

<<11121314151617181920>>

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolatingFunction.java406 return apply(pX, pY, a);
417 private double apply(double[] pX, double[] pY, double[][] coeff) { method in class:BicubicSplineFunction
509 return apply(pX, pY, aX);
521 return apply(pX, pY, aY);
532 return apply(pX, pY, aXX);
543 return apply(pX, pY, aYY);
554 return apply(pX, pY, aXY);
/external/llvm/lib/TableGen/
H A DSetTheory.cpp30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
38 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
54 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
73 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
149 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
168 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
295 I->second->apply(*this, DagExpr, Elts, Loc);
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlPolicyBuilder.java66 * HtmlSanitizer.sanitize(myHtml, policy.apply(myHtmlStreamRenderer));
106 * public String apply(String elementName, List&lt;String> attributes) {
456 return toFactory().apply(out);
476 return toFactory().apply(out, listener, context);
531 public String apply(String elementName, List<String> attrs) {
662 public @Nullable String apply(
678 public @Nullable String apply(
680 return filter.apply(value) ? value : null;
706 public @Nullable String apply(
H A DElementAndAttributePolicyBasedSanitizerPolicy.java130 String adjustedValue = attrPolicy.apply(elementName, name, value);
140 adjustedElementName = policies.elPolicy.apply(elementName, attrs);
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i58 %apply std::string &OUTPUT { std::string& strError };
124 %apply std::string &INOUT { std::string& strValue };
136 %apply std::string &OUTPUT { std::string& strResult }
155 %apply std::string &OUTPUT { std::string& strResult }
169 %apply std::string &INOUT { std::string& strXmlDest };
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DOpenSSLEngineImplTest.java72 SSLEngine apply(SSLEngine engine) {
80 SSLEngine apply(SSLEngine engine) {
88 SSLEngine apply(SSLEngine engine) {
95 abstract SSLEngine apply(SSLEngine engine); method in class:OpenSSLEngineImplTest.ClientAuth
255 clientAuth.apply(serverEngine);
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java246 node.getBlock().apply(this);
248 node.getOtherwise().apply(this);
263 node.getCommand().apply(this);
282 node.getCommand().apply(this);
306 node.getCommand().apply(this);
397 node.getCommand().apply(this);
535 command.apply(this);
552 command.apply(this);
645 position.apply(this);
/external/eigen/unsupported/test/
H A Dcxx11_tensor_symmetry.cpp105 group.apply<checkIdx, int>(identity, 0, found, expected);
134 group.apply<checkIdx, int>(identity, 0, found, expected);
163 group.apply<checkIdx, int>(identity7, 0, found, expected);
193 group.apply<checkIdx, int>(identity10, 0, found, expected);
208 group_static.apply<checkIdx, int>(identity10, 0, found, expected);
653 group.apply<checkIdx, int>(identity7, 0, found, expected);
/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java56 public Integer apply(Number x) {
79 public List<Integer> apply(List<Integer> list) {
241 @Override public Supplier<Boolean> apply(Supplier<Boolean> supplier) {
254 @Override public Supplier<Boolean> apply(Supplier<Boolean> supplier) {
313 final Supplier<Boolean> memoizedSupplier = memoizer.apply(supplier);
377 assertEquals(14, (int) supplierFunction.apply(supplier));
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DExpressionTranslator.java139 csExpression.apply(this);
211 expression.apply(this);
325 node.getName().apply(new DepthFirstAdapter() {
334 node12.getParent().apply(this);
336 node12.getChild().apply(this);
368 node.apply(this);
/external/selinux/libsemanage/src/
H A Dsemanageswig_ruby.i17 %apply int *OUTPUT { int * };
18 %apply int *OUTPUT { size_t * };
19 %apply int *OUTPUT { unsigned int * };
H A Dsemanageswig_python.i102 %apply int *OUTPUT { int * };
103 %apply int *OUTPUT { size_t * };
104 %apply int *OUTPUT { unsigned int * };
105 %apply int *OUTPUT { uint16_t * };
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.prog39 MyLexer.superclass.constructor.apply(this, arguments);
/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
H A DJvmPlatform.java65 @Override public boolean apply(String input) {
125 public boolean apply(String input) {
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp172 template<T... Values> struct apply { }; struct in struct:std_examples::value_holder
177 value_holder<int, char, int*>::apply<12345, 'x', &n> test;
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGenericTranscodeRequest.java81 return optionsApplier.apply(new GenericRequestBuilder<ModelType, DataType, ResourceType, TranscodeType>(
104 return optionsApplier.apply(new GenericRequestBuilder<ModelType, DataType, File, File>(fixedLoadProvider,
/external/guava/guava/src/com/google/common/collect/
H A DTables.java242 public Cell<?, ?, ?> apply(Cell<?, ?, ?> cell) {
356 ? function.apply(fromTable.get(rowKey, columnKey)) : null;
378 ? function.apply(fromTable.remove(rowKey, columnKey)) : null;
391 @Override public Cell<R, C, V2> apply(Cell<R, C, V1> cell) {
394 function.apply(cell.getValue()));
420 @Override public Map<C, V2> apply(Map<C, V1> row) {
430 @Override public Map<R, V2> apply(Map<R, V1> column) {
594 public Map<Object, Object> apply(Map<Object, Object> input) {
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h27 struct apply { typedef T type; }; struct in struct:Q_None
32 struct apply { typedef T const type; }; struct in struct:Q_Const
37 struct apply { typedef T volatile type; }; struct in struct:Q_Volatile
42 struct apply { typedef T const volatile type; }; struct in struct:Q_CV
53 struct apply { struct in struct:Caster
55 typedef typename QualTag::template apply<RawType>::type CVType;
66 typename apply<T>::type
68 typedef typename apply<T>::type OutType;
/external/protobuf/
H A Dbuild.gradle17 apply plugin: 'java'
/external/skia/gm/
H A Dgammaencodedpremul.cpp78 fXform->apply(select_xform_format(kN32_SkColorType), pixels,
90 fXform->apply(select_xform_format(kN32_SkColorType), pixels,
/external/skia/src/gpu/
H A DGrClip.h39 virtual bool apply(GrContext*, GrRenderTargetContext*, bool useHWAA,
146 bool apply(GrContext*, GrRenderTargetContext*, bool, bool, GrAppliedClip*,
H A DGrShape.cpp192 void GrShape::setInheritedKey(const GrShape &parent, GrStyle::Apply apply, SkScalar scale) { argument
219 int styleCnt = GrStyle::KeySize(parent.fStyle, apply, styleKeyFlags);
236 GrStyle::WriteKey(fInheritedKey.get() + parentCnt, parent.fStyle, apply, scale,
262 GrShape::GrShape(const GrShape& parent, GrStyle::Apply apply, SkScalar scale) { argument
268 (GrStyle::Apply::kPathEffectOnly == apply && !parent.style().pathEffect())) {
294 *this = tmpParent.get()->applyStyle(apply, scale);
300 if (GrStyle::Apply::kPathEffectAndStrokeRec == apply && strokeRec.needToApply()) {
346 this->setInheritedKey(*parentForKey, apply, scale);
/external/autotest/client/site_tests/video_GlitchDetection/
H A Dfroogaloop.js185 return params.length > 0 ? callback.apply(null, params) : callback.call();
266 return !!(obj && obj.constructor && obj.call && obj.apply);
/external/autotest/client/site_tests/video_VimeoVideo/
H A Dfroogaloop.js185 return params.length > 0 ? callback.apply(null, params) : callback.call();
266 return !!(obj && obj.constructor && obj.call && obj.apply);
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DExperimentingCaliperRun.java104 @Override public String apply(Experiment experiment) {
110 @Override public String apply(Instrument instrument) {
118 @Override public String apply(VirtualMachine vm) {
226 @Override public ListenableFuture<TrialResult> apply(Object ignored) {

Completed in 3140 milliseconds

<<11121314151617181920>>