/external/python/setuptools/setuptools/tests/ |
D | test_config.py | 19 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 …]
|
D | test_install_scripts.py | 37 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
|
D | test_namespaces.py | 19 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
|
D | test_windows_wrappers.py | 36 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
|
D | test_archive_util.py | 14 def tarfile_with_unicode(tmpdir): argument 40 def test_unicode_files(tarfile_with_unicode, tmpdir): argument
|
D | test_develop.py | 46 def test_env(tmpdir, temp_user): argument 101 def test_console_scripts(self, tmpdir): argument 167 def test_namespace_package_importable(self, tmpdir): argument
|
D | test_easy_install.py | 58 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
|
D | test_sandbox.py | 13 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
|
D | test_dist.py | 17 def test_dist_fetch_build_egg(tmpdir): argument 112 def test_maintainer_author(name, attrs, tmpdir): argument
|
/external/fonttools/Tests/designspaceLib/ |
D | designspace_test.py | 43 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/ |
D | ttx_test.py | 341 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/ |
D | fontBuilder_test.py | 99 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/python/pybind11/tests/extra_python_package/ |
D | test_files.py | 100 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/fonttools/Tests/cu2qu/ |
D | cli_test.py | 21 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/llvm-project/clang-tools-extra/clang-tidy/tool/ |
D | run-clang-tidy.py | 82 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/ |
D | context.c | 101 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/ |
D | DiagnosticTest.java | 77 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
|
D | PartialFormattingTest.java | 398 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/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | JavaIOTempDirExistTest.java | 52 String tmpdir = System.getProperty("java.io.tmpdir"); in testJavaIoTempDefault() local 72 final String tmpdir = System.getProperty("java.io.tmpdir"); in testJavaIoTempSpecific() local
|
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_create_cdb.py | 16 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/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_create_cdb.py | 17 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/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir09.c | 136 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/ |
D | test_find_distributions.py | 20 def target_dir(self, tmpdir): argument 27 def project_dir(self, tmpdir): argument
|
/external/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd02.c | 47 char *tmpdir = "/tmp"; in get_tmpdir_path() local 95 const char *tmpdir = get_tmpdir_path(); in setup() local
|
/external/fonttools/Tests/ttLib/ |
D | woff2_test.py | 1243 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 …]
|