/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | tempfile_ext.py | 8 import tempfile namespace 15 This is a context manager version of tempfile.mkdtemp. The arguments to this 21 d = tempfile.mkdtemp(suffix=suffix, prefix=prefix, dir=dir)
|
/external/autotest/client/bin/ |
H A D | update_intel_pci_ids | 16 import tempfile namespace 51 local_repo = tempfile.mkdtemp()
|
/external/autotest/server/cros/ |
H A D | gsutil_wrapper.py | 9 import tempfile namespace 34 with tempfile.NamedTemporaryFile(suffix='.wpr') as tempsource:
|
/external/chromium-trace/catapult/common/eslint/eslint/ |
H A D | smoke_test.py | 7 import tempfile namespace 27 tmp_file = tempfile.NamedTemporaryFile(
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
H A D | trace_test.py | 4 import tempfile namespace 28 self._file = tempfile.NamedTemporaryFile()
|
H A D | log_io_test.py | 8 import tempfile namespace 17 file = tempfile.NamedTemporaryFile() 25 file = tempfile.NamedTemporaryFile() 35 file = tempfile.NamedTemporaryFile()
|
/external/chromium-trace/catapult/devil/devil/android/ |
H A D | device_blacklist_test.py | 7 import tempfile namespace 16 with tempfile.NamedTemporaryFile() as blacklist_file: 25 with tempfile.NamedTemporaryFile(delete=False) as blacklist_file:
|
/external/icu/tools/ |
H A D | i18nutil.py | 3 import tempfile namespace 32 tmp_dir = tempfile.mkdtemp('-i18n')
|
/external/mesa3d/src/compiler/glsl/tests/ |
H A D | compare_ir | 32 import tempfile namespace 48 file1, path1 = tempfile.mkstemp(os.path.basename(sys.argv[1])) 49 file2, path2 = tempfile.mkstemp(os.path.basename(sys.argv[2]))
|
/external/skia/platform_tools/android/tradefed/ |
H A D | upload_dm_results.py | 13 import tempfile namespace 39 tmp = tempfile.mkdtemp()
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
H A D | common_util_unittest.py | 11 import tempfile namespace 26 json_file = tempfile.TemporaryFile() 38 json_file = tempfile.TemporaryFile()
|
/external/autotest/client/site_tests/kernel_SchedCgroups/ |
H A D | kernel_SchedCgroups.py | 7 import os, tempfile namespace 26 self._tmpdir = tempfile.mkdtemp()
|
/external/autotest/client/site_tests/login_GaiaLogin/ |
H A D | login_GaiaLogin.py | 5 import tempfile namespace 23 with tempfile.NamedTemporaryFile() as cap:
|
/external/autotest/client/site_tests/security_Minijail0/src/ |
H A D | mountns-enter.py | 8 import tempfile namespace 14 tmpdir = tempfile.mkdtemp(prefix="newns-", dir="/tmp")
|
/external/autotest/server/site_tests/audiovideo_AVSyncInternalDisplayAudioJack/ |
H A D | audiovideo_AVSyncInternalDisplayAudioJack.py | 7 import tempfile namespace 52 with tempfile.NamedTemporaryFile(prefix='playback_', suffix=ext) as f:
|
/external/autotest/site_utils/suite_scheduler/ |
H A D | forgiving_config_parser_unittest.py | 9 import logging, mox, os, tempfile, unittest namespace 17 self._tmpconfig = tempfile.NamedTemporaryFile()
|
/external/compiler-rt/test/asan/android_commands/ |
H A D | android_common.py | 1 import os, subprocess, tempfile namespace 14 tmpname = tempfile.mktemp() 33 tmp = tempfile.mktemp()
|
/external/fonttools/MetaTools/ |
H A D | roundTrip.py | 19 import tempfile namespace 34 xmlFile1 = tempfile.mktemp(".%s.ttx1" % fn) 35 ttFile2 = tempfile.mktemp(".%s" % fn) 36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
|
/external/python/cpython2/Lib/hotshot/ |
H A D | stones.py | 29 import tempfile namespace 30 main(tempfile.NamedTemporaryFile().name)
|
/external/python/cpython2/Lib/test/ |
H A D | make_ssl_certs.py | 7 import tempfile namespace 95 with tempfile.NamedTemporaryFile(delete=False) as f: 106 with tempfile.NamedTemporaryFile(delete=False) as f: 144 with tempfile.NamedTemporaryFile("w") as t: 147 with tempfile.NamedTemporaryFile() as f:
|
H A D | threaded_import_hangers.py | 12 import tempfile namespace 32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
|
/external/skia/infra/bots/assets/clang_linux/ |
H A D | create.py | 15 import tempfile namespace 22 os.chdir(tempfile.mkdtemp())
|
/external/skia/tools/lua/ |
H A D | find_ngrams_on_ct | 12 import tempfile namespace 40 tmp_script = tempfile.NamedTemporaryFile(delete=False)
|
/external/skia/tools/ |
H A D | merge_static_libs.py | 10 import tempfile namespace 23 tempdir = tempfile.mkdtemp()
|
H A D | test_pdfs.py | 17 import tempfile namespace
|