/external/pdfium/testing/tools/ |
D | pngdiffer.py | 35 expected_path = path_templates.GetExpectedPath(page) 39 expected_path = platform_expected_path 40 elif not os.path.exists(expected_path): 51 expected_path = path_templates.GetExpectedPath(page) 56 if (not os.path.exists(expected_path) and 67 if os.path.exists(expected_path): 71 cmd.extend([expected_path, actual_path]) 106 expected_path = platform_expected_path 108 expected_path = path_templates.GetExpectedPath(page) 112 shutil.copyfile(actual_path, expected_path) [all …]
|
/external/pigweed/pw_build/py/ |
D | zip_test.py | 95 expected_path = make_directory(tmp_path, 'expected', ['file1.txt']) 99 get_directory_contents(expected_path)) 114 expected_path = make_directory(tmp_path, 'expected', [ 123 get_directory_contents(expected_path)) 138 expected_path = make_directory(tmp_path, 'expected', 143 get_directory_contents(expected_path)) 158 expected_path = make_directory(tmp_path, 'expected', 163 get_directory_contents(expected_path)) 178 expected_path = make_directory(tmp_path, 'expected', [ 187 get_directory_contents(expected_path)) [all …]
|
/external/perfetto/tools/ |
D | diff_test_trace_processor.py | 54 def __init__(self, type, trace_path, query_path_or_metric, expected_path): argument 58 self.expected_path = expected_path 101 expected_path, perf_path, metrics_message_factory): argument 102 with open(expected_path, 'r') as expected_file: 105 json_output = os.path.basename(expected_path).endswith('.json.out') 142 expected_path, perf_path): argument 143 with open(expected_path, 'r') as expected_file: 170 expected_path = test.expected_path 175 elif not os.path.exists(expected_path): 176 sys.stderr.write('Expected file not found {}\n'.format(expected_path)) [all …]
|
/external/fonttools/Tests/svgLib/path/ |
D | shapes_test.py | 120 def test_el_to_path(svg_xml, expected_path, expected_transform): argument 123 if expected_path: 124 expected_paths = [expected_path]
|
/external/libchrome/build/android/pylib/constants/ |
D | host_paths_unittest.py | 45 expected_path = expected_binprefix + 'foo' 46 self.assertEqual(host_paths.ToolPath('foo', cpu_arch), expected_path)
|
/external/mesa3d/src/intel/tools/tests/ |
D | run-test.py | 39 expected_path = args.gen_folder / expected_file variable 59 with expected_path.open() as f:
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 1540 expected_path = [self.abs_curdir] + clean_path 1541 self.assertEqual(self._get_revised_path(clean_path), expected_path) 1545 expected_path = [self.abs_curdir] + clean_path 1547 self.assertEqual(self._get_revised_path(leading_argv0dir), expected_path) 1549 self.assertEqual(self._get_revised_path(trailing_argv0dir), expected_path) 1557 expected_path = [self.abs_curdir] + leading_argv0dir 1558 self.assertEqual(_get_revised_path(leading_argv0dir), expected_path) 1560 expected_path = [self.abs_curdir] + trailing_argv0dir 1561 self.assertEqual(_get_revised_path(trailing_argv0dir), expected_path)
|
D | test_urllib.py | 1489 expected_path = os.path.join("parts", "of", "a", "path") 1491 result = urllib.request.pathname2url(expected_path) 1496 self.assertEqual(expected_path, result, 1498 (result, expected_path))
|
D | test_embed.py | 244 expected_path = self.test_exe 246 expected_path = os.path.join(os.getcwd(), "spam")
|
/external/ruy/ruy/ |
D | create_trmul_params.h | 95 static void Run(Path expected_path) { 109 RUY_DCHECK_EQ(expected_path, KernelType::kPath); 116 void CheckKernelPath(Path expected_path) { 117 CheckKernelPathImpl<KernelType>::Run(expected_path);
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_namespace_pkgs.py | 338 expected_path = os.path.join(self.root, 'portion1', 'foo') 339 self.assertEqual(foo.__path__[0], 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/python/mock/mock/tests/ |
D | testmagicmethods.py | 370 expected_path = mock.__fspath__() 372 self.assertEqual(os.fspath(mock), expected_path)
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 328 expected_path = mock.__fspath__() 331 self.assertEqual(os.fspath(mock), 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,
|