Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 25 of 182) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
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(RecordVisitor &V) { return V.visit(*this); } in apply() function in llvm::xray::FunctionRecord
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_call.js20 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/
DCaseMap.java92 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/
DCaseMap.java100 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/
DmoduleExportDuplicateAlias3.js30 var apply = require('./moduleExportAliasDuplicateAlias').apply; variable
35 export const apply: typeof a | "ok" | 1 | undefined; constant
DjsFileCompilationRestParamJsDocFunction.js12 function apply(func, thisArg, ...args) { function
39 function apply(func, thisArg) { function
DassignmentToObjectAndFunction.js20 export function apply(thisArg: string, argArray?: string) { } function
47 function apply(thisArg, argArray) { } function
DmoduleExportDuplicateAlias2.js24 var apply = require('./moduleExportAliasDuplicateAlias').apply; variable
DmoduleExportDuplicateAlias.js24 var apply = require('./moduleExportAliasDuplicateAlias').apply; variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DPrecision.java351 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/
DassignmentToObjectAndFunction.ts19 export function apply(thisArg: string, argArray?: string) { } function
26 export var apply = 0; variable
DjsFileCompilationRestParamJsDocFunction.ts16 function apply(func, thisArg, ...args) { function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DPrecision.java389 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/
DobjectTypeWithCallSignatureHidingMembersOfFunction.ts6 apply(a: any, b?: any): void; method
17 apply(a: any, b?: any): void; variable
DobjectTypeWithConstructSignatureHidingMembersOfFunction.ts3 apply(a: any, b?: any): void; method
14 apply(a: any, b?: any): void; variable
DobjectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts11 apply(a: any, b?: any): void; method
24 apply(a: any, b?: any): void; variable
DobjectTypeWithConstructSignatureHidingMembersOfExtendedFunction.ts8 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/
DSetTheory.cpp40 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/
DCommandLine.h411 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/
Dgen-implicit-conversions.py361 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/
DmoduleExportDuplicateAlias2.ts13 const { apply } = require('./moduleExportAliasDuplicateAlias') constant
DmoduleExportDuplicateAlias.ts13 const { apply } = require('./moduleExportAliasDuplicateAlias') constant
/third_party/typescript/lib/
Dlib.es2015.reflect.d.ts29 function apply<T, A extends readonly any[], R>( function
/third_party/typescript/src/lib/
Des2015.reflect.d.ts9 function apply<T, A extends readonly any[], R>( function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h371 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

12345678