Searched refs:expectMatch (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsExtendedTest.cpp | 271 ExpectMatch expectMatch) { 276 if (ExpectMatch::kNo == expectMatch) { 285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { 393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument 398 expectMatch = ExpectMatch::kFlaky; in json_status() 401 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n", in json_status() 402 ExpectMatch::kNo == expectMatch ? "no" : in json_status() 403 ExpectMatch::kYes == expectMatch ? "yes" : "flaky"); in json_status() 462 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() 482 json_status(expectSuccess, expectMatch, fals in inner_simplify() 461 inner_simplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename, ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) inner_simplify() argument 532 innerPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) innerPathOp() argument [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
H A D | DigitSequenceMatcherTest.java | 191 private static void checkRegex(RangeTree dfa, boolean expectMatch, String... numbers) { in checkRegex() argument 194 checkArgument(expectMatch == pattern.matcher(noSpace(number)).matches(), in checkRegex()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.h | 76 virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber);
|
H A D | regextst.cpp | 5583 void RegexTest::TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineNumber) { in TestCase11049() argument 5597 if (result != expectMatch) { in TestCase11049() 5599 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049() 5613 if (result != expectMatch) { in TestCase11049() 5615 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049()
|
Completed in 10 milliseconds