| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | FDRRecords.cpp | 18 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(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | proxy_call.js | 20 var handler = { apply (target) { method 49 apply: function (target, thisArg, argumentsList) { method 135 apply: function (target, this_arg, args) { method 158 apply: function (target, this_arg, args) { method 180 apply: function (target, this_arg, args) { method 209 apply: function (target, this_arg, args) { method 227 apply: 'non callable trap' property 247 apply: null property 262 var proxy = new Proxy(target, { apply() { assert (false) } }); method 312 var proxy_to_proxy = new Proxy (proxy, { apply() { assert (false); } }); method
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | CaseMap.java | 92 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Lower 112 public <A extends Appendable> A apply( in apply() method in CaseMap.Lower 148 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Upper 168 public <A extends Appendable> A apply( in apply() method in CaseMap.Upper 307 public String apply(Locale locale, BreakIterator iter, CharSequence src) { in apply() method in CaseMap.Title 341 public <A extends Appendable> A apply( in apply() method in CaseMap.Title 404 public String apply(CharSequence src) { in apply() method in CaseMap.Fold 425 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply() method in CaseMap.Fold
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | CaseMap.java | 100 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Lower 121 public <A extends Appendable> A apply( in apply() method in CaseMap.Lower 160 public String apply(Locale locale, CharSequence src) { in apply() method in CaseMap.Upper 181 public <A extends Appendable> A apply( in apply() method in CaseMap.Upper 328 public String apply(Locale locale, BreakIterator iter, CharSequence src) { in apply() method in CaseMap.Title 363 public <A extends Appendable> A apply( in apply() method in CaseMap.Title 430 public String apply(CharSequence src) { in apply() method in CaseMap.Fold 452 public <A extends Appendable> A apply(CharSequence src, A dest, Edits edits) { in apply() method in CaseMap.Fold
|
| /third_party/flutter/skia/modules/skottie/src/ |
| D | SkottieAnimator.cpp | 237 std::function<void(const T&)>&& apply) { in Make() 253 std::function<void(const T&)>&& apply) in KeyframeAnimator() 313 std::function<void(const T&)>&& apply, in BindPropertyImpl() 361 std::function<void(const VectorValue&)>&& apply, in Make() 401 explicit SplitPointAnimator(std::function<void(const VectorValue&)>&& apply) in SplitPointAnimator() 416 std::function<void(const VectorValue&)>&& apply, in BindSplitPositionProperty() 430 std::function<void(const ScalarValue&)>&& apply, in bindProperty() 437 std::function<void(const VectorValue&)>&& apply, in bindProperty() 449 std::function<void(const ShapeValue&)>&& apply, in bindProperty() 456 std::function<void(const TextValue&)>&& apply, in bindProperty()
|
| D | SkottieAdapter.cpp | 55 void RRectAdapter::apply() { in apply() function in skottie::RRectAdapter 81 void TransformAdapter2D::apply() { in apply() function in skottie::TransformAdapter2D 119 void TransformAdapter3D::apply() { in apply() function in skottie::TransformAdapter3D 189 void RepeaterAdapter::apply() { in apply() function in skottie::RepeaterAdapter 225 void PolyStarAdapter::apply() { in apply() function in skottie::PolyStarAdapter 259 void GradientAdapter::apply() { in apply() function in skottie::GradientAdapter 313 void TrimEffectAdapter::apply() { in apply() function in skottie::TrimEffectAdapter
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| D | Precision.java | 351 public abstract void apply(DecimalQuantity value); in apply() method in Precision 542 public void apply(DecimalQuantity value) { in apply() method in Precision.InfiniteRounderImpl 565 public void apply(DecimalQuantity value) { in apply() method in Precision.FractionRounderImpl 588 public void apply(DecimalQuantity value) { in apply() method in Precision.SignificantRounderImpl 601 public void apply(DecimalQuantity quantity, int minInt) { in apply() method in Precision.SignificantRounderImpl 628 public void apply(DecimalQuantity value) { in apply() method in Precision.FracSigRounderImpl 663 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementRounderImpl 692 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementOneRounderImpl 719 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementFiveRounderImpl 740 public void apply(DecimalQuantity value) { in apply() method in Precision.CurrencyRounderImpl
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsFileCompilationRestParamJsDocFunction.js | 12 function apply(func, thisArg, ...args) { function 39 function apply(func, thisArg) { function
|
| D | assignmentToObjectAndFunction.js | 20 export function apply(thisArg: string, argArray?: string) { } function 47 function apply(thisArg, argArray) { } function
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| D | Precision.java | 379 public abstract void apply(DecimalQuantity value); in apply() method in Precision 597 public void apply(DecimalQuantity value) { in apply() method in Precision.BogusRounder 628 public void apply(DecimalQuantity value) { in apply() method in Precision.InfiniteRounderImpl 651 public void apply(DecimalQuantity value) { in apply() method in Precision.FractionRounderImpl 674 public void apply(DecimalQuantity value) { in apply() method in Precision.SignificantRounderImpl 687 public void apply(DecimalQuantity quantity, int minInt) { in apply() method in Precision.SignificantRounderImpl 716 public void apply(DecimalQuantity value) { in apply() method in Precision.FracSigRounderImpl 752 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementRounderImpl 781 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementOneRounderImpl 808 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementFiveRounderImpl [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | assignmentToObjectAndFunction.ts | 19 export function apply(thisArg: string, argArray?: string) { } function 26 export var apply = 0; variable
|
| D | jsFileCompilationRestParamJsDocFunction.ts | 16 function apply(func, thisArg, ...args) { function
|
| D | assignmentCompatability_checking-apply-member-off-of-function-interface.ts | 4 apply(blah: any); // also works for 'apply' method
|
| /third_party/typescript/tests/cases/conformance/types/members/ |
| D | objectTypeWithCallSignatureHidingMembersOfFunction.ts | 6 apply(a: any, b?: any): void; method 17 apply(a: any, b?: any): void; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfFunction.ts | 3 apply(a: any, b?: any): void; method 14 apply(a: any, b?: any): void; variable
|
| D | objectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts | 11 apply(a: any, b?: any): void; method 24 apply(a: any, b?: any): void; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.ts | 8 apply(a: any, b?: any): void; method 21 apply(a: any, b?: any): void; variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | SetTheory.cpp | 40 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 48 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 64 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 83 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 159 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function 178 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts, in apply() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | CommandLine.h | 411 void apply(Option &O) const { O.setDescription(Desc); } in apply() function 421 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function 432 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function 448 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function 462 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply() function 471 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } in apply() function 481 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() function
|
| /third_party/flutter/skia/src/core/ |
| D | SkColorSpaceXformSteps.cpp | 106 void SkColorSpaceXformSteps::apply(float* rgba) const { in apply() function in SkColorSpaceXformSteps 147 void SkColorSpaceXformSteps::apply(SkRasterPipeline* p, bool src_is_normalized) const { in apply() function in SkColorSpaceXformSteps
|
| /third_party/vk-gl-cts/modules/gles31/scripts/ |
| D | gen-implicit-conversions.py | 361 def apply(self, a, b): member in ArithmeticCase 418 def apply(self, a, b): member in ComparisonsCase 458 def apply(self, a): member in ParenthesizedCase 516 def apply(self, a): member in FunctionsCase 550 def apply(self, a): member in ArrayCase 593 def apply(self, a): member in ArrayUnpackCase 670 def apply(self, a): member in StructCase 716 def apply(self, a, b): member in InvalidCase
|
| /third_party/typescript/lib/ |
| D | lib.es2015.reflect.d.ts | 29 function apply(target: Function, thisArgument: any, argumentsList: ArrayLike<any>): any; function
|
| /third_party/typescript/src/lib/ |
| D | es2015.reflect.d.ts | 9 function apply(target: Function, thisArgument: any, argumentsList: ArrayLike<any>): any; function
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrSwizzle.cpp | 12 void GrSwizzle::apply(SkRasterPipeline* pipeline) const { in apply() function in GrSwizzle
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | CommandLine.h | 371 void apply(Option &O) const { O.setDescription(Desc); } in apply() function 381 void apply(Option &O) const { O.setValueStr(Desc); } in apply() function 392 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } in apply() function 408 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } in apply() function 422 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } in apply() function 431 template <class Opt> void apply(Opt &O) const { O.addSubCommand(Sub); } in apply() function
|