/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/typescript/tests/baselines/reference/ |
D | moduleExportDuplicateAlias3.js | 30 var apply = require('./moduleExportAliasDuplicateAlias').apply; variable 35 export const apply: typeof a | "ok" | 1 | undefined; constant
|
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
|
D | moduleExportDuplicateAlias2.js | 24 var apply = require('./moduleExportAliasDuplicateAlias').apply; variable
|
D | moduleExportDuplicateAlias.js | 24 var apply = require('./moduleExportAliasDuplicateAlias').apply; variable
|
/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/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
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Precision.java | 389 public abstract void apply(DecimalQuantity value); in apply() method in Precision 608 public void apply(DecimalQuantity value) { in apply() method in Precision.BogusRounder 639 public void apply(DecimalQuantity value) { in apply() method in Precision.InfiniteRounderImpl 662 public void apply(DecimalQuantity value) { in apply() method in Precision.FractionRounderImpl 685 public void apply(DecimalQuantity value) { in apply() method in Precision.SignificantRounderImpl 698 public void apply(DecimalQuantity quantity, int minInt) { in apply() method in Precision.SignificantRounderImpl 730 public void apply(DecimalQuantity value) { in apply() method in Precision.FracSigRounderImpl 790 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementRounderImpl 819 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementOneRounderImpl 846 public void apply(DecimalQuantity value) { in apply() method in Precision.IncrementFiveRounderImpl [all …]
|
/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/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/tests/cases/conformance/salsa/ |
D | moduleExportDuplicateAlias2.ts | 13 const { apply } = require('./moduleExportAliasDuplicateAlias') constant
|
D | moduleExportDuplicateAlias.ts | 13 const { apply } = require('./moduleExportAliasDuplicateAlias') constant
|
/third_party/typescript/lib/ |
D | lib.es2015.reflect.d.ts | 29 function apply<T, A extends readonly any[], R>( function
|
/third_party/typescript/src/lib/ |
D | es2015.reflect.d.ts | 9 function apply<T, A extends readonly any[], R>( function
|
/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
|