Home
last modified time | relevance | path

Searched defs:Apply (Results 1 – 18 of 18) sorted by relevance

/external/dng_sdk/source/
Ddng_opcodes.cpp226 void dng_opcode_Unknown::Apply (dng_host & /* host */, in Apply() function in dng_opcode_Unknown
359 void dng_filter_opcode::Apply (dng_host &host, in Apply() function in dng_filter_opcode
533 void dng_inplace_opcode::Apply (dng_host &host, in Apply() function in dng_inplace_opcode
Ddng_opcode_list.cpp111 void dng_opcode_list::Apply (dng_host &host, in Apply() function in dng_opcode_list
Ddng_lens_correction.cpp1647 void dng_opcode_WarpRectilinear::Apply (dng_host &host, in Apply() function in dng_opcode_WarpRectilinear
1837 void dng_opcode_WarpFisheye::Apply (dng_host &host, in Apply() function in dng_opcode_WarpFisheye
Ddng_misc_opcodes.cpp102 void dng_opcode_TrimBounds::Apply (dng_host & /* host */, in Apply() function in dng_opcode_TrimBounds
/external/webrtc/webrtc/base/
Dexp_filter.cc24 float ExpFilter::Apply(float exp, float sample) { in Apply() function in rtc::ExpFilter
/external/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc177 void Apply(State* state) { } in Apply() function in v8::internal::Effects
Dhydrogen-flow-engine.h24 inline void Apply(State* state) { in Apply() function
Dhydrogen-load-elimination.cc456 void Apply(HLoadEliminationTable* table) { in Apply() function in v8::internal::HLoadEliminationEffects
Dhydrogen-check-elimination.cc840 void Apply(HCheckTable* table) { in Apply() function in v8::internal::HCheckMapsEffects
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_utils.cc300 void GainApplier::Apply(const complex<float>* in_block, in Apply() function in webrtc::intelligibility::GainApplier
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand.py1090 def Apply(self, func, args_iterator, exception_handler, member in Command
/external/v8/src/runtime/
Druntime-regexp.cc247 void CompiledReplacement::Apply(ReplacementStringBuilder* builder, in Apply() function in v8::internal::CompiledReplacement
/external/google-benchmark/src/
Dbenchmark.cc554 Benchmark* Benchmark::Apply(void (*custom_arguments)(Benchmark* benchmark)) { in Apply() function in benchmark::internal::Benchmark
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h836 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function
837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1258 class Apply : public Expr<typename Sig::Ret> class
1271 Apply (const ApplyFunc& func, in Apply() function in deqp::gls::BuiltinPrecisionTests::Apply
1279 Apply (const ApplyFunc& func, in Apply() function in deqp::gls::BuiltinPrecisionTests::Apply
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1237 class Apply : public Expr<typename Sig::Ret> class
1250 Apply (const ApplyFunc& func, in Apply() function in vkt::shaderexecutor::Apply
1258 Apply (const ApplyFunc& func, in Apply() function in vkt::shaderexecutor::Apply
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3974 QualType Apply(TypeLoc TL) { in Apply() function in __anona625d1720211::SubstituteAutoTransform
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp252 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{subexpression}} in Apply() function