/external/chromium_org/tools/cr/cr/commands/ |
shell.py | 8 import tempfile namespace 48 with tempfile.NamedTemporaryFile() as rcfile:
|
/external/chromium_org/tools/metrics/common/ |
diff_util.py | 14 from tempfile import NamedTemporaryFile
|
/external/chromium_org/v8/tools/ |
nacl-run.py | 37 import tempfile namespace 45 (fd_out, outname) = tempfile.mkstemp() 46 (fd_err, errname) = tempfile.mkstemp() 74 (fd, fname) = tempfile.mkstemp()
|
/external/skia/gm/rebaseline_server/ |
download_actuals_test.py | 24 import tempfile namespace
|
/external/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 16 import tempfile namespace 50 tmp = tempfile.mkdtemp() 76 tmp = tempfile.mkdtemp()
|
makefile_writer_tests.py | 16 import tempfile namespace 129 f = tempfile.TemporaryFile() 139 fd, filename = tempfile.mkstemp() 157 fd, outfile = tempfile.mkstemp() 177 outdir = tempfile.mkdtemp() 186 outdir = tempfile.mkdtemp()
|
/external/blktrace/btt/ |
bno_plot.py | 41 import getopt, glob, os, sys, tempfile namespace 92 tmpdir = tempfile.mktemp()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
upload_chromevox_to_webstore.py | 23 import tempfile namespace 107 new_file = tempfile.NamedTemporaryFile(mode='w+a', bufsize=0)
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update.py | 20 import tempfile namespace 73 tempdir = tempfile.mkdtemp()
|
/external/chromium_org/native_client_sdk/src/tools/tests/ |
create_html_test.py | 9 import tempfile namespace 39 self.tempdir = tempfile.mkdtemp("_sdktest")
|
/external/chromium_org/third_party/cython/src/Cython/Build/Tests/ |
TestInline.py | 1 import os, tempfile namespace 23 lib_dir = tempfile.mkdtemp(prefix='cython_inline_')
|
/external/chromium_org/third_party/cython/src/pyximport/test/ |
test_pyximport.py | 4 import tempfile namespace 7 tempdir = os.path.join(tempfile.gettempdir(), "pyrex_temp")
|
/external/chromium_org/third_party/skia/tools/ |
merge_static_libs.py | 10 import tempfile namespace 23 tempdir = tempfile.mkdtemp()
|
/external/chromium_org/tools/crx_id/ |
crx_id_unittest.py | 15 import tempfile namespace 51 temp_unpacked_crx = tempfile.mkdtemp()
|
/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
template.py | 9 import tempfile namespace 63 html_handle, html_path = tempfile.mkstemp('.html', 'graph', html_dir)
|
/external/chromium_org/tools/ipc_fuzzer/ |
remove_close_messages.py | 19 import tempfile namespace 22 temp_file = tempfile.NamedTemporaryFile(delete=False)
|
/external/chromium_org/tools/perf/benchmarks/ |
session_restore.py | 6 import tempfile namespace 23 profile_dir = os.path.join(tempfile.gettempdir(), profile_type)
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_credentials_unittest.py | 5 import tempfile namespace 42 with tempfile.NamedTemporaryFile(delete=False) as f:
|
util_unittest.py | 6 import tempfile namespace 45 self.test_directory = tempfile.mkdtemp()
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
profile_generator_unittest.py | 8 import tempfile namespace 16 self.test_directory = tempfile.mkdtemp()
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
find_dependencies_unittest.py | 11 import tempfile namespace 30 temp_dir = tempfile.mkdtemp()
|
/external/lldb/examples/python/ |
delta.py | 24 import tempfile namespace 36 log_file = tempfile.mktemp()
|
/external/skia/tools/ |
merge_static_libs.py | 10 import tempfile namespace 23 tempdir = tempfile.mkdtemp()
|
/frameworks/webview/chromium/tools/WebViewShell/ |
run_startup_time_test.sh | 8 TMPFILE=$(tempfile)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_dircache.py | 9 import os, time, sys, tempfile namespace 14 self.tempdir = tempfile.mkdtemp()
|