Home
last modified time | relevance | path

Searched refs:getPrograms (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts20 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem( constant
47 getPrograms,
56 … const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem({ constant
82 getPrograms,
125 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem( constant
149 getPrograms,
166 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([config, ma… constant
182 getPrograms,
210 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline( constant
228 getPrograms,
[all …]
Dhelpers.ts139 const { cb, getPrograms } = commandLineCallbacks(sys); constant
152 getPrograms,
178 const { cb, getPrograms } = commandLineCallbacks(sys); constant
179 return { sys, baseline, oldSnap: sys.snap(), cb, getPrograms };
247 getPrograms: () => readonly CommandLineProgram[]; property
252 getPrograms, sys, baseline, oldSnap,
259 getPrograms,
272 getPrograms,
293 getPrograms: () => readonly CommandLineProgram[]; property
295 …export function watchBaseline({ baseline, getPrograms, oldPrograms, sys, oldSnap, baselineSourceMa…
[all …]
DresolutionCache.ts14 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([root, impo… constant
32 getPrograms,
97 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([root, libF… constant
127 getPrograms,
155 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([root, impo… constant
183 getPrograms,
DsourceOfProjectReferenceRedirect.ts11 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline( constant
32 getPrograms,
DprogramUpdates.ts529 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([libFile, f… constant
541 getPrograms,
547 const {cb: cb2, getPrograms: getPrograms2 } = commandLineCallbacks(sys); constant
559 getPrograms: getPrograms2,
566 baseline.push(`First program is not updated:: ${getPrograms() === emptyArray}`);
1091 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([f, libFile… constant
1106 getPrograms,
DconsoleClearing.ts52getPrograms: () => [[watch.getCurrentProgram().getProgram(), watch.getCurrentProgram()]],
Dincremental.ts31 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem(files(), { … constant
53 getPrograms,
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts33 getPrograms: () => readonly CommandLineProgram[]; property
58 getPrograms: () => {
163 let getPrograms: CommandLineCallbacks["getPrograms"] | undefined;
189 getPrograms = result.getPrograms;
196 tscWatch.baselinePrograms(baseline, getPrograms!, emptyArray, baselineDependencies);
204 getPrograms = undefined;
DcancellationToken.ts94 getPrograms: () => programs,
142 getPrograms: () => programs,
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DpublicApi.ts43 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([libFile, s… constant
55 getPrograms,
DwatchEnvironment.ts15 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(system); constant
26 getPrograms,
DprogramUpdates.ts75 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem(allFiles, {… constant
86 getPrograms,
/third_party/typescript/src/testRunner/unittests/tsbuild/
DpublicApi.ts49 const { cb, getPrograms } = commandLineCallbacks(sys, /*originalReadCall*/ undefined); constant
64 … tscWatch.baselinePrograms(baseline, getPrograms, emptyArray, /*baselineDependencies*/ false);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.hpp160 static void getPrograms (SourceCollections& dst);
DvkWsiUtil.cpp1043 void WsiTriangleRenderer::getPrograms (SourceCollections& dst) in getPrograms() function in vk::wsi::WsiTriangleRenderer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp811 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms2()
816 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
DvktWsiFullScreenExclusiveTests.cpp633 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
DvktWsiPresentIdWaitTests.cpp1032 vk::wsi::WsiTriangleRenderer::getPrograms(programCollection); in initPrograms()
DvktWsiSwapchainTests.cpp2588 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
2593 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp833 static void getPrograms (vk::SourceCollections& dst);
1059 void TriangleRenderer::getPrograms (vk::SourceCollections& dst) in getPrograms() function in vkt::ProtectedMem::__anonf67e0b520111::TriangleRenderer
1292 TriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp544 const programCollectionForFunction* getPrograms(samplingFunction function) const;
DesextcTextureCubeMapArraySampling.cpp3692 programs = program_collection.getPrograms(function->m_function);
4246 programCollectionForFormat::getPrograms(samplingFunction function) const function in glcts::TextureCubeMapArraySamplingTest::programCollectionForFormat