OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plain_only
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/ts/include/opencv2/ts/
cuda_perf.hpp
122
const char *
plain_only
[] = { "plain" };\
123
CV_PERF_TEST_MAIN_INTERNALS(modulename,
plain_only
)\
ts_perf.hpp
642
const char *
plain_only
[] = { "plain" };\
643
CV_PERF_TEST_MAIN_INTERNALS(modulename,
plain_only
, __VA_ARGS__)\
/external/opencv3/modules/ts/src/
ts_perf.cpp
735
std::vector<std::string>
plain_only
;
local
736
plain_only
.push_back("plain");
737
TestBase::Init(
plain_only
, argc, argv);
[
all
...]
Completed in 159 milliseconds