Searched refs:expectMatch (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 365 ExpectMatch expectMatch) { in comparePaths() argument 369 if (ExpectMatch::kNo == expectMatch) { in comparePaths() 378 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths() 487 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument 492 expectMatch = ExpectMatch::kFlaky; in json_status() 496 ExpectMatch::kNo == expectMatch ? "no" : in json_status() 497 ExpectMatch::kYes == expectMatch ? "yes" : "flaky"); in json_status() 563 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() argument 586 json_status(expectSuccess, expectMatch, false); in inner_simplify() 596 json_status(expectSuccess, expectMatch, true); in inner_simplify() [all …]
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 365 ExpectMatch expectMatch) { in comparePaths() argument 369 if (ExpectMatch::kNo == expectMatch) { in comparePaths() 378 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths() 487 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument 492 expectMatch = ExpectMatch::kFlaky; in json_status() 496 ExpectMatch::kNo == expectMatch ? "no" : in json_status() 497 ExpectMatch::kYes == expectMatch ? "yes" : "flaky"); in json_status() 563 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() argument 586 json_status(expectSuccess, expectMatch, false); in inner_simplify() 596 json_status(expectSuccess, expectMatch, true); in inner_simplify() [all …]
|
/external/skia/modules/pathkit/tests/ |
D | pathops.spec.js | 151 if (test.expectMatch === 'yes'){ 159 } else if (test.expectMatch === 'flaky') { 205 if (test.expectMatch === 'yes'){ 213 } else if (test.expectMatch === 'flaky') {
|
/external/skqp/modules/pathkit/tests/ |
D | pathops.spec.js | 151 if (test.expectMatch === 'yes'){ 159 } else if (test.expectMatch === 'flaky') { 205 if (test.expectMatch === 'yes'){ 213 } else if (test.expectMatch === 'flaky') {
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.h | 75 …virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineN…
|
D | regextst.cpp | 5646 void RegexTest::TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lin… in TestCase11049() argument 5660 if (result != expectMatch) { in TestCase11049() 5662 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049() 5676 if (result != expectMatch) { in TestCase11049() 5678 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049()
|