Home
last modified time | relevance | path

Searched refs:TemporaryDirectory (Results 1 – 25 of 54) sorted by relevance

123

/third_party/mindspore/tests/ut/python/train/summary/
Dtest_histogram_summary.py55 with tempfile.TemporaryDirectory() as tmp_dir:
69 with tempfile.TemporaryDirectory() as tmp_dir:
93 with tempfile.TemporaryDirectory() as tmp_dir:
108 with tempfile.TemporaryDirectory() as tmp_dir:
128 with tempfile.TemporaryDirectory() as tmp_dir:
149 with tempfile.TemporaryDirectory() as tmp_dir:
174 with tempfile.TemporaryDirectory() as tmp_dir:
/third_party/python/Lib/test/test_tools/
Dtest_lll.py20 with tempfile.TemporaryDirectory() as dir1, \
21 tempfile.TemporaryDirectory() as dir2:
Dtest_pdeps.py20 with tempfile.TemporaryDirectory() as tmpdir:
Dtest_gprof2html.py26 tempfile.TemporaryDirectory() as tmpdir:
/third_party/mindspore/tests/st/networks/
Dtest_gpu_lenet_enable_rdr.py19 with tempfile.TemporaryDirectory() as tmpdir:
26 with tempfile.TemporaryDirectory() as tmpdir:
Dtest_cpu_lenet_enable_rdr.py19 with tempfile.TemporaryDirectory() as tmpdir:
Dtest_ascend_lenet_enable_rdr.py19 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/mindspore/tests/st/dump/
Dtest_data_dump.py59 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
76 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
187 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
234 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
252 with tempfile.TemporaryDirectory(dir='/tmp') as tmp_dir:
/third_party/python/Lib/test/
Dtest_tabnanny.py178 with tempfile.TemporaryDirectory() as tmp_dir:
197 with tempfile.TemporaryDirectory() as tmp_dir:
244 with tempfile.TemporaryDirectory() as tmp_dir:
Dtest_ensurepip.py21 with tempfile.TemporaryDirectory() as tmpdir:
46 with tempfile.TemporaryDirectory() as tmpdir:
Dtest_tempfile.py279 with tempfile.TemporaryDirectory() as our_temp_directory:
1398 tmp = tempfile.TemporaryDirectory(
1420 with tempfile.TemporaryDirectory() as nonexistent:
1423 tempfile.TemporaryDirectory(dir=nonexistent)
1441 with tempfile.TemporaryDirectory() as working_dir:
1500 with tempfile.TemporaryDirectory() as working_dir:
1552 with tempfile.TemporaryDirectory() as working_dir:
Dtest_zipapp.py20 tmpdir = tempfile.TemporaryDirectory()
330 tmpdir = tempfile.TemporaryDirectory()
/third_party/glib/gio/tests/
Dstatic-link.py41 with tempfile.TemporaryDirectory() as builddir:
/third_party/skia/infra/bots/assets/skimage/
Dcreate_and_upload.py33 with tempfile.TemporaryDirectory(prefix=tmp_prefix) as tmp:
/third_party/mindspore/tests/st/data_transfer/
Dtest_tdt_data_transfer_enable_rdr.py33 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/mesa3d/bin/
Dgen_calendar_entries_test.py43 with tempfile.TemporaryDirectory() as d:
158 with tempfile.TemporaryDirectory() as d:
/third_party/ninja/misc/
Doutput_test.py24 with tempfile.TemporaryDirectory() as d:
/third_party/mindspore/tests/st/summary/
Dtest_cpu_summary.py73 with tempfile.TemporaryDirectory() as tmp_dir:
/third_party/mbedtls/scripts/
Dmin_requirements.py87 with tempfile.TemporaryDirectory() as temp_dir:
/third_party/skia/third_party/externals/abseil-cpp/
Droll_abseil.py108 with tempfile.TemporaryDirectory() as abseil_root:
Dgenerate_def_files.py81 with tempfile.TemporaryDirectory() as out_dir:
/third_party/python/Lib/ctypes/test/
Dtest_find.py88 with tempfile.TemporaryDirectory() as d:
/third_party/wayland_standard/protocol/
Dgenerate-shm-formats.py77 with tempfile.TemporaryDirectory() as work_dir:
/third_party/python/Lib/ensurepip/
D__init__.py160 with tempfile.TemporaryDirectory() as tmpdir:
/third_party/python/Doc/library/
Dtempfile.rst19 :class:`TemporaryDirectory`, and :class:`SpooledTemporaryFile` are high-level
121 .. function:: TemporaryDirectory(suffix=None, prefix=None, dir=None, ignore_cleanup_errors=False)
143 .. audit-event:: tempfile.mkdtemp fullpath tempfile.TemporaryDirectory
339 >>> with tempfile.TemporaryDirectory() as tmpdirname:

123