Home
last modified time | relevance | path

Searched refs:expected_path (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/photo/test/
Dtest_denoising.cpp63 string expected_path = folder + "lena_noised_denoised_grayscale_tw=7_sw=21_h=10.png"; in TEST() local
66 Mat expected = imread(expected_path, IMREAD_GRAYSCALE); in TEST()
69 ASSERT_FALSE(expected.empty()) << "Could not load reference image " << expected_path; in TEST()
74 DUMP(result, expected_path + ".res.png"); in TEST()
83 string expected_path = folder + "lena_noised_denoised_lab12_tw=7_sw=21_h=10_h2=10.png"; in TEST() local
86 Mat expected = imread(expected_path, IMREAD_COLOR); in TEST()
89 ASSERT_FALSE(expected.empty()) << "Could not load reference image " << expected_path; in TEST()
94 DUMP(result, expected_path + ".res.png"); in TEST()
104 string expected_path = folder + "lena_noised_denoised_multi_tw=7_sw=21_h=15.png"; in TEST() local
105 Mat expected = imread(expected_path, IMREAD_GRAYSCALE); in TEST()
[all …]
/external/pdfium/testing/tools/
Dpngdiffer.py30 expected_path = expected_path_template % i
34 expected_path = platform_expected_path
35 elif not os.path.exists(expected_path):
51 expected_path = expected_path_template % i
55 expected_path = platform_expected_path
56 elif not os.path.exists(expected_path):
63 [self.pdfium_diff_path, expected_path, actual_path], redirect_output)
73 expected_path = os.path.join(
77 return (actual_path, expected_path, platform_expected_path)
Drun_javascript_tests.py27 expected_path = os.path.join(source_dir, input_root + '_expected.txt')
39 [sys.executable, text_diff_path, expected_path, txt_path])
/external/v8/test/message/
Dtestcfg.py98 expected_path = os.path.join(self.root, testpath + ".out")
101 with open(expected_path) as f:
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config_unittest.py1434 expected_path = os.path.join('some', 'file', 'path')
1435 self.assertEqual(expected_path,
1437 self.assertEqual(expected_path,