Searched defs:tempfile (Results 51 - 75 of 231) sorted by relevance

12345678910

/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dupload.py8 import tempfile namespace
38 handle_zip, filename_zip = tempfile.mkstemp('.zip', 'dmprof')
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dwriter_unittest_common.py10 import tempfile namespace
43 tmp_dir_name = tempfile.gettempdir()
/external/chromium_org/tools/grit/grit/node/
H A Dstructure_unittest.py16 import tempfile namespace
57 filename = node.Process(tempfile.gettempdir())
58 with open(os.path.join(tempfile.gettempdir(), filename)) as f:
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild_unittest.py11 import tempfile namespace
27 output_dir = tempfile.mkdtemp()
37 output_dir = tempfile.mkdtemp()
61 output_dir = tempfile.mkdtemp()
H A Ddiff_structures.py11 import tempfile namespace
108 fname = tempfile.mktemp()
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dcf_package_builder.py16 import tempfile namespace
44 self.work_dir = tempfile.mkdtemp()
/external/chromium_org/tools/perf/measurements/
H A Dscreenshot_unittest.py7 import tempfile namespace
19 self._options.png_outdir = tempfile.mkdtemp('_png_test')
/external/chromium_org/tools/protoc_wrapper/
H A Dprotoc_wrapper.py19 import tempfile namespace
67 wrapper_dir = tempfile.mkdtemp()
/external/chromium_org/tools/symsrc/
H A Dsource_index.py32 import tempfile namespace
95 (f, fname) = tempfile.mkstemp()
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dmonsoon_power_monitor.py7 import tempfile namespace
69 self._powermonitor_output_file = tempfile.TemporaryFile()
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dsample_profiler.py8 import tempfile namespace
19 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
H A Dvtune_profiler.py9 import tempfile namespace
22 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_set_unittest.py6 import tempfile namespace
17 directory_path = tempfile.mkdtemp()
33 directory_path = tempfile.mkdtemp()
H A Dprofile_generator_unittest.py8 import tempfile namespace
16 self.test_directory = tempfile.mkdtemp()
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dfind_dependencies_unittest.py11 import tempfile namespace
30 temp_dir = tempfile.mkdtemp()
/external/chromium_org/tools/valgrind/
H A Dgdb_helper.py10 import tempfile namespace
24 commands = tempfile.NamedTemporaryFile()
/external/chromium_org/tools/win/link_limiter/
H A Dbuild_link_limiter.py11 import tempfile namespace
17 fd, filename = tempfile.mkstemp('.bat', text=True)
/external/chromium_org/v8/tools/
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/clang/tools/scan-build/
H A Dset-xcode-analyzer15 import tempfile namespace
28 t = tempfile.NamedTemporaryFile(delete=False)
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_run.py3 import os, sys, subprocess, tempfile namespace
/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/gm/rebaseline_server/
H A Ddownload_actuals_test.py24 import tempfile namespace
H A Dimagediffdb_test.py15 import tempfile namespace
29 self._temp_dir = tempfile.mkdtemp()

Completed in 1525 milliseconds

12345678910