Searched refs:expectedEnd (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
D | test-trace-events-perf.js | 74 const expectedEnd = expectedEnds.shift(); 75 assert.strictEqual(trace.cat, expectedEnd.cat); 76 assert.strictEqual(trace.name, expectedEnd.name);
|
D | test-trace-events-api.js | 180 const expectedEnd = expectedEnds.shift(); 181 assert.strictEqual(trace.cat, expectedEnd.cat); 182 assert.strictEqual(trace.name, expectedEnd.name);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1320 int32_t expectedStart = -1, expectedEnd = -1; in monkeyTestCase() local 1329 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase() 1333 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1336 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase() 1344 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase() 1350 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase() 1353 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
|
D | regextst.cpp | 3714 int32_t expectedEnd = (i >= groupEnds.size()? -1 : groupEnds.elementAti(i)); in regex_find() local 3716 if (matcher->end(i, status) != expectedEnd) { in regex_find() 3718 line, i, expectedEnd, matcher->end(i, status)); in regex_find()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 137 const tcu::IVec2 expectedEnd (image.getWidth()-1, image.getWidth()); in verifyResultImage() local 138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage() 139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 137 const tcu::IVec2 expectedEnd (image.getWidth()-1, image.getWidth()); in verifyResultImage() local 138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage() 139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
|