Home
last modified time | relevance | path

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

/external/pdfium/testing/tools/
Dpngdiffer.py35 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/
Dzip_test.py95 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/
Ddiff_test_trace_processor.py54 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/
Dshapes_test.py120 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/
Dhost_paths_unittest.py45 expected_path = expected_binprefix + 'foo'
46 self.assertEqual(host_paths.ToolPath('foo', cpu_arch), expected_path)
/external/mesa3d/src/intel/tools/tests/
Drun-test.py39 expected_path = args.gen_folder / expected_file variable
59 with expected_path.open() as f:
/external/python/cpython3/Lib/test/
Dtest_pydoc.py1540 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)
Dtest_urllib.py1489 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))
Dtest_embed.py244 expected_path = self.test_exe
246 expected_path = os.path.join(os.getcwd(), "spam")
/external/ruy/ruy/
Dcreate_trmul_params.h95 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/
Dtest_namespace_pkgs.py338 expected_path = os.path.join(self.root, 'portion1', 'foo')
339 self.assertEqual(foo.__path__[0], expected_path)
/external/python/cpython2/Lib/test/
Dtest_urllib.py806 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/
Dtestmagicmethods.py370 expected_path = mock.__fspath__()
372 self.assertEqual(os.fspath(mock), expected_path)
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py328 expected_path = mock.__fspath__()
331 self.assertEqual(os.fspath(mock), expected_path)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config_unittest.py1476 expected_path = os.path.join('some', 'file', 'path')
1477 self.assertEqual(expected_path,
1479 self.assertEqual(expected_path,