/third_party/node/test/parallel/ |
D | test-string-decoder-end.js | 42 testEnd('utf8', Buffer.of(0xE2), Buffer.of(0x61), '\uFFFDa'); 43 testEnd('utf8', Buffer.of(0xE2), Buffer.of(0x82), '\uFFFD\uFFFD'); 44 testEnd('utf8', Buffer.of(0xE2), Buffer.of(0xE2), '\uFFFD\uFFFD'); 45 testEnd('utf8', Buffer.of(0xE2, 0x82), Buffer.of(0x61), '\uFFFDa'); 46 testEnd('utf8', Buffer.of(0xE2, 0x82), Buffer.of(0xAC), '\uFFFD\uFFFD'); 47 testEnd('utf8', Buffer.of(0xE2, 0x82), Buffer.of(0xE2), '\uFFFD\uFFFD'); 48 testEnd('utf8', Buffer.of(0xE2, 0x82, 0xAC), Buffer.of(0x61), '€a'); 50 testEnd('utf16le', Buffer.of(0x3D), Buffer.of(0x61, 0x00), 'a'); 51 testEnd('utf16le', Buffer.of(0x3D), Buffer.of(0xD8, 0x4D, 0xDC), '\u4DD8'); 52 testEnd('utf16le', Buffer.of(0x3D, 0xD8), Buffer.of(), '\uD83D'); [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2287 void testEnd(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) in testEnd() function 3116 testEnd(context, params, wd, testObjects); in testBasic() 3492 testEnd(context, params, wd, testObjects); in testClearAttachments() 3717 testEnd(context, params, wd, testObjects); in testSingleRenderPass() 3889 testEnd(context, params, wd, testObjects); in testMultiRenderPass() 4652 testEnd(context, params, wd, testObjects); in testInputAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2287 void testEnd(Context& context, const TestParams& params, WorkingData& wd, TestObjects& testObjects) in testEnd() function 3116 testEnd(context, params, wd, testObjects); in testBasic() 3492 testEnd(context, params, wd, testObjects); in testClearAttachments() 3717 testEnd(context, params, wd, testObjects); in testSingleRenderPass() 3889 testEnd(context, params, wd, testObjects); in testMultiRenderPass() 4652 testEnd(context, params, wd, testObjects); in testInputAttachments()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 520 void testEnd(shaderStage shader_stage) const;
|
D | gl4cGPUShaderFP64Tests.cpp | 4297 testEnd(shader_stage); in test() 4432 void GPUShaderFP64Test2::testEnd(shaderStage shader_stage) const in testEnd() function in gl4cts::GPUShaderFP64Test2
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 5351 const char *testEnd = (const char *)testBytes + sizeof(testBytes); in TestJitterbug255() local 5361 while (testBuffer != testEnd) in TestJitterbug255() 5363 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status); in TestJitterbug255()
|