Home
last modified time | relevance | path

Searched defs:apply (Results 1 - 25 of 144) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DmoduleExportDuplicateAlias.js24 var apply = require('./moduleExportAliasDuplicateAlias').apply; global() variable
[all...]
H A DmoduleExportDuplicateAlias2.js24 var apply = require('./moduleExportAliasDuplicateAlias').apply; global() variable
[all...]
H A DjsFileCompilationRestParamJsDocFunction.js12 function apply(func, thisArg, ...args) { function
H A DmoduleExportDuplicateAlias3.js30 var apply = require('./moduleExportAliasDuplicateAlias').apply; global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::BufferExtents
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::WallclockRecord
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewCPUIDRecord
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::TSCWrapRecord
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CustomEventRecord
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::CallArgRecord
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::PIDRecord
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::NewBufferRecord
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::EndBufferRecord
27 Error FunctionRecord::apply(RecordVisito in apply() function in llvm::xray::FunctionRecord
28 Error CustomEventRecordV5::apply(RecordVisitor &V) { return V.visit(*this); } apply() function in llvm::xray::CustomEventRecordV5
29 Error TypedEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } apply() function in llvm::xray::TypedEventRecord
[all...]
/third_party/skia/src/gpu/
H A DGrSwizzle.cpp12 void GrSwizzle::apply(SkRasterPipeline* pipeline) const { in apply() function in GrSwizzle
H A DGrFixedClip.cpp34 GrClip::Effect GrFixedClip::apply(GrAppliedHardClip* out, SkIRect* bounds) const { in apply() function in GrFixedClip
/third_party/icu/icu4c/source/i18n/
H A Dnumber_integerwidth.cpp42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply() function in IntegerWidth
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_integerwidth.cpp42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply() function in IntegerWidth
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Ddump-macros-only.c15 #define apply(x,...) x(__VA_ARGS__) macro
H A Ddump-macros.c14 #define apply(x,...) x(__VA_ARGS__) macro
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_integerwidth.cpp42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply() function in IntegerWidth
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DIndexer.java37 public R apply(T value) { in apply() method in Indexer
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_call.js[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dtuple.hpp77 apply(F &&f, T &&t) { in apply() function
/third_party/skia/src/core/
H A DSkDrawLooper.cpp86 void SkDrawLooper::apply(SkCanvas* canvas, const SkPaint& paint, in apply() function in SkDrawLooper
/third_party/skia/src/shaders/gradients/
H A DSk4fGradientPriv.h29 static Sk4f apply(const Sk4f& c) { return c; } in apply() function
34 static Sk4f apply(const Sk4f& c) { in apply() function
/third_party/skia/tests/
H A DRecorderTest.cpp32 void apply(const SkRecord& record) { in apply() function in Tally
H A DRecordTest.cpp31 void apply(const SkRecord& record) { in apply() function in AreaSummer
49 void apply(SkRecord* record) { in apply() function
/third_party/python/Lib/idlelib/
H A Dzzdummy.py15 def apply(self, event=None): function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc45 static int apply(int v) { return apply_impl(v); } in apply() function
94 MockFunction<int(int)> apply; member
H A Dnode_hash_policy.h83 static auto apply(Ts&&... ts) -> decltype(P::apply(std::forward<Ts>(ts)...)) { in apply() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h579 apply(F&& f, Args&&... args) { in apply() function
H A Dflat_hash_set.h483 apply(F&& f, Args&&... args) { in apply() function
H A Dnode_hash_set.h473 apply(F&& f, Args&&... args) { in apply() function

Completed in 11 milliseconds

123456