Searched refs:create_empty_file (Results 1 – 25 of 25) sorted by relevance
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_pkg_import.py | 10 from test.support import create_empty_file 32 create_empty_file(os.path.join(self.package_dir, '__init__.py'))
|
D | test_api.py | 260 support.create_empty_file(path)
|
/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_create_cdb.py | 7 from . import make_args, silent_check_call, silent_call, create_empty_file 142 create_empty_file(filename) 157 create_empty_file(filename)
|
D | test_from_cmd.py | 7 from . import make_args, check_call_and_report, create_empty_file 85 create_empty_file(src_file)
|
D | __init__.py | 68 def create_empty_file(filename): function
|
/external/clang/tools/scan-build-py/tests/functional/cases/ |
D | test_create_cdb.py | 8 from . import make_args, silent_check_call, silent_call, create_empty_file 143 create_empty_file(filename) 158 create_empty_file(filename)
|
D | test_from_cmd.py | 8 from . import make_args, check_call_and_report, create_empty_file 86 create_empty_file(src_file)
|
D | __init__.py | 69 def create_empty_file(filename): function
|
/external/catch2/misc/ |
D | coverage-helper.cpp | 46 void create_empty_file(std::string const& path) { in create_empty_file() function 61 create_empty_file(fname); in parse_log_file_arg()
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_filelist.py | 313 test.support.create_empty_file(file1) 316 test.support.create_empty_file(file2) 327 test.support.create_empty_file(file1)
|
/external/python/cpython3/Lib/test/ |
D | test_reprlib.py | 13 from test.support import create_empty_file, verbose 232 create_empty_file(os.path.join(self.pkgname, '__init__.py')) 235 create_empty_file(os.path.join(self.subpkgname, '__init__.py')) 279 create_empty_file(os.path.join(self.subpkgname, self.pkgname + '.py'))
|
D | test_unicode_file.py | 9 TESTFN_ENCODING, TESTFN_UNICODE, TESTFN_UNENCODABLE, create_empty_file) 104 create_empty_file(filename)
|
D | test_glob.py | 8 can_symlink, create_empty_file, change_cwd) 24 create_empty_file(filename) 294 create_empty_file(os.path.join('dir', 'file'))
|
D | test_runpy.py | 17 create_empty_file, temp_dir) 220 create_empty_file(pkg_fname) 380 create_empty_file(sibling_fname) 390 create_empty_file(nephew_fname)
|
D | test_dbm.py | 77 test.support.create_empty_file(_fname)
|
D | test_posix.py | 764 support.create_empty_file(support.TESTFN) 1084 support.create_empty_file(support.TESTFN) 1216 support.create_empty_file(support.TESTFN + 'ren') 1251 support.create_empty_file(support.TESTFN + 'del')
|
D | test_zipimport.py | 713 support.create_empty_file(TESTMOD)
|
D | test_shutil.py | 316 support.create_empty_file(self.child_file_path) 2064 support.create_empty_file(os.path.join(self.src_dir, 'child')) 2065 support.create_empty_file(os.path.join(self.src_dir, 'child1'))
|
D | test_optparse.py | 1042 support.create_empty_file(support.TESTFN)
|
D | test_tarfile.py | 1273 support.create_empty_file(name) 1312 support.create_empty_file(foo)
|
D | test_mailbox.py | 929 support.create_empty_file(filename)
|
D | test_os.py | 2192 support.create_empty_file(os.path.join(self.bdir, fn))
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 1008 test.support.create_empty_file(init_file)
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 996 def create_empty_file(filename): function
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 529 .. function:: create_empty_file(filename)
|