| /third_party/node/deps/npm/node_modules/tar/node_modules/yallist/ |
| D | README.md | 69 #### yallist.head 73 #### yallist.tail 77 #### yallist.length 82 #### yallist.toArray() 86 #### yallist.forEach(fn, [thisp]) 90 #### yallist.forEachReverse(fn, [thisp]) 94 #### yallist.get(n) 99 #### yallist.getReverse(n) 103 #### yallist.map(fn, thisp) 108 #### yallist.mapReverse(fn, thisp) [all …]
|
| /third_party/node/deps/npm/node_modules/yallist/ |
| D | README.md | 69 #### yallist.head 73 #### yallist.tail 77 #### yallist.length 82 #### yallist.toArray() 86 #### yallist.forEach(fn, [thisp]) 90 #### yallist.forEachReverse(fn, [thisp]) 94 #### yallist.get(n) 99 #### yallist.getReverse(n) 103 #### yallist.map(fn, thisp) 108 #### yallist.mapReverse(fn, thisp) [all …]
|
| /third_party/node/deps/npm/node_modules/cross-spawn/node_modules/yallist/ |
| D | README.md | 69 #### yallist.head 73 #### yallist.tail 77 #### yallist.length 82 #### yallist.toArray() 86 #### yallist.forEach(fn, [thisp]) 90 #### yallist.forEachReverse(fn, [thisp]) 94 #### yallist.get(n) 99 #### yallist.getReverse(n) 103 #### yallist.map(fn, thisp) 108 #### yallist.mapReverse(fn, thisp) [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeQueryWithReservedWords.js | 3 create() { method in Controller 12 create: typeof Controller.prototype.create; method in create 22 Controller.prototype.create = function () { method in Controller
|
| D | typeConstraintsWithConstructSignatures.js | 8 create() { method in C 21 C.prototype.create = function () { method in C
|
| D | genericTypeWithCallableMembers.js | 8 create() { method in C 21 C.prototype.create = function () { method in C
|
| D | staticFactory1.js | 4 static create() { method in Base 36 Base.create = function () { function in Base
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstX8632.h | 96 static X86OperandMem *create(Cfg *Func, Type Ty, Variable *Base, in create() function 157 static VariableSplit *create(Cfg *Func, Variable *Var, Portion Part) { in create() function 444 static InstX86Label *create(Cfg *Func, TargetLowering *Target) { in create() function 474 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, in create() function 482 static InstX86Br *create(Cfg *Func, CfgNode *Target, Mode Kind) { in create() function 491 static InstX86Br *create(Cfg *Func, CfgNode *Target, BrCond Condition, in create() function 501 static InstX86Br *create(Cfg *Func, InstX86Label *Label, BrCond Condition, in create() function 554 static InstX86Jmp *create(Cfg *Func, Operand *Target) { in create() function 576 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create() function 1177 static InstX86Bswap *create(Cfg *Func, Operand *SrcDest) { in create() function [all …]
|
| D | IceInstX8664.h | 91 static X86OperandMem *create(Cfg *Func, Type Ty, Variable *Base, in create() function 383 static InstX86Label *create(Cfg *Func, TargetLowering *Target) { in create() function 413 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, CfgNode *TargetFalse, in create() function 421 static InstX86Br *create(Cfg *Func, CfgNode *Target, Mode Kind) { in create() function 430 static InstX86Br *create(Cfg *Func, CfgNode *Target, BrCond Condition, in create() function 440 static InstX86Br *create(Cfg *Func, InstX86Label *Label, BrCond Condition, in create() function 493 static InstX86Jmp *create(Cfg *Func, Operand *Target) { in create() function 515 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create() function 1116 static InstX86Bswap *create(Cfg *Func, Operand *SrcDest) { in create() function 1127 static InstX86Neg *create(Cfg *Func, Operand *SrcDest) { in create() function [all …]
|
| D | IceInstARM32.h | 173 static OperandARM32ShAmtImm *create(Cfg *Func, ConstantInteger32 *ShAmt) { in create() function 253 static OperandARM32FlexFpImm *create(Cfg *Func, Type Ty, in create() function 284 static OperandARM32FlexFpZero *create(Cfg *Func, Type Ty) { in create() function 309 static OperandARM32FlexReg *create(Cfg *Func, Type Ty, Variable *Reg, in create() function 348 static StackVariable *create(Cfg *Func, Type Ty, SizeT Index) { in create() function 556 static InstARM32UnaryopGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create() function 597 static InstARM32UnaryopFP *create(Cfg *Func, Variable *Dest, Variable *Src, in create() function 640 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create() function 662 static InstARM32TwoAddrGPR *create(Cfg *Func, Variable *Dest, Operand *Src, in create() function 704 static InstARM32LoadBase *create(Cfg *Func, Variable *Dest, Operand *Source, in create() function [all …]
|
| D | IceInst.h | 292 static InstAlloca *create(Cfg *Func, Variable *Dest, Operand *ByteCount, in create() function 328 static InstArithmetic *create(Cfg *Func, OpKind Op, Variable *Dest, in create() function 363 static InstAssign *create(Cfg *Func, Variable *Dest, Operand *Source) { in create() function 385 static InstBr *create(Cfg *Func, Operand *Source, CfgNode *TargetTrue, in create() function 391 static InstBr *create(Cfg *Func, CfgNode *Target) { in create() function 486 static InstCast *create(Cfg *Func, OpKind CastKind, Variable *Dest, in create() function 509 static InstExtractElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() function 541 static InstFcmp *create(Cfg *Func, FCond Condition, Variable *Dest, in create() function 573 static InstIcmp *create(Cfg *Func, ICond Condition, Variable *Dest, in create() function 598 static InstInsertElement *create(Cfg *Func, Variable *Dest, Operand *Source1, in create() function [all …]
|
| /third_party/json/include/nlohmann/detail/ |
| D | exceptions.hpp | 130 static parse_error create(int id_, const position_t& pos, const std::string& what_arg) in create() function in nlohmann::detail::parse_error 137 static parse_error create(int id_, std::size_t byte_, const std::string& what_arg) in create() function in nlohmann::detail::parse_error 207 static invalid_iterator create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::invalid_iterator 261 static type_error create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::type_error 308 static out_of_range create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::out_of_range 346 static other_error create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::other_error
|
| /third_party/boost/boost/hana/detail/ |
| D | create.hpp | 22 struct create { struct 25 operator()(X&& ...x) const { in operator ()()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | staticInterfaceAssignmentCompat.ts | 2 static create(): Shape { method in Shape 8 create(): Shape; method
|
| /third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
| D | typeQueryWithReservedWords.ts | 2 create() { method in Controller 11 create: typeof Controller.prototype.create; property
|
| /third_party/boost/libs/numeric/ublas/benchmarks/opencl/ |
| D | benchmark.hpp | 36 static ptr_type create(long) { return ptr_type(new T());} in create() function 43 static ptr_type create(long, compute::context) { return ptr_type(new T());} in create() function 50 static ptr_type create(long) { return 0;} in create() function 57 static ptr_type create(long, compute::context) { return 0;} in create() function 64 static ptr_type create(long l) { return ptr_type(new type(l));} in create() function 71 static ptr_type create(long l, compute::context c) in create() function 79 static ptr_type create(long l) in create() function 87 static ptr_type create(long l, compute::context c) in create() function
|
| /third_party/python/Lib/tkinter/test/test_ttk/ |
| D | test_widgets.py | 126 def create(self, **kwargs): member in FrameTest 139 def create(self, **kwargs): member in LabelFrameTest 197 def create(self, **kwargs): member in LabelTest 215 def create(self, **kwargs): member in ButtonTest 240 def create(self, **kwargs): member in CheckbuttonTest 292 def create(self, **kwargs): member in EntryTest 429 def create(self, **kwargs): member in ComboboxTest 551 def create(self, **kwargs): member in PanedWindowTest 684 def create(self, **kwargs): member in RadiobuttonTest 734 def create(self, **kwargs): member in MenubuttonTest [all …]
|
| /third_party/node/benchmark/ |
| D | _http-benchmarkers.js | 22 create(options) { method in AutocannonBenchmarker 60 create(options) { method in WrkBenchmarker 103 create(options) { method in TestDoubleBenchmarker 140 create(options) { method in H2LoadBenchmarker
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
| D | NumberPropertyMapper.java | 39 public static UnlocalizedNumberFormatter create( in create() method in NumberPropertyMapper 47 public static UnlocalizedNumberFormatter create( in create() method in NumberPropertyMapper 61 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create() method in NumberPropertyMapper
|
| /third_party/boost/boost/compute/detail/ |
| D | path.hpp | 44 inline std::string program_binary_path(const std::string &hash, bool create = false) in program_binary_path() 58 inline std::string parameter_cache_path(bool create = false) in parameter_cache_path()
|
| /third_party/boost/boost/graph/distributed/detail/ |
| D | dijkstra_shortest_paths.hpp | 33 static type create(distance_type dist, predecessor_type pred) in create() function in boost::graph::distributed::detail::dijkstra_msg_value 44 static type create(type dist, vertex_descriptor) { return dist; } in create() function in boost::graph::distributed::detail::dijkstra_msg_value
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXMCExpr.cpp | 19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr 54 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
|
| /third_party/python/Lib/tkinter/test/test_tkinter/ |
| D | test_widgets.py | 69 def create(self, **kwargs): member in ToplevelTest 109 def create(self, **kwargs): member in FrameTest 124 def create(self, **kwargs): member in LabelFrameTest 162 def create(self, **kwargs): member in LabelTest 179 def create(self, **kwargs): member in ButtonTest 203 def create(self, **kwargs): member in CheckbuttonTest 231 def create(self, **kwargs): member in RadiobuttonTest 254 def create(self, **kwargs): member in MenubuttonTest 306 def create(self, default='b', values=('a', 'b', 'c'), **kwargs): member in OptionMenuTest 329 def create(self, **kwargs): member in EntryTest [all …]
|
| /third_party/boost/libs/python/test/ |
| D | ben_scott1.cpp | 23 ProductPtr create() in create() function 36 ProductPtr create() { return call_method<ProductPtr>(mSelf, "create"); } in create() function
|
| /third_party/ltp/testcases/kernel/fs/racer/ |
| D | fs_racer_file_create.sh | 26 create() { function
|