Searched refs:expectedStart (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1310 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()
|
D | regextst.cpp | 3658 int32_t expectedStart = (i >= groupStarts.size()? -1 : groupStarts.elementAti(i)); in regex_find() local 3660 if (matcher->start(i, status) != expectedStart) { in regex_find() 3662 line, i, expectedStart, matcher->start(i, status)); in regex_find()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 134 const tcu::IVec2 expectedStart (0, 1); in verifyResultImage() local 136 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage() 137 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
|
/external/skqp/tests/ |
D | GrShapeTest.cpp | 1830 unsigned expectedStart = canonicalize_rrect_start(start, rrect); in test_rrect() local 1838 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect() 1844 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect() 1849 if (0 == expectedStart && SkPath::kCW_Direction == dir) { in test_rrect()
|
/external/skia/tests/ |
D | GrShapeTest.cpp | 1830 unsigned expectedStart = canonicalize_rrect_start(start, rrect); in test_rrect() local 1838 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect() 1844 REPORTER_ASSERT(r, queryStart == expectedStart); in test_rrect() 1849 if (0 == expectedStart && SkPath::kCW_Direction == dir) { in test_rrect()
|