Home
last modified time | relevance | path

Searched refs:expectMatch (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsExtendedTest.cpp271 ExpectMatch expectMatch) { in comparePaths() argument
276 if (ExpectMatch::kNo == expectMatch) { in comparePaths()
285 if (ExpectMatch::kYes == expectMatch && errors2x2 >= MAX_ERRORS) { in comparePaths()
393 static void json_status(ExpectSuccess expectSuccess, ExpectMatch expectMatch, bool opSucceeded) { in json_status() argument
398 expectMatch = ExpectMatch::kFlaky; 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() argument
482 json_status(expectSuccess, expectMatch, false); in inner_simplify()
492 json_status(expectSuccess, expectMatch, true); in inner_simplify()
[all …]
/external/skqp/tests/
DPathOpsExtendedTest.cpp365 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/
Dpathops.spec.js141 if (test.expectMatch === 'yes'){
149 } else if (test.expectMatch === 'flaky') {
196 if (test.expectMatch === 'yes'){
204 } else if (test.expectMatch === 'flaky') {
/external/skqp/modules/pathkit/tests/
Dpathops.spec.js151 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/
Dregextst.h77 …virtual void TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lineN…
Dregextst.cpp5692 void RegexTest::TestCase11049(const char *pattern, const char *data, UBool expectMatch, int32_t lin… in TestCase11049() argument
5706 if (result != expectMatch) { in TestCase11049()
5708 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049()
5722 if (result != expectMatch) { in TestCase11049()
5724 __FILE__, lineNumber, expectMatch, result, pattern, data); in TestCase11049()