OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_filter_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/gpu/performance/
performance.h
40
void setTestFilter(const std::string& val) {
test_filter_
= val; }
41
const std::string& testFilter() const { return
test_filter_
; }
121
std::string
test_filter_
;
member in class:TestSystem
performance.cpp
24
if ((*it)->name().find(
test_filter_
, 0) != string::npos)
35
if ((*it)->name().find(
test_filter_
, 0) != string::npos)
Completed in 2646 milliseconds