Home
last modified time | relevance | path

Searched defs:newModule (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-tab-complete-import.js42 const newModule = 'foobar'; constant
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12CachingTests.cpp183 wgpu::ShaderModule newModule = utils::CreateShaderModule(device, R"( in TEST_P() local
/third_party/node/deps/npm/test/tap/
Dretry-on-stale-cache.js14 var newModule = path.join(modulesdir, 'good-night-1.0.0.tgz') variable
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp216 std::unique_ptr<Module> newModule(new Module("", mContext)); in SetupNewModule() local