Home
last modified time | relevance | path

Searched refs:expectedStart (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp1310 int32_t expectedStart = -1, expectedEnd = -1; in monkeyTestCase() local
1319 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase()
1323 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1326 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1329 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
1334 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
1340 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
1343 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
1346 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
Dregextst.cpp3719 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find() local
3721 if (matcher->start(i, status) != expectedStart) { in regex_find()
3723 line, i, expectedStart, matcher->start(i, status)); in regex_find()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp131 const tcu::IVec2 expectedStart (0, 1); in verifyResultImage() local
133 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage()
134 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
/external/skia/tests/
DGrShapeTest.cpp1572 unsigned expectedStart = canonicalize_rrect_start(start, rrect); in test_rrect() local
1580 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect()
1586 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect()
1591 if (0 == expectedStart && SkPath::kCW_Direction == dir) { in test_rrect()