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

  /external/opencv3/samples/gpu/performance/
performance.h 55 return cur_subtest_description_;
107 cur_subtest_description_.str("");
126 std::stringstream cur_subtest_description_; member in class:TestSystem
performance.cpp 123 cout << cur_subtest_description_.str();
130 cout << TAB << "[error: " << msg << "] " << cur_subtest_description_.str() << endl;

Completed in 55 milliseconds