Home
last modified time | relevance | path

Searched defs:createModule (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DsilentNeverPropagation.ts18 declare function createModule<TState, TActions>(state: TState, actions: TActions): ModuleWithState<… function
/third_party/typescript/src/harness/
DevaluatorImpl.ts157 protected createModule(): CommonJSModule { method in CommonJsLoader
237 protected createModule(file: string): SystemModule { method in SystemLoader
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp728 auto createModule = [&vk, vkDevice, &postfix](Context& context, std::string shaderName) in preparePipelineWrapper() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineCacheTests.cpp732 auto createModule = [&vk, vkDevice, &postfix](Context& context, std::string shaderName) in preparePipelineWrapper() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp830 DIModule *DIBuilder::createModule(DIScope *Scope, StringRef Name, in createModule() function in DIBuilder
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPipelineConstructionUtil.cpp1766 void ShaderWrapper::createModule (void) in createModule() function in vk::ShaderWrapper