Searched refs:expected_path (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/testing/tools/ |
D | pngdiffer.py | 24 expected_path = path_templates.GetExpectedPath(i) 28 expected_path = platform_expected_path 29 elif not os.path.exists(expected_path): 41 expected_path = path_templates.GetExpectedPath(i) 46 if (not os.path.exists(expected_path) and 53 if os.path.exists(expected_path): 55 [self.pdfium_diff_path, expected_path, actual_path]) 87 expected_path = platform_expected_path 89 expected_path = path_templates.GetExpectedPath(page) 91 expected_path = None [all …]
|
/external/perfetto/tools/ |
D | diff_test_trace_processor.py | 64 expected_path = os.path.abspath(os.path.join(index_dir, expected_fname)) 71 elif not os.path.exists(expected_path): 72 print("Expected file not found {}".format(expected_path)) 97 with open(expected_path, "r") as expected_file: 103 sys.stderr.write("Expected file: {}\n".format(expected_path))
|
/external/fonttools/Tests/svgLib/path/ |
D | shapes_test.py | 61 def test_el_to_path(svg_xml, expected_path): argument 64 if expected_path: 65 expected = [expected_path]
|
/external/v8/tools/testrunner/outproc/ |
D | mkgrokdump.py | 11 def __init__(self, expected_outcomes, expected_path): argument 13 self._expected_path = expected_path
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 1215 expected_path = [self.abs_curdir] + clean_path 1216 self.assertEqual(self._get_revised_path(clean_path), expected_path) 1220 expected_path = [self.abs_curdir] + clean_path 1222 self.assertEqual(self._get_revised_path(leading_argv0dir), expected_path) 1224 self.assertEqual(self._get_revised_path(trailing_argv0dir), expected_path) 1232 expected_path = [self.abs_curdir] + leading_argv0dir 1233 self.assertEqual(_get_revised_path(leading_argv0dir), expected_path) 1235 expected_path = [self.abs_curdir] + trailing_argv0dir 1236 self.assertEqual(_get_revised_path(trailing_argv0dir), expected_path)
|
D | test_embed.py | 206 expected_path = self.test_exe 208 expected_path = os.path.join(os.getcwd(), "spam")
|
D | test_urllib.py | 1332 expected_path = os.path.join("parts", "of", "a", "path") 1334 result = urllib.request.pathname2url(expected_path) 1339 self.assertEqual(expected_path, result, 1341 (result, expected_path))
|
/external/python/cpython2/Lib/test/ |
D | test_urllib.py | 806 expected_path = os.path.join("parts", "of", "a", "path") 808 result = urllib.pathname2url(expected_path) 813 self.assertEqual(expected_path, result, 815 (result, expected_path))
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | base_config_unittest.py | 1476 expected_path = os.path.join('some', 'file', 'path') 1477 self.assertEqual(expected_path, 1479 self.assertEqual(expected_path,
|