Home
last modified time | relevance | path

Searched refs:expectedEnd (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-trace-events-perf.js74 const expectedEnd = expectedEnds.shift();
75 assert.strictEqual(trace.cat, expectedEnd.cat);
76 assert.strictEqual(trace.name, expectedEnd.name);
Dtest-trace-events-api.js180 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/
Dssearch.cpp1320 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()
Dregextst.cpp3714 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/
DvktTessellationWindingTests.cpp137 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/
DvktTessellationWindingTests.cpp137 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()