Home
last modified time | relevance | path

Searched defs:tmpdir (Results 1 – 25 of 132) sorted by relevance

123456

/external/python/setuptools/setuptools/tests/config/
Dtest_setupcfg.py32 tmpdir, setup_cfg, setup_py=None, encoding='ascii', package_path='fake_package' argument
58 def get_dist(tmpdir, kwargs_initial=None, parse=True): argument
77 def test_basic(self, tmpdir): argument
92 def test_no_config(self, tmpdir): argument
96 def test_ignore_errors(self, tmpdir): argument
113 def test_basic(self, tmpdir): argument
151 def test_license_cfg(self, tmpdir): argument
171 def test_file_mixed(self, tmpdir): argument
186 def test_file_sandboxed(self, tmpdir): argument
197 def test_aliases(self, tmpdir): argument
[all …]
/external/fonttools/Tests/designspaceLib/
Ddesignspace_test.py56 def test_fill_document(tmpdir): argument
214 def test_unicodes(tmpdir): argument
272 def test_localisedNames(tmpdir): argument
368 def test_handleNoAxes(tmpdir): argument
431 def test_pathNameResolve(tmpdir): argument
665 def test_rulesConditions(tmpdir): argument
719 def test_rulesDocument(tmpdir): argument
792 def test_documentLib(tmpdir): argument
814 def test_updatePaths(tmpdir): argument
865 def test_with_with_path_object(tmpdir): argument
Dsplit_test.py65 def test_split(datadir, tmpdir, test_ds, expected_interpolable_spaces): argument
130 def test_convert5to4(datadir, tmpdir, test_ds, expected_vfs): argument
/external/python/google-auth-library-python/tests/
Dtest__default.py161 def test_load_credentials_from_file_invalid_json(tmpdir): argument
171 def test_load_credentials_from_file_invalid_type(tmpdir): argument
187 def test_load_credentials_from_file_no_type(tmpdir): argument
197 def test_load_credentials_from_file_authorized_user_bad_format(tmpdir): argument
269 def test_load_credentials_from_file_service_account_bad_format(tmpdir): argument
282 get_project_id, tmpdir argument
295 def test_load_credentials_from_file_external_account_aws(get_project_id, tmpdir): argument
308 get_project_id, tmpdir argument
324 get_project_id, tmpdir argument
339 def test_load_credentials_from_file_external_account_workforce(get_project_id, tmpdir): argument
[all …]
/external/fonttools/Tests/ttx/
Dttx_test.py341 def test_options_d_goodpath(tmpdir): argument
524 def test_ttcompile_otf_compile_default(tmpdir): argument
550 def test_ttcompile_otf_to_woff_without_zopfli(tmpdir): argument
577 def test_ttcompile_otf_to_woff_with_zopfli(tmpdir): argument
605 def test_ttcompile_otf_to_woff2(tmpdir): argument
632 def test_ttcompile_ttf_compile_default(tmpdir): argument
662 def test_ttcompile_ttf_to_woff_without_zopfli(tmpdir): argument
694 def test_ttcompile_ttf_to_woff_with_zopfli(tmpdir): argument
727 def test_ttcompile_ttf_to_woff2(tmpdir): argument
766 def test_ttcompile_timestamp_calcs(inpath, outpath1, outpath2, tmpdir): argument
[all …]
/external/armnn/python/pyarmnn/test/
Dtest_setup.py15 def _setup_armnn(tmpdir): argument
50 def test_find_armnn(tmpdir): argument
61 def test_find_armnn_default_path(tmpdir): argument
71 def test_not_find_armnn(tmpdir): argument
80 def test_rubbish_armnn_include(tmpdir, env): argument
/external/fonttools/Tests/fontBuilder/
DfontBuilder_test.py89 def test_build_ttf(tmpdir): argument
117 def test_build_otf(tmpdir): argument
146 def test_build_var(tmpdir): argument
235 def test_build_cff2(tmpdir): argument
255 def test_build_cff_to_cff2(tmpdir): argument
309 def test_unicodeVariationSequences(tmpdir): argument
/external/python/setuptools/setuptools/tests/
Dtest_namespaces.py16 def test_mixed_site_and_non_site(self, tmpdir): argument
55 def test_pkg_resources_import(self, tmpdir): argument
80 def test_namespace_package_installed_and_cwd(self, tmpdir): argument
107 def test_packages_in_the_same_namespace_installed_and_cwd(self, tmpdir): argument
Dtest_install_scripts.py37 def test_sys_executable_escaping_unix(self, tmpdir, monkeypatch): argument
51 def test_sys_executable_escaping_win32(self, tmpdir, monkeypatch): argument
65 def test_executable_with_spaces_escaping_unix(self, tmpdir): argument
79 def test_executable_arg_escaping_win32(self, tmpdir): argument
Dtest_windows_wrappers.py35 def create_script(cls, tmpdir): argument
80 def test_basic(self, tmpdir): argument
121 def test_with_options(self, tmpdir): argument
180 def test_basic(self, tmpdir): argument
Dtest_packageindex.py143 def test_local_index(self, tmpdir): argument
196 def test_download_git_with_rev(self, tmpdir): argument
218 def test_download_git_no_rev(self, tmpdir): argument
234 def test_download_svn(self, tmpdir): argument
287 def temp_home(tmpdir, monkeypatch): argument
Dtest_archive_util.py12 def tarfile_with_unicode(tmpdir): argument
36 def test_unicode_files(tarfile_with_unicode, tmpdir): argument
Dtest_easy_install.py134 def sdist_unicode(self, tmpdir): argument
169 self, sdist_unicode, tmpdir, monkeypatch): argument
186 def sdist_unicode_in_script(self, tmpdir): argument
226 self, sdist_unicode_in_script, tmpdir, monkeypatch): argument
239 def sdist_script(self, tmpdir): argument
267 def test_script_install(self, sdist_script, tmpdir, monkeypatch): argument
322 def setup_context(tmpdir): argument
371 def foo_package(self, tmpdir): argument
378 def install_target(self, tmpdir): argument
695 def test_setup_requires_with_python_requires(self, monkeypatch, tmpdir): argument
[all …]
Dtest_develop.py42 def test_env(tmpdir, temp_user): argument
61 def test_console_scripts(self, tmpdir): argument
129 def test_namespace_package_importable(self, tmpdir): argument
Dtest_sandbox.py13 def test_devnull(self, tmpdir): argument
36 def test_setup_py_with_CRLF(self, tmpdir): argument
109 def test_sandbox_violation_raised_hiding_setuptools(self, tmpdir): argument
/external/perfetto/src/traced/probes/power/
Dlinux_power_sysfs_data_source_unittest.cc25 base::TmpDirTree tmpdir; in TEST() local
47 base::TmpDirTree tmpdir; in TEST() local
68 base::TmpDirTree tmpdir; in TEST() local
108 base::TmpDirTree tmpdir; in TEST() local
126 base::TmpDirTree tmpdir; in TEST() local
/external/fonttools/Tests/cu2qu/
Dcli_test.py21 def test_paths(tmpdir): argument
44 def test_single_input_output_file(self, tmpdir): argument
51 def test_multiple_inputs_output_dir(self, tmpdir): argument
66 def test_copytree(self, mode, tmpdir): argument
76 def test_multiprocessing(self, tmpdir, test_paths): argument
/external/python/pybind11/tests/extra_python_package/
Dtest_files.py100 def test_build_sdist(monkeypatch, tmpdir): argument
154 def test_build_global_dist(monkeypatch, tmpdir): argument
207 def tests_build_wheel(monkeypatch, tmpdir): argument
236 def tests_build_global_wheel(monkeypatch, tmpdir): argument
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c37 char tmpdir[MAXPATHLEN]; in test1() local
57 char tmpdir[MAXPATHLEN]; in test2() local
77 char tmpdir[MAXPATHLEN]; in test3() local
130 char tmpdir[MAXPATHLEN]; in setup() local
/external/libxkbcommon/test/
Dcontext.c101 char *tmpdir = strdup(template); in maketmpdir() local
129 const char *tmpdir; in test_config_root_include_path() local
196 const char *tmpdir; in test_xkbdir_include_path() local
224 const char *tmpdir; in test_xdg_include_path() local
249 const char *tmpdir; in test_xdg_include_path_fallback() local
277 const char *tmpdir; in test_include_order() local
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DDiagnosticTest.java76 Path tmpdir = testFolder.newFolder().toPath(); in parseError() local
94 Path tmpdir = testFolder.newFolder().toPath(); in lexError() local
113 Path tmpdir = testFolder.newFolder().toPath(); in oneFileParseError() local
135 Path tmpdir = testFolder.newFolder().toPath(); in oneFileParseErrorReplace() local
155 Path tmpdir = testFolder.newFolder().toPath(); in parseError2() local
189 Path tmpdir = testFolder.newFolder().toPath(); in lexError2() local
/external/python/setuptools/pkg_resources/tests/
Dtest_pkg_resources.py140 def test_get_cache_path_race(self, tmpdir): argument
209 def test_get_metadata__bad_utf8(tmpdir): argument
235 def make_distribution_no_version(tmpdir, basename): argument
263 tmpdir, suffix, expected_filename, expected_dist_type): argument
321 def env(self, tmpdir): argument
/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py48 def test_load_credentials_from_file_invalid_json(tmpdir): argument
58 def test_load_credentials_from_file_invalid_type(tmpdir): argument
76 def test_load_credentials_from_file_no_type(tmpdir): argument
86 def test_load_credentials_from_file_authorized_user_bad_format(tmpdir): argument
152 def test_load_credentials_from_file_service_account_bad_format(tmpdir): argument
234 def test__get_gcloud_sdk_credentials_non_existent(get_adc_path, tmpdir): argument
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_create_cdb.py17 def run_intercept(tmpdir, args): argument
80 def run_intercept(tmpdir, target): argument
99 def run_intercept(tmpdir, target, args): argument
131 def run_intercept(tmpdir, command): argument
/external/armnn/python/pyarmnn/
Dconftest.py31 def tmpdir(tmpdir): function

123456