Lines Matching refs:expectMatch
271 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()
498 if (ExpectMatch::kNo == expectMatch) { in inner_simplify()
504 } else if (ExpectMatch::kYes == expectMatch && errors) { in inner_simplify()
534 SkipAssert skipAssert, ExpectMatch expectMatch) { in innerPathOp() argument
556 json_status(expectSuccess, expectMatch, false); in innerPathOp()
566 json_status(expectSuccess, expectMatch, true); in innerPathOp()
598 a, b, shapeOp, scale, expectMatch); in innerPathOp()