OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storageInPath
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/ts/src/
ts_perf.cpp
182
if (!
storageInPath
.empty())
200
storageInPath
= path_base + testSuitName + ext;
205
storageInPath
= testSuitName + ext;
213
if (storageIn.open(
storageInPath
, cv::FileStorage::READ))
216
if (
storageInPath
.length() > 3 &&
storageInPath
.substr(
storageInPath
.length()-3) == ".gz")
223
LOGE("Failed to open sanity data for reading: %s",
storageInPath
.c_str());
227
storageOutPath =
storageInPath
;
250
int mode = (storageIn.isOpened() &&
storageInPath
== storageOutPath
[
all
...]
/external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp
186
std::string
storageInPath
;
Completed in 79 milliseconds