Lines Matching refs:expectMatch
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()
602 if (ExpectMatch::kNo == expectMatch) { in inner_simplify()
608 } else if (ExpectMatch::kYes == expectMatch && errors) { in inner_simplify()
647 SkipAssert skipAssert, ExpectMatch expectMatch) { in innerPathOp() argument
672 json_status(expectSuccess, expectMatch, false); in innerPathOp()
682 json_status(expectSuccess, expectMatch, true); in innerPathOp()
714 a, b, shapeOp, scale, expectMatch); in innerPathOp()