/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", "GL45"), 48 Module("KHR-GLES3", "GLES3"), 49 Module("KHR-GLES2", "GLES2"), 50 Module("KHR-GLES31", "GLES31"), 51 Module("KHR-GLES32", "GLES32"), [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/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/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/node/test/fixtures/wpt/wasm/jsapi/module/ |
D | customSections.any.js | 27 assert_throws_js(TypeError, () => WebAssembly.Module.customSections()); 28 const module = new WebAssembly.Module(emptyModuleBinary); 29 assert_throws_js(TypeError, () => WebAssembly.Module.customSections(module)); 41 WebAssembly.Module, 42 WebAssembly.Module.prototype, 45 assert_throws_js(TypeError, () => WebAssembly.Module.customSections(argument, ""), 51 const module = new WebAssembly.Module(emptyModuleBinary); 52 const fn = WebAssembly.Module.customSections; 61 WebAssembly.Module, 62 WebAssembly.Module.prototype, [all …]
|
D | exports.any.js | 38 assert_throws_js(TypeError, () => WebAssembly.Module.exports()); 50 WebAssembly.Module, 51 WebAssembly.Module.prototype, 54 assert_throws_js(TypeError, () => WebAssembly.Module.exports(argument), 60 const module = new WebAssembly.Module(emptyModuleBinary); 61 const fn = WebAssembly.Module.exports; 70 WebAssembly.Module, 71 WebAssembly.Module.prototype, 79 const module = new WebAssembly.Module(emptyModuleBinary); 80 const exports = WebAssembly.Module.exports(module); [all …]
|
D | imports.any.js | 44 assert_throws_js(TypeError, () => WebAssembly.Module.imports()); 56 WebAssembly.Module, 57 WebAssembly.Module.prototype, 60 assert_throws_js(TypeError, () => WebAssembly.Module.imports(argument), 66 const module = new WebAssembly.Module(emptyModuleBinary); 67 const fn = WebAssembly.Module.imports; 76 WebAssembly.Module, 77 WebAssembly.Module.prototype, 85 const module = new WebAssembly.Module(emptyModuleBinary); 86 const imports = WebAssembly.Module.imports(module); [all …]
|
D | constructor.any.js | 11 assert_function_name(WebAssembly.Module, "Module", "WebAssembly.Module"); 15 assert_function_length(WebAssembly.Module, 1, "WebAssembly.Module"); 19 assert_throws_js(TypeError, () => new WebAssembly.Module()); 23 assert_throws_js(TypeError, () => WebAssembly.Module(emptyModuleBinary)); 41 assert_throws_js(TypeError, () => new WebAssembly.Module(argument), 48 assert_throws_js(WebAssembly.CompileError, () => new WebAssembly.Module(buffer)); 53 assert_throws_js(WebAssembly.CompileError, () => new WebAssembly.Module(buffer)); 57 const module = new WebAssembly.Module(emptyModuleBinary); 58 assert_equals(Object.getPrototypeOf(module), WebAssembly.Module.prototype); 62 const module = new WebAssembly.Module(emptyModuleBinary); [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 …]
|
/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/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/test/parallel/ |
D | test-vfs.js | 6 const Module = require('module'); constant 20 strictEqual(Module._stat(directory), 1); 21 ok(Module._stat(doesNotExist) < 0); 22 strictEqual(Module._stat(file), 0); 28 ok(Module._stat(vfsDirectory) < 0); 29 ok(Module._stat(vfsDoesNotExist) < 0); 30 ok(Module._stat(vfsFile) < 0); 42 const originalStat = Module._stat; 43 Module._stat = function(filename) { 78 strictEqual(Module._stat(directory), 1); [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | module.h | 35 class Module : public TorqueGeneratedModule<Module, HeapObject> { 38 DECL_VERIFIER(Module) 39 DECL_PRINTER(Module) 66 typedef MaybeLocal<v8::Module> (*DeprecatedResolveCallback)( 68 Local<v8::Module> referrer); 75 Isolate* isolate, Handle<Module> module, v8::Local<v8::Context> context, 76 v8::Module::ResolveModuleCallback callback, 81 Isolate* isolate, Handle<Module> module); 86 Handle<Module> module); 106 Isolate* isolate, Handle<Module> module, Handle<String> module_specifier, [all …]
|
D | module.cc | 30 void PrintModuleName(Module module, std::ostream& os) { in PrintModuleName() 41 void PrintStatusTransition(Module module, Module::Status old_status) { in PrintStatusTransition() 49 void PrintStatusMessage(Module module, const char* message) { in PrintStatusMessage() 57 void SetStatusInternal(Module module, Module::Status new_status) { in SetStatusInternal() 60 Module::Status old_status = static_cast<Module::Status>(module.status()); in SetStatusInternal() 70 void Module::SetStatus(Status new_status) { in SetStatus() 73 DCHECK_NE(new_status, Module::kErrored); in SetStatus() 78 void Module::RecordErrorUsingPendingException(Isolate* isolate, in RecordErrorUsingPendingException() 79 Handle<Module> module) { in RecordErrorUsingPendingException() 85 void Module::RecordError(Isolate* isolate, Handle<Module> module, in RecordError() [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/node/lib/internal/modules/cjs/ |
D | loader.js | 74 wrapSafe, Module, toRealPath, readPackageScope, cjsParseCache, property 174 return Module._load(id, module, /* isMain */ false); 195 ObjectDefineProperty(Module, '_stat', { 225 function Module(id = '', parent) { class 260 Module.builtinModules = builtinModules; 262 Module._cache = ObjectCreate(null); 263 Module._pathCache = ObjectCreate(null); 264 Module._extensions = ObjectCreate(null); 266 Module.globalPaths = []; 272 return Module.wrapper[0] + script + Module.wrapper[1]; [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/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);
|