/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_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_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_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_dist.py | 17 def test_dist_fetch_build_egg(tmpdir): argument 112 def test_maintainer_author(name, attrs, 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_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_dep_util.py | 7 def groups_target(tmpdir): argument
|
D | test_build_py.py | 9 def tmpdir_as_cwd(tmpdir): argument
|
D | fixtures.py | 21 def tmpdir_cwd(tmpdir): argument
|
D | namespaces.py | 6 def build_namespace_package(tmpdir, name): argument
|
/external/fonttools/Tests/designspaceLib/ |
D | designspace_test.py | 47 def test_fill_document(tmpdir): argument 194 def test_unicodes(tmpdir): argument 251 def test_localisedNames(tmpdir): argument 347 def test_handleNoAxes(tmpdir): argument 410 def test_pathNameResolve(tmpdir): argument 644 def test_rulesConditions(tmpdir): argument 698 def test_rulesDocument(tmpdir): argument 769 def test_documentLib(tmpdir): argument 791 def test_updatePaths(tmpdir): argument 844 def test_with_with_path_object(tmpdir): argument
|
/external/fonttools/Tests/ttx/ |
D | ttx_test.py | 340 def test_options_d_goodpath(tmpdir): argument 529 def test_ttcompile_otf_compile_default(tmpdir): argument 555 def test_ttcompile_otf_to_woff_without_zopfli(tmpdir): argument 582 def test_ttcompile_otf_to_woff_with_zopfli(tmpdir): argument 610 def test_ttcompile_otf_to_woff2(tmpdir): argument 637 def test_ttcompile_ttf_compile_default(tmpdir): argument 667 def test_ttcompile_ttf_to_woff_without_zopfli(tmpdir): argument 699 def test_ttcompile_ttf_to_woff_with_zopfli(tmpdir): argument 732 def test_ttcompile_ttf_to_woff2(tmpdir): argument 771 def test_ttcompile_timestamp_calcs(inpath, outpath1, outpath2, tmpdir): argument [all …]
|
/external/fonttools/Tests/fontBuilder/ |
D | fontBuilder_test.py | 101 def test_build_ttf(tmpdir): argument 129 def test_build_otf(tmpdir): argument 158 def test_build_var(tmpdir): argument 220 def test_build_cff2(tmpdir): argument 281 def test_unicodeVariationSequences(tmpdir): argument
|
/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/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/python/cffi/cffi/ |
D | ffiplatform.py | 16 def compile(tmpdir, ext, compiler_verbose=0, debug=None): argument 32 def _build(tmpdir, ext, compiler_verbose=0, debug=None): argument
|
/external/fonttools/Tests/ttLib/ |
D | woff2_test.py | 1207 def make_ttf(tmpdir): argument 1214 def test_compress_ttf(self, tmpdir): argument 1221 def test_compress_ttf_no_glyf_transform(self, tmpdir): argument 1228 def test_compress_ttf_hmtx_transform(self, tmpdir): argument 1235 def test_compress_ttf_no_glyf_transform_hmtx_transform(self, tmpdir): argument 1244 def test_compress_output_file(self, tmpdir): argument 1254 def test_compress_otf(self, tmpdir): argument 1264 def test_recompress_woff2_keeps_flavorData(self, tmpdir): argument 1282 def test_decompress_ttf(self, tmpdir): argument 1290 def test_decompress_otf(self, tmpdir): argument [all …]
|
/external/ltp/testcases/kernel/security/filecaps/ |
D | filecaps_common.h | 12 const char *tmpdir = getenv("TMPDIR"); in get_caps_fifo() local
|
/external/python/pyopenssl/tests/ |
D | conftest.py | 20 def tmpfile(tmpdir): argument
|