• Home
  • Raw
  • Download

Lines Matching refs:expectedStart

2092     int32_t expectedStart = -1, expectedEnd = -1;  in monkeyTestCase()  local
2101 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in monkeyTestCase()
2105 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2108 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2111 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
2116 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in monkeyTestCase()
2122 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in monkeyTestCase()
2125 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed); in monkeyTestCase()
2128 if (expectedStart == -1 && actualStart == -1) { in monkeyTestCase()
2162 int32_t expectedStart = -1, expectedEnd = -1; in bmMonkeyTestCase() local
2167 simpleSearch(coll, testCase, 0, pattern, expectedStart, expectedEnd); in bmMonkeyTestCase()
2172 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in bmMonkeyTestCase()
2176 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf); in bmMonkeyTestCase()
2179 if (expectedStart == -1 && actualStart == -1) { in bmMonkeyTestCase()
2184 simpleSearch(coll, testCase, 0, altPattern, expectedStart, expectedEnd); in bmMonkeyTestCase()
2189 if (expectedStart >= 0 && (actualStart != expectedStart || actualEnd != expectedEnd)) { in bmMonkeyTestCase()
2193 name, expectedStart, expectedEnd, actualStart, actualEnd, strength, seed, hexbuf); in bmMonkeyTestCase()
2196 if (expectedStart == -1 && actualStart == -1) { in bmMonkeyTestCase()