HomeSort by relevance Sort by last modified time
    Searched refs:SkipAssert (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathOpsExtendedTest.cpp 36 SkDEBUGPARAMS(bool skipAssert)
40 SkDEBUGPARAMS(bool skipAssert)
72 enum class SkipAssert {
474 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) {
479 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert)
508 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo,
513 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes,
520 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo)
    [all...]
  /external/skqp/tests/
PathOpsExtendedTest.cpp 36 SkDEBUGPARAMS(bool skipAssert)
40 SkDEBUGPARAMS(bool skipAssert)
72 enum class SkipAssert {
474 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) {
479 if (!SimplifyDebug(path, &out SkDEBUGPARAMS(SkipAssert::kYes == skipAssert)
508 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo,
513 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes,
520 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo)
    [all...]

Completed in 96 milliseconds