/external/chromium_org/third_party/cython/src/Cython/Build/ |
Cythonize.py | 5 import tempfile namespace 120 temp_dir = tempfile.mkdtemp(dir=base_dir)
|
/external/chromium_org/third_party/cython/src/Cython/ |
TestUtils.py | 9 import tempfile namespace 176 dir = tempfile.mkdtemp()
|
/external/chromium_org/third_party/skia/tools/ |
roll_deps.py | 32 import tempfile namespace 159 temp_file = tempfile.NamedTemporaryFile(delete=False,
|
/external/chromium_org/tools/gn/bootstrap/ |
bootstrap.py | 20 import tempfile namespace 44 path = tempfile.mkdtemp()
|
/external/chromium_org/tools/memory_inspector/memory_inspector/data/ |
file_storage_unittest.py | 8 import tempfile namespace 21 self._storage_path = tempfile.mkdtemp()
|
/external/chromium_org/tools/perf/profile_creators/ |
extensions_profile_creator.py | 12 import tempfile namespace 123 self._extension_download_dir = tempfile.mkdtemp()
|
/external/chromium_org/tools/site_compare/commands/ |
maskmaker.py | 14 import tempfile # Get a temporary directory to hold intermediates namespace 129 if not scrapedir: scrapedir = tempfile.gettempdir()
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
extension_unittest.py | 8 import tempfile namespace 107 self._extension_dirs = [tempfile.mkdtemp()
|
tab_unittest.py | 6 import tempfile namespace 44 return video.Video(tempfile.NamedTemporaryFile())
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
ippet_power_monitor.py | 13 import tempfile namespace 109 self._output_dir = tempfile.mkdtemp()
|
powermetrics_power_monitor.py | 10 import tempfile namespace 36 # started. In order to avoid various race conditions in tempfile creation 38 # there rather than say, creating a tempfile, deleting it and reusing its 40 self._output_directory = tempfile.mkdtemp()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
strace_profiler.py | 11 import tempfile namespace 168 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_set_archive_info.py | 10 import tempfile namespace 73 temp_wpr_file_handle, temp_wpr_file_path = tempfile.mkstemp()
|
/external/gtest/test/ |
gtest_test_utils.py | 40 import tempfile namespace 152 _temp_dir = tempfile.mkdtemp()
|
/external/lldb/scripts/ |
sed-sources | 5 use File::Temp qw/ tempfile tempdir /; 155 ($out_fh, $out_path) = tempfile();
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_test_utils.py | 40 import tempfile namespace 137 _temp_dir = tempfile.mkdtemp()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 103 import re, tempfile, errno namespace 107 fdout, ccout = tempfile.mkstemp()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 5 import tempfile namespace 83 d = tempfile.mkdtemp()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_main.py | 10 import tempfile namespace 68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimetools.py | 6 import tempfile namespace 216 'x-uuencode': 'uuencode tempfile', 217 'uuencode': 'uuencode tempfile', 218 'x-uue': 'uuencode tempfile', 219 'uue': 'uuencode tempfile', 230 (fd, tempname) = tempfile.mkstemp()
|
pipes.py | 62 import tempfile namespace 225 (fd, temp) = tempfile.mkstemp()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
script_helper.py | 8 import tempfile namespace 99 dirname = tempfile.mkdtemp()
|
test_hotshot.py | 4 import tempfile namespace 132 emptyfile = tempfile.NamedTemporaryFile()
|
test_traceback.py | 70 import os, tempfile, time namespace 73 testdir = tempfile.mkdtemp()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 103 import re, tempfile, errno namespace 107 fdout, ccout = tempfile.mkstemp()
|