/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchApi.ts | 20 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 …]
|
D | helpers.ts | 139 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 …]
|
D | resolutionCache.ts | 14 …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,
|
D | sourceOfProjectReferenceRedirect.ts | 11 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline( constant 32 getPrograms,
|
D | programUpdates.ts | 529 …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,
|
D | consoleClearing.ts | 52 … getPrograms: () => [[watch.getCurrentProgram().getProgram(), watch.getCurrentProgram()]],
|
D | incremental.ts | 31 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem(files(), { … constant 53 getPrograms,
|
/third_party/typescript/src/testRunner/unittests/tsc/ |
D | helpers.ts | 33 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;
|
D | cancellationToken.ts | 94 getPrograms: () => programs, 142 getPrograms: () => programs,
|
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/ |
D | publicApi.ts | 43 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem([libFile, s… constant 55 getPrograms,
|
D | watchEnvironment.ts | 15 const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(system); constant 26 getPrograms,
|
D | programUpdates.ts | 75 …const { sys, baseline, oldSnap, cb, getPrograms } = createBaseline(createWatchedSystem(allFiles, {… constant 86 getPrograms,
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | publicApi.ts | 49 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/ |
D | vkWsiUtil.hpp | 160 static void getPrograms (SourceCollections& dst);
|
D | vkWsiUtil.cpp | 1043 void WsiTriangleRenderer::getPrograms (SourceCollections& dst) in getPrograms() function in vk::wsi::WsiTriangleRenderer
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiColorSpaceTests.cpp | 811 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms2() 816 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
|
D | vktWsiFullScreenExclusiveTests.cpp | 633 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
|
D | vktWsiPresentIdWaitTests.cpp | 1032 vk::wsi::WsiTriangleRenderer::getPrograms(programCollection); in initPrograms()
|
D | vktWsiSwapchainTests.cpp | 2588 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms() 2593 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 833 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/ |
D | esextcTextureCubeMapArraySampling.hpp | 544 const programCollectionForFunction* getPrograms(samplingFunction function) const;
|
D | esextcTextureCubeMapArraySampling.cpp | 3692 programs = program_collection.getPrograms(function->m_function); 4246 programCollectionForFormat::getPrograms(samplingFunction function) const function in glcts::TextureCubeMapArraySamplingTest::programCollectionForFormat
|