Home
last modified time | relevance | path

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

12345

/external/python/setuptools/setuptools/tests/
Dtest_config.py19 def fake_env(tmpdir, setup_cfg, setup_py=None): argument
46 def get_dist(tmpdir, kwargs_initial=None, parse=True): argument
66 def test_basic(self, tmpdir): argument
81 def test_no_config(self, tmpdir): argument
85 def test_ignore_errors(self, tmpdir): argument
106 def test_basic(self, tmpdir): argument
144 def test_file_mixed(self, tmpdir): argument
162 def test_file_sandboxed(self, tmpdir): argument
174 def test_aliases(self, tmpdir): argument
199 def test_multiline(self, tmpdir): argument
[all …]
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
78 def test_executable_arg_escaping_win32(self, tmpdir): argument
Dtest_namespaces.py19 def test_mixed_site_and_non_site(self, tmpdir): argument
60 def test_pkg_resources_import(self, tmpdir): argument
86 def test_namespace_package_installed_and_cwd(self, tmpdir): argument
Dtest_windows_wrappers.py36 def create_script(cls, tmpdir): argument
71 def test_basic(self, tmpdir): argument
111 def test_with_options(self, tmpdir): argument
166 def test_basic(self, tmpdir): argument
Dtest_archive_util.py14 def tarfile_with_unicode(tmpdir): argument
40 def test_unicode_files(tarfile_with_unicode, tmpdir): argument
Dtest_easy_install.py58 def test_install_site_py(self, tmpdir): argument
136 def sdist_unicode(self, tmpdir): argument
170 def test_unicode_filename_in_sdist(self, sdist_unicode, tmpdir, monkeypatch): argument
187 def sdist_script(self, tmpdir): argument
215 def test_script_install(self, sdist_script, tmpdir, monkeypatch): argument
253 def setup_context(tmpdir): argument
302 def foo_package(self, tmpdir): argument
309 def install_target(self, tmpdir): argument
Dtest_develop.py46 def test_env(tmpdir, temp_user): argument
101 def test_console_scripts(self, tmpdir): argument
167 def test_namespace_package_importable(self, tmpdir): argument
Dtest_sandbox.py13 def test_devnull(self, tmpdir): argument
35 def test_setup_py_with_CRLF(self, tmpdir): argument
108 def test_sandbox_violation_raised_hiding_setuptools(self, tmpdir): argument
Dtest_dist.py17 def test_dist_fetch_build_egg(tmpdir): argument
112 def test_maintainer_author(name, attrs, tmpdir): argument
/external/fonttools/Tests/designspaceLib/
Ddesignspace_test.py43 def test_fill_document(tmpdir): argument
191 def test_unicodes(tmpdir): argument
248 def test_localisedNames(tmpdir): argument
344 def test_handleNoAxes(tmpdir): argument
407 def test_pathNameResolve(tmpdir): argument
641 def test_rulesConditions(tmpdir): argument
695 def test_rulesDocument(tmpdir): argument
768 def test_documentLib(tmpdir): argument
790 def test_updatePaths(tmpdir): argument
843 def test_with_with_path_object(tmpdir): argument
/external/fonttools/Tests/ttx/
Dttx_test.py341 def test_options_d_goodpath(tmpdir): argument
530 def test_ttcompile_otf_compile_default(tmpdir): argument
556 def test_ttcompile_otf_to_woff_without_zopfli(tmpdir): argument
583 def test_ttcompile_otf_to_woff_with_zopfli(tmpdir): argument
611 def test_ttcompile_otf_to_woff2(tmpdir): argument
638 def test_ttcompile_ttf_compile_default(tmpdir): argument
668 def test_ttcompile_ttf_to_woff_without_zopfli(tmpdir): argument
700 def test_ttcompile_ttf_to_woff_with_zopfli(tmpdir): argument
733 def test_ttcompile_ttf_to_woff2(tmpdir): argument
772 def test_ttcompile_timestamp_calcs(inpath, outpath1, outpath2, tmpdir): argument
[all …]
/external/fonttools/Tests/fontBuilder/
DfontBuilder_test.py99 def test_build_ttf(tmpdir): argument
127 def test_build_otf(tmpdir): argument
156 def test_build_var(tmpdir): argument
245 def test_build_cff2(tmpdir): argument
265 def test_build_cff_to_cff2(tmpdir): argument
319 def test_unicodeVariationSequences(tmpdir): argument
/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/llvm-project/clang-tools-extra/clang-tidy/tool/
Drun-clang-tidy.py82 def get_tidy_invocation(f, clang_tidy_binary, checks, tmpdir, build_path, argument
113 def merge_replacement_files(tmpdir, mergefile): argument
149 def apply_fixes(args, tmpdir): argument
160 def run_tidy(args, tmpdir, build_path, queue, lock, failed_files): argument
/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.java77 Path tmpdir = testFolder.newFolder().toPath(); in parseError() local
95 Path tmpdir = testFolder.newFolder().toPath(); in lexError() local
115 Path tmpdir = testFolder.newFolder().toPath(); in oneFileParseError() local
137 Path tmpdir = testFolder.newFolder().toPath(); in oneFileParseErrorReplace() local
157 Path tmpdir = testFolder.newFolder().toPath(); in parseError2() local
191 Path tmpdir = testFolder.newFolder().toPath(); in lexError2() local
DPartialFormattingTest.java398 Path tmpdir = testFolder.newFolder().toPath(); in testLength() local
430 Path tmpdir = testFolder.newFolder().toPath(); in testLengthRange() local
476 Path tmpdir = testFolder.newFolder().toPath(); in statementAndComments() local
522 Path tmpdir = testFolder.newFolder().toPath(); in statementAndComments2() local
568 Path tmpdir = testFolder.newFolder().toPath(); in statementAndComments3() local
715 Path tmpdir = testFolder.newFolder().toPath(); in noTokensOnLine() local
930 Path tmpdir = testFolder.newFolder().toPath(); in testFormatLine() local
958 Path tmpdir = testFolder.newFolder().toPath(); in lineWithTrailingComment() local
1082 Path tmpdir = testFolder.newFolder().toPath(); in outOfRangeStartLine() local
1109 Path tmpdir = testFolder.newFolder().toPath(); in outOfRangeEndLine() local
[all …]
/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/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_create_cdb.py16 def run_intercept(tmpdir, args): argument
79 def run_intercept(tmpdir, target): argument
98 def run_intercept(tmpdir, target, args): argument
130 def run_intercept(tmpdir, command): argument
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DJavaIOTempDirExistTest.java52 String tmpdir = System.getProperty("java.io.tmpdir"); in testJavaIoTempDefault() local
72 final String tmpdir = System.getProperty("java.io.tmpdir"); in testJavaIoTempSpecific() local
/external/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c136 char tmpdir[MAXPATHLEN]; in runtest() local
330 char tmpdir[MAXPATHLEN]; in dochild1() local
366 char tmpdir[MAXPATHLEN]; in dochild2() local
400 char tmpdir[MAXPATHLEN]; in dochild3() local
/external/python/setuptools/pkg_resources/tests/
Dtest_find_distributions.py20 def target_dir(self, tmpdir): argument
27 def project_dir(self, tmpdir): argument
/external/ltp/testcases/kernel/syscalls/getcwd/
Dgetcwd02.c47 char *tmpdir = "/tmp"; in get_tmpdir_path() local
95 const char *tmpdir = get_tmpdir_path(); in setup() local
/external/fonttools/Tests/ttLib/
Dwoff2_test.py1243 def make_ttf(tmpdir): argument
1250 def test_compress_ttf(self, tmpdir): argument
1257 def test_compress_ttf_no_glyf_transform(self, tmpdir): argument
1264 def test_compress_ttf_hmtx_transform(self, tmpdir): argument
1271 def test_compress_ttf_no_glyf_transform_hmtx_transform(self, tmpdir): argument
1280 def test_compress_output_file(self, tmpdir): argument
1290 def test_compress_otf(self, tmpdir): argument
1300 def test_recompress_woff2_keeps_flavorData(self, tmpdir): argument
1318 def test_decompress_ttf(self, tmpdir): argument
1326 def test_decompress_otf(self, tmpdir): argument
[all …]

12345