Searched refs:test_data_path (Results 1 – 7 of 7) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | main_test_nvidia.h | 55 bool nvidia_NPPST_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel); 56 bool nvidia_NPPST_Squared_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel… 57 bool nvidia_NPPST_RectStdDev(const std::string& test_data_path, OutputLevel outputLevel); 58 bool nvidia_NPPST_Resize(const std::string& test_data_path, OutputLevel outputLevel); 59 bool nvidia_NPPST_Vector_Operations(const std::string& test_data_path, OutputLevel outputLevel); 60 bool nvidia_NPPST_Transpose(const std::string& test_data_path, OutputLevel outputLevel); 61 bool nvidia_NCV_Vector_Operations(const std::string& test_data_path, OutputLevel outputLevel); 62 bool nvidia_NCV_Haar_Cascade_Loader(const std::string& test_data_path, OutputLevel outputLevel); 63 bool nvidia_NCV_Haar_Cascade_Application(const std::string& test_data_path, OutputLevel outputLevel… 64 bool nvidia_NCV_Hypotheses_Filtration(const std::string& test_data_path, OutputLevel outputLevel); [all …]
|
D | main_nvidia.cpp | 300 bool nvidia_NPPST_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Integral_Image() argument 302 path = test_data_path.c_str(); in nvidia_NPPST_Integral_Image() 316 bool nvidia_NPPST_Squared_Integral_Image(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Squared_Integral_Image() argument 318 path = test_data_path; in nvidia_NPPST_Squared_Integral_Image() 330 bool nvidia_NPPST_RectStdDev(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_RectStdDev() argument 332 path = test_data_path; in nvidia_NPPST_RectStdDev() 344 bool nvidia_NPPST_Resize(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Resize() argument 346 path = test_data_path; in nvidia_NPPST_Resize() 360 bool nvidia_NPPST_Vector_Operations(const std::string& test_data_path, OutputLevel outputLevel) in nvidia_NPPST_Vector_Operations() argument 362 path = test_data_path; in nvidia_NPPST_Vector_Operations() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/ |
D | powermetrics_power_monitor_unittest.py | 17 test_data_path = os.path.join(util.GetUnittestDataDir(), output_file) 18 with open(test_data_path, 'r') as f:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/ |
D | test_highlevel.py | 510 test_data_path = os.path.join( 514 with open(test_data_path, 'r') as test_data: 551 test_data_path = os.path.join( 555 with open(test_data_path, 'r') as test_data:
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
D | tracing_dev_server_config.py | 44 g.add_argument('-d', '--data-dir', default=self.project.test_data_path)
|
/external/chromium-trace/catapult/tracing/ |
D | tracing_project.py | 86 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in TracingProject
|
/external/opencv3/modules/ts/misc/ |
D | run.py | 744 env['OPENCV_TEST_DATA_PATH'] = self.options.test_data_path
|