Searched refs:ExpectSuccess (Results 1 – 3 of 3) sorted by relevance
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 66 enum class ExpectSuccess { enum 474 ExpectSuccess expectSuccess, SkipAssert skipAssert, ExpectMatch expectMatch) { in inner_simplify() 481 if (ExpectSuccess::kYes == expectSuccess) { in inner_simplify() 487 if (ExpectSuccess::kNo == expectSuccess) { in inner_simplify() 508 return inner_simplify(reporter, path, filename, ExpectSuccess::kYes, SkipAssert::kNo, in testSimplify() 513 return inner_simplify(reporter, path, filename, ExpectSuccess::kFlaky, SkipAssert::kYes, in testSimplifyFuzz() 520 ExpectSuccess::kYes : ExpectSuccess::kNo, SkipAssert::kNo, ExpectMatch::kNo); in testSimplifyCheck() 533 const SkPathOp shapeOp, const char* testName, ExpectSuccess expectSuccess, in innerPathOp() 541 if (ExpectSuccess::kYes == expectSuccess) { in innerPathOp() 547 if (ExpectSuccess::kNo == expectSuccess) { in innerPathOp() [all …]
|
/external/libbrillo/brillo/streams/ |
D | stream_utils_unittest.cc | 184 void ExpectSuccess() { in ExpectSuccess() function in brillo::CopyStreamDataTest 208 ExpectSuccess(); in TEST_F() 228 ExpectSuccess(); in TEST_F() 246 ExpectSuccess(); in TEST_F() 266 ExpectSuccess(); in TEST_F()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 233 void ExpectSuccess(VkDebugReportFlagsEXT message_flag_mask = VK_DEBUG_REPORT_ERROR_BIT_EXT) { in ExpectSuccess() function in ErrorMonitor 15226 m_errorMonitor->ExpectSuccess(); in TEST_F() 15355 m_errorMonitor->ExpectSuccess(); in TEST_F() 15464 m_errorMonitor->ExpectSuccess(); in TEST_F() 15617 m_errorMonitor->ExpectSuccess(); in TEST_F() 15731 m_errorMonitor->ExpectSuccess(); in TEST_F() 15883 m_errorMonitor->ExpectSuccess(); in TEST_F() 15900 m_errorMonitor->ExpectSuccess(); in TEST_F() 15916 m_errorMonitor->ExpectSuccess(); in TEST_F() 15931 m_errorMonitor->ExpectSuccess(); in TEST_F() [all …]
|