| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcLayoutLocationTests.cpp | 191 ResultData create(const Functions& gl) in create() function 198 ResultData create<GL_TEXTURE_2D, GL_RGBA8>(const Functions& gl) in create() function 204 ResultData create<GL_TEXTURE_3D, GL_RGBA8>(const Functions& gl) in create() function 210 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA8>(const Functions& gl) in create() function 216 ResultData create<GL_TEXTURE_CUBE_MAP, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function 222 ResultData create<GL_TEXTURE_2D, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function 228 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA8>(const Functions& gl) in create() function 234 ResultData create<GL_TEXTURE_2D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function 240 ResultData create<GL_TEXTURE_2D, GL_RGBA32I>(const Functions& gl) in create() function 246 ResultData create<GL_TEXTURE_3D, GL_RGBA32I>(const Functions& gl) in create() function [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeQueryWithReservedWords.js | 3 create() { method in Controller 12 create: typeof Controller.prototype.create; class 22 Controller.prototype.create = function () { method in Controller
|
| D | typeOfThisInStaticMembers5(target=es5).js | 3 static create = () => new this("yep") field in C 18 C.create = function () { return new _a("yep"); }; function in C
|
| D | typeOfThisInStaticMembers5(target=esnext).js | 3 static create = () => new this("yep") field in C 14 static create = () => new this("yep"); field in C
|
| D | typeOfThisInStaticMembers5(target=es2022).js | 3 static create = () => new this("yep") field in C 14 static create = () => new this("yep"); field in C
|
| D | typeOfThisInStaticMembers5(target=es6).js | 3 static create = () => new this("yep") field in C 19 C.create = () => new _a("yep"); function in C
|
| D | genericTypeWithCallableMembers.js | 8 create() { method in C 21 C.prototype.create = function () { method in C
|
| D | typeConstraintsWithConstructSignatures.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
|
| D | symbolLinkDeclarationEmitModuleNames.js | 17 static create<T extends Constructor<any>>(ctor: T) { field in BindingKey 37 BindingKey.create = function (ctor) { function in BindingKey
|
| /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/typescript/tests/cases/compiler/ |
| D | staticInterfaceAssignmentCompat.ts | 2 static create(): Shape { method in Shape 8 create(): Shape; method
|
| /third_party/json/include/nlohmann/detail/ |
| D | exceptions.hpp | 149 …static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonCo… in create() function in detail::parse_error 157 …static parse_error create(int id_, std::size_t byte_, const std::string& what_arg, BasicJsonContex… in create() function in detail::parse_error 193 static invalid_iterator create(int id_, const std::string& what_arg, BasicJsonContext context) in create() function in detail::invalid_iterator 211 static type_error create(int id_, const std::string& what_arg, BasicJsonContext context) in create() function in detail::type_error 228 static out_of_range create(int id_, const std::string& what_arg, BasicJsonContext context) in create() function in detail::out_of_range 245 static other_error create(int id_, const std::string& what_arg, BasicJsonContext context) in create() function in detail::other_error
|
| /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/python/Lib/tkinter/test/test_ttk/ |
| D | test_widgets.py | 124 def create(self, **kwargs): member in FrameTest 137 def create(self, **kwargs): member in LabelFrameTest 198 def create(self, **kwargs): member in LabelTest 216 def create(self, **kwargs): member in ButtonTest 241 def create(self, **kwargs): member in CheckbuttonTest 309 def create(self, **kwargs): member in EntryTest 438 def create(self, **kwargs): member in ComboboxTest 558 def create(self, **kwargs): member in PanedWindowTest 687 def create(self, **kwargs): member in RadiobuttonTest 737 def create(self, **kwargs): member in MenubuttonTest [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
| D | NumberPropertyMapper.java | 38 public static UnlocalizedNumberFormatter create( in create() method in NumberPropertyMapper 46 public static UnlocalizedNumberFormatter create( in create() method in NumberPropertyMapper 60 public static UnlocalizedNumberFormatter create(String pattern, DecimalFormatSymbols symbols) { in create() method in NumberPropertyMapper
|
| /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/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| D | Indexer.java | 19 public static <T> Indexer<T, Integer> create() { in create() method in Indexer 24 public static <T, R> Indexer<T, R> create(Function<Integer, R> convertIndexFn) { in create() method in Indexer
|
| /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 111 def create(self, **kwargs): member in FrameTest 126 def create(self, **kwargs): member in LabelFrameTest 164 def create(self, **kwargs): member in LabelTest 181 def create(self, **kwargs): member in ButtonTest 205 def create(self, **kwargs): member in CheckbuttonTest 259 def create(self, **kwargs): member in RadiobuttonTest 282 def create(self, **kwargs): member in MenubuttonTest 334 def create(self, default='b', values=('a', 'b', 'c'), **kwargs): member in OptionMenuTest 357 def create(self, **kwargs): member in EntryTest [all …]
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_reduce_assign.cpp | 103 aco_ptr<Pseudo_instruction> create{create_instruction<Pseudo_instruction>( in setup_reduce_temp() local 145 aco_ptr<Pseudo_instruction> create{create_instruction<Pseudo_instruction>( in setup_reduce_temp() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/remote/ |
| D | kernel_build_server.py | 136 def create(self, process_num, waitime): member in AkgBuilderBase 185 def create(self, process_num, waitime): member in AkgBuilder 193 def create(self, process_num, waitime): member in AkgV2Builder
|