Searched defs:tempfile (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium-trace/trace-viewer/tracing/build/
H A Dtrace2html_unittest.py7 import tempfile namespace
16 # Note: We can't use "with" when working with tempfile.NamedTemporaryFile as
19 raw_tmpfile = tempfile.NamedTemporaryFile(
H A Dvulcanize_trace_viewer_unittest.py8 import tempfile namespace
16 # Note: We can't use "with" when working with tempfile.NamedTemporaryFile
19 raw_tmpfile = tempfile.NamedTemporaryFile(
H A Dgenerate_about_tracing_contents_unittest.py7 import tempfile namespace
23 tmpdir = tempfile.mkdtemp()
H A Drun_dev_server_tests12 import tempfile namespace
97 tmpdir = tempfile.mkdtemp()
127 tmpdir = tempfile.mkdtemp()
141 user_data_dir = tempfile.mkdtemp()
/external/mesa3d/src/glsl/tests/
H A Dcompare_ir32 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 Dupload_dm_results.py13 import tempfile namespace
39 tmp = tempfile.mkdtemp()
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_common.py1 import os, subprocess, tempfile namespace
18 tmp = tempfile.mktemp()
H A Dandroid_run.py3 import os, sys, subprocess, tempfile namespace
/external/fonttools/MetaTools/
H A DroundTrip.py19 import tempfile namespace
34 xmlFile1 = tempfile.mktemp(".%s.ttx1" % fn)
35 ttFile2 = tempfile.mktemp(".%s" % fn)
36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
/external/libcxx/test/libcxx/
H A Dutil.py3 import tempfile namespace
17 handle, name = tempfile.mkstemp(suffix=suffix, prefix=prefix, dir=dir)
/external/skia/tools/
H A Dmerge_static_libs.py10 import tempfile namespace
23 tempdir = tempfile.mkdtemp()
H A Dtest_pdfs.py17 import tempfile namespace
/external/v8/tools/
H A Ddisasm.py33 import tempfile namespace
63 tmp_name = tempfile.mktemp(".v8code")
H A Dandroid-run.py42 import tempfile namespace
50 (fd_out, outname) = tempfile.mkstemp()
51 (fd_err, errname) = tempfile.mkstemp()
79 (fd, fname) = tempfile.mkstemp()
H A Dnacl-run.py37 import tempfile namespace
45 (fd_out, outname) = tempfile.mkstemp()
46 (fd_err, errname) = tempfile.mkstemp()
74 (fd, fname) = tempfile.mkstemp()
/external/blktrace/btt/
H A Dbno_plot.py41 import getopt, glob, os, sys, tempfile namespace
92 tmpdir = tempfile.mktemp()
/external/boringssl/src/util/bot/
H A Dupdate_clang.py19 import tempfile namespace
60 with tempfile.NamedTemporaryFile() as temp:
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dcascade.py10 import tempfile namespace
94 f = tempfile.TemporaryFile()
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer15 import tempfile namespace
28 t = tempfile.NamedTemporaryFile(delete=False)
/external/lldb/examples/python/
H A Ddelta.py24 import tempfile namespace
36 log_file = tempfile.mktemp()
/external/llvm/utils/lit/lit/formats/
H A Dbase.py33 import tempfile namespace
95 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
/external/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py15 import tempfile namespace
30 self.__tmp_dir = tempfile.mkdtemp()
H A Dandroid_framework_gyp_tests.py15 import tempfile namespace
31 self.__tmp_dir = tempfile.mkdtemp()
44 f = tempfile.mkstemp(dir=self.__tmp_dir)
/external/llvm/utils/
H A Dupdate_llc_test_checks.py15 import tempfile namespace
/external/skia/platform_tools/android/bin/
H A Dgyp_to_android.py17 import tempfile namespace
81 tmp_folder = tempfile.mkdtemp(dir=SKIA_DIR)

Completed in 1722 milliseconds

123