/external/chromium_org/build/android/ |
lighttpd_server.py | 22 import tempfile namespace 49 self.temp_dir = tempfile.mkdtemp(prefix='lighttpd_for_chrome_android')
|
/external/chromium_org/build/android/pylib/utils/ |
flakiness_dashboard_results_uploader.py | 12 import tempfile namespace 172 tmp_folder = tempfile.mkdtemp()
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_all_tests.py | 12 import tempfile namespace 32 _, log_path = tempfile.mkstemp(prefix='chromedriver_')
|
/external/chromium_org/chrome/test/functional/rlz/ |
rlztest.py | 16 import tempfile namespace 45 self.temp_data_dir = tempfile.mkdtemp()
|
/external/chromium_org/chrome/test/pyautolib/ |
pyauto_utils.py | 13 import tempfile namespace 52 self._backup_dir = tempfile.mkdtemp(dir=os.path.dirname(self._path),
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
getos_test.py | 9 import tempfile namespace 136 self.tempdir = tempfile.mkdtemp("_sdktest")
|
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
crash_dump_tester.py | 9 import tempfile namespace 106 temp_dir = tempfile.mkdtemp(prefix='nacl_crash_dump_tester_')
|
/external/chromium_org/testing/gtest/test/ |
gtest_test_utils.py | 40 import tempfile namespace 137 _temp_dir = tempfile.mkdtemp()
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 37 import tempfile namespace 117 "TempFile.js", 535 modules_dir = tempfile.mkdtemp()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
http_server_base.py | 35 import tempfile namespace 63 tmpdir = tempfile.gettempdir()
|
/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 89 self._extension_dirs = [tempfile.mkdtemp()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
perf_profiler.py | 11 import tempfile namespace 29 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
|
strace_profiler.py | 11 import tempfile namespace 168 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
extensions_profile_creator.py | 11 import tempfile namespace 123 self._extension_download_dir = tempfile.mkdtemp()
|
record_wpr.py | 9 import tempfile namespace 140 temp_target_wpr_file_path = tempfile.mkstemp()[1]
|
/external/gtest/test/ |
gtest_test_utils.py | 40 import tempfile namespace 137 _temp_dir = tempfile.mkdtemp()
|
/external/v8/test/mjsunit/ |
testcfg.py | 32 import tempfile namespace 96 (fd_self_script, self_script) = tempfile.mkstemp(suffix=".js")
|
/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()
|