Home
last modified time | relevance | path

Searched refs:PerfSkipTestException (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/core/perf/opencl/
Dperf_bufferpool.cpp25 throw ::perf::TestBase::PerfSkipTestException(); in BufferPoolState()
30 throw ::perf::TestBase::PerfSkipTestException(); in BufferPoolState()
/external/opencv3/modules/ts/src/
Docl_perf.cpp62 throw ::perf::TestBase::PerfSkipTestException(); in checkDeviceMaxMemoryAllocSize()
Dts_perf.cpp1685 catch(PerfSkipTestException&) in RunPerfTestBody()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp372 class PerfSkipTestException: public cv::Exception {}; class in perf::TestBase