| /third_party/vk-gl-cts/external/openglcts/scripts/ |
| D | build_caselists.py | 37 class Module: class 43 Module("dEQP-EGL", "EGL"), 44 Module("dEQP-GLES2", "GLES2"), 45 Module("dEQP-GLES3", "GLES3"), 46 Module("dEQP-GLES31", "GLES31"), 47 Module("dEQP-GL45-ES3", "GL45"), 48 Module("dEQP-GL45-ES31","GL45"), 49 Module("KHR-GLES3", "GLES3"), 50 Module("KHR-GLES2", "GLES2"), 51 Module("KHR-GLES31", "GLES31"), [all …]
|
| /third_party/spirv-tools/source/opt/ |
| D | module.h | 44 class Module { 52 Module() : header_({}), contains_debug_info_(false) {} in Module() function 324 std::ostream& operator<<(std::ostream& str, const Module& module); 326 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 330 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 334 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() 338 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) { in SetMemoryModel() 342 inline void Module::SetSampledImageAddressMode(std::unique_ptr<Instruction> m) { in SetSampledImageAddressMode() 346 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() 350 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) { in AddExecutionMode() [all …]
|
| D | ir_context.h | 99 module_(new Module()), in IRContext() 114 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() 135 Module* module() const { return module_.get(); } in module() 143 inline Module::inst_iterator annotation_begin(); 144 inline Module::inst_iterator annotation_end(); 145 inline IteratorRange<Module::inst_iterator> annotations(); 146 inline IteratorRange<Module::const_inst_iterator> annotations() const; 149 inline Module::inst_iterator capability_begin(); 150 inline Module::inst_iterator capability_end(); 151 inline IteratorRange<Module::inst_iterator> capabilities(); [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | module.h | 44 class Module { 52 Module() : header_({}), contains_debug_info_(false) {} in Module() function 309 std::ostream& operator<<(std::ostream& str, const Module& module); 311 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 315 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 319 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() 323 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) { in SetMemoryModel() 327 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() 331 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) { in AddExecutionMode() 335 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() [all …]
|
| D | ir_context.h | 98 module_(new Module()), in IRContext() 113 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() 134 Module* module() const { return module_.get(); } in module() 142 inline Module::inst_iterator annotation_begin(); 143 inline Module::inst_iterator annotation_end(); 144 inline IteratorRange<Module::inst_iterator> annotations(); 145 inline IteratorRange<Module::const_inst_iterator> annotations() const; 148 inline Module::inst_iterator capability_begin(); 149 inline Module::inst_iterator capability_end(); 150 inline IteratorRange<Module::inst_iterator> capabilities(); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | module.h | 44 class Module { 52 Module() : header_({}), contains_debug_info_(false) {} in Module() function 309 std::ostream& operator<<(std::ostream& str, const Module& module); 311 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 315 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 319 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() 323 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) { in SetMemoryModel() 327 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() 331 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) { in AddExecutionMode() 335 inline void Module::AddDebug1Inst(std::unique_ptr<Instruction> d) { in AddDebug1Inst() [all …]
|
| D | ir_context.h | 98 module_(new Module()), in IRContext() 113 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() 134 Module* module() const { return module_.get(); } in module() 142 inline Module::inst_iterator annotation_begin(); 143 inline Module::inst_iterator annotation_end(); 144 inline IteratorRange<Module::inst_iterator> annotations(); 145 inline IteratorRange<Module::const_inst_iterator> annotations() const; 148 inline Module::inst_iterator capability_begin(); 149 inline Module::inst_iterator capability_end(); 150 inline IteratorRange<Module::inst_iterator> capabilities(); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Module.cpp | 73 Module::Module(StringRef MID, LLVMContext &C) in Module() function in Module 80 Module::~Module() { in ~Module() 92 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG() 113 GlobalValue *Module::getNamedValue(StringRef Name) const { in getNamedValue() 119 unsigned Module::getMDKindID(StringRef Name) const { in getMDKindID() 126 void Module::getMDKindNames(SmallVectorImpl<StringRef> &Result) const { in getMDKindNames() 130 void Module::getOperandBundleTags(SmallVectorImpl<StringRef> &Result) const { in getOperandBundleTags() 143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty, in getOrInsertFunction() 167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) { in getOrInsertFunction() 174 Function *Module::getFunction(StringRef Name) const { in getFunction() [all …]
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
| D | module.h | 41 class Module { 49 Module() : header_({}) {} in Module() function 171 inline void Module::AddCapability(std::unique_ptr<Instruction> c) { in AddCapability() 175 inline void Module::AddExtension(std::unique_ptr<Instruction> e) { in AddExtension() 179 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) { in AddExtInstImport() 183 inline void Module::SetMemoryModel(std::unique_ptr<Instruction> m) { in SetMemoryModel() 187 inline void Module::AddEntryPoint(std::unique_ptr<Instruction> e) { in AddEntryPoint() 191 inline void Module::AddExecutionMode(std::unique_ptr<Instruction> e) { in AddExecutionMode() 195 inline void Module::AddDebugInst(std::unique_ptr<Instruction> d) { in AddDebugInst() 199 inline void Module::AddAnnotationInst(std::unique_ptr<Instruction> a) { in AddAnnotationInst() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | recursiveBaseCheck.types | 2 declare module Module { 3 >Module : typeof Module 9 export class B extends Module.C { 11 >Module.C : typeof C 12 >Module : typeof Module 15 export class A extends Module.B { 17 >Module.B : typeof B 18 >Module : typeof Module 21 export class AmChart extends Module.A { 23 >Module.A : typeof A [all …]
|
| D | recursiveBaseCheck.symbols | 2 declare module Module { 3 >Module : Symbol(Module, Decl(recursiveBaseCheck.ts, 0, 0)) 9 export class B extends Module.C { 11 >Module.C : Symbol(C, Decl(recursiveBaseCheck.ts, 0, 23)) 12 >Module : Symbol(Module, Decl(recursiveBaseCheck.ts, 0, 0)) 15 export class A extends Module.B { 17 >Module.B : Symbol(B, Decl(recursiveBaseCheck.ts, 2, 5)) 18 >Module : Symbol(Module, Decl(recursiveBaseCheck.ts, 0, 0)) 21 export class AmChart extends Module.A { 23 >Module.A : Symbol(A, Decl(recursiveBaseCheck.ts, 4, 5)) [all …]
|
| D | typeFromPropertyAssignment23.types | 55 class Module { 56 >Module : Module 58 Module.prototype.identifier = undefined 59 >Module.prototype.identifier = undefined : undefined 60 >Module.prototype.identifier : any 61 >Module.prototype : Module 62 >Module : typeof Module 63 >prototype : Module 67 Module.prototype.size = null 68 >Module.prototype.size = null : null [all …]
|
| D | typeFromPropertyAssignment23.symbols | 46 class Module { 47 >Module : Symbol(Module, Decl(a.js, 17, 1)) 49 Module.prototype.identifier = undefined 50 >Module.prototype.identifier : Symbol(Module.identifier, Decl(a.js, 21, 1)) 51 >Module.prototype : Symbol(Module.identifier, Decl(a.js, 21, 1)) 52 >Module : Symbol(Module, Decl(a.js, 17, 1)) 53 >prototype : Symbol(Module.prototype) 54 >identifier : Symbol(Module.identifier, Decl(a.js, 21, 1)) 57 Module.prototype.size = null 58 >Module.prototype.size : Symbol(Module.size, Decl(a.js, 22, 39)) [all …]
|
| D | namedImportNonExistentName.errors.txt | 1 tests/cases/compiler/bar.ts(1,10): error TS2305: Module '"./foo"' has no exported member 'Bar'. 2 tests/cases/compiler/bar.ts(1,15): error TS2305: Module '"./foo"' has no exported member 'toString'. 3 tests/cases/compiler/bar.ts(3,10): error TS2305: Module '"./foo2"' has no exported member 'a'. 4 tests/cases/compiler/bar.ts(3,13): error TS2305: Module '"./foo2"' has no exported member 'b'. 5 tests/cases/compiler/bar.ts(3,19): error TS2305: Module '"./foo2"' has no exported member 'd'. 6 tests/cases/compiler/bar.ts(3,22): error TS2305: Module '"./foo2"' has no exported member 'toString… 24 !!! error TS2305: Module '"./foo"' has no exported member 'Bar'. 26 !!! error TS2305: Module '"./foo"' has no exported member 'toString'. 30 !!! error TS2305: Module '"./foo2"' has no exported member 'a'. 32 !!! error TS2305: Module '"./foo2"' has no exported member 'b'. [all …]
|
| D | invalidModuleWithStatementsOfEveryKind.js | 20 public module Module { 45 private module Module { 71 static module Module { 130 var Module; 131 (function (Module) { argument 137 })(Module || (Module = {})); 179 var Module; 180 (function (Module) { argument 186 })(Module || (Module = {})); 228 var Module; [all …]
|
| D | es6ExportEqualsInterop.errors.txt | 4 tests/cases/compiler/main.ts(27,8): error TS1259: Module '"interface"' can only be default-imported… 5 tests/cases/compiler/main.ts(28,8): error TS1259: Module '"variable"' can only be default-imported … 6 tests/cases/compiler/main.ts(29,8): error TS1259: Module '"interface-variable"' can only be default… 7 tests/cases/compiler/main.ts(30,8): error TS1259: Module '"module"' can only be default-imported us… 8 tests/cases/compiler/main.ts(31,8): error TS1259: Module '"interface-module"' can only be default-i… 9 tests/cases/compiler/main.ts(32,8): error TS1259: Module '"variable-module"' can only be default-im… 10 tests/cases/compiler/main.ts(33,8): error TS1259: Module '"function"' can only be default-imported … 11 tests/cases/compiler/main.ts(34,8): error TS1259: Module '"function-module"' can only be default-im… 12 tests/cases/compiler/main.ts(35,8): error TS1259: Module '"class"' can only be default-imported usi… 13 tests/cases/compiler/main.ts(36,8): error TS1259: Module '"class-module"' can only be default-impor… [all …]
|
| D | es6ImportDefaultBindingFollowedWithNamedImportInEs5.errors.txt | 1 …mportDefaultBindingFollowedWithNamedImportInEs5_1.ts(1,8): error TS1192: Module '"tests/cases/comp… 2 …mportDefaultBindingFollowedWithNamedImportInEs5_1.ts(2,8): error TS1192: Module '"tests/cases/comp… 3 …mportDefaultBindingFollowedWithNamedImportInEs5_1.ts(4,8): error TS1192: Module '"tests/cases/comp… 4 …mportDefaultBindingFollowedWithNamedImportInEs5_1.ts(6,8): error TS1192: Module '"tests/cases/comp… 5 …mportDefaultBindingFollowedWithNamedImportInEs5_1.ts(9,8): error TS1192: Module '"tests/cases/comp… 6 …portDefaultBindingFollowedWithNamedImportInEs5_1.ts(11,8): error TS1192: Module '"tests/cases/comp… 17 !!! error TS1192: Module '"tests/cases/compiler/es6ImportDefaultBindingFollowedWithNamedImportInEs5… 20 !!! error TS1192: Module '"tests/cases/compiler/es6ImportDefaultBindingFollowedWithNamedImportInEs5… 24 !!! error TS1192: Module '"tests/cases/compiler/es6ImportDefaultBindingFollowedWithNamedImportInEs5… 28 !!! error TS1192: Module '"tests/cases/compiler/es6ImportDefaultBindingFollowedWithNamedImportInEs5… [all …]
|
| D | es6ImportDefaultBindingFollowedWithNamedImportDts.errors.txt | 1 tests/cases/compiler/client.ts(1,8): error TS1192: Module '"tests/cases/compiler/server"' has no de… 2 tests/cases/compiler/client.ts(2,8): error TS1192: Module '"tests/cases/compiler/server"' has no de… 3 tests/cases/compiler/client.ts(4,8): error TS1192: Module '"tests/cases/compiler/server"' has no de… 4 tests/cases/compiler/client.ts(6,8): error TS1192: Module '"tests/cases/compiler/server"' has no de… 5 tests/cases/compiler/client.ts(9,8): error TS1192: Module '"tests/cases/compiler/server"' has no de… 6 tests/cases/compiler/client.ts(11,8): error TS1192: Module '"tests/cases/compiler/server"' has no d… 20 !!! error TS1192: Module '"tests/cases/compiler/server"' has no default export. 23 !!! error TS1192: Module '"tests/cases/compiler/server"' has no default export. 27 !!! error TS1192: Module '"tests/cases/compiler/server"' has no default export. 31 !!! error TS1192: Module '"tests/cases/compiler/server"' has no default export. [all …]
|
| /third_party/skia/experimental/tskit/build/ |
| D | externs.js | 3 Module.sayHello = function() {}; 4 Module.publicFunction = function() {}; 5 Module.publicExtension = function() {}; 6 Module.withObject = function() {}; 7 Module._privateFunction = function() {}; 8 Module._privateExtension = function() {}; 9 Module._withObject = function() {}; 11 Module.Something = { 19 Module.CompoundObj = { 26 Module.onRuntimeInitialized = function() {}; [all …]
|
| /third_party/node/lib/internal/modules/cjs/ |
| D | loader.js | 70 wrapSafe, Module, toRealPath, readPackageScope, cjsParseCache, property 163 function Module(id = '', parent) { class 182 Module.builtinModules = builtinModules; 184 Module._cache = ObjectCreate(null); 185 Module._pathCache = ObjectCreate(null); 186 Module._extensions = ObjectCreate(null); 188 Module.globalPaths = []; 194 return Module.wrapper[0] + script + Module.wrapper[1]; 214 ObjectDefineProperty(Module, 'wrap', { 225 ObjectDefineProperty(Module, 'wrapper', { [all …]
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | module.cc | 22 TINT_INSTANTIATE_TYPEINFO(tint::ast::Module); 27 Module::Module(ProgramID pid, const Source& src) : Base(pid, src) {} in Module() function in tint::ast::Module 29 Module::Module(ProgramID pid, in Module() function in tint::ast::Module 51 Module::~Module() = default; 53 const ast::TypeDecl* Module::LookupType(Symbol name) const { in LookupType() 62 void Module::AddGlobalVariable(const ast::Variable* var) { in AddGlobalVariable() 69 void Module::AddTypeDecl(const ast::TypeDecl* type) { in AddTypeDecl() 76 void Module::AddFunction(const ast::Function* func) { in AddFunction() 83 const Module* Module::Clone(CloneContext* ctx) const { in Clone() 84 auto* out = ctx->dst->create<Module>(); in Clone() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
| D | ModuleUtils.h | 23 class Module; variable 37 void appendToGlobalCtors(Module &M, Function *F, int Priority, 41 void appendToGlobalDtors(Module &M, Function *F, int Priority, 44 FunctionCallee declareSanitizerInitFunction(Module &M, StringRef InitName, 52 Module &M, StringRef CtorName, StringRef InitName, 64 Module &M, StringRef CtorName, StringRef InitName, 72 Function *getOrCreateInitFunction(Module &M, StringRef Name); 76 bool nameUnamedGlobals(Module &M); 79 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values); 82 void appendToCompilerUsed(Module &M, ArrayRef<GlobalValue *> Values); [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
| D | MCJIT.h | 68 MCJIT(std::unique_ptr<Module> M, std::unique_ptr<TargetMachine> tm, 72 typedef llvm::SmallPtrSet<Module *, 4> ModulePtrSet; 96 void addModule(std::unique_ptr<Module> M) { in addModule() 100 bool removeModule(Module *M) { in removeModule() 105 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 109 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 115 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 119 bool ownsModule(Module* M) { in ownsModule() 124 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 138 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() [all …]
|
| /third_party/glslang/glslang/OSDependent/Web/ |
| D | glslang.pre.js | 1 Module['compileGLSLZeroCopy'] = function(glsl, shader_stage, gen_debug, spirv_version) { class 26 var p_output = Module['_malloc'](4); 27 var p_output_len = Module['_malloc'](4); 34 Module['_free'](p_output); 35 Module['_free'](p_output_len); 43 ret['data'] = Module['HEAPU32'].subarray(outputIndexU32, outputIndexU32 + output_len); 45 Module['_destroy_output_buffer'](id); 51 Module['compileGLSL'] = function(glsl, shader_stage, gen_debug, spirv_version) { 52 var compiled = Module['compileGLSLZeroCopy'](glsl, shader_stage, gen_debug, spirv_version);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SymbolRewriter.cpp | 96 static void rewriteComdat(Module &M, GlobalObject *GO, in rewriteComdat() 113 ValueType *(Module::*Get)(StringRef) const> 123 bool performOnModule(Module &M) override; 133 ValueType *(Module::*Get)(StringRef) const> 134 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) { in performOnModule() 153 ValueType *(Module::*Get)(StringRef) const, 155 (Module::*Iterator)()> 164 bool performOnModule(Module &M) override; 174 ValueType *(Module::*Get)(StringRef) const, 176 (Module::*Iterator)()> [all …]
|