HomeSort by relevance Sort by last modified time
    Searched defs:tempfile (Results 26 - 50 of 222) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
v8_profiler.py 6 import tempfile namespace
28 dump_file = tempfile.mkstemp()[1]
  /external/chromium_org/v8/tools/
disasm.py 33 import tempfile namespace
63 tmp_name = tempfile.mktemp(".v8code")
  /external/compiler-rt/test/asan/android_commands/
android_common.py 1 import os, subprocess, tempfile namespace
18 tmp = tempfile.mktemp()
  /external/fonttools/MetaTools/
roundTrip.py 19 import tempfile namespace
34 xmlFile1 = tempfile.mktemp(".%s.ttx1" % fn)
35 ttFile2 = tempfile.mktemp(".%s" % fn)
36 xmlFile2 = tempfile.mktemp(".%s.ttx2" % fn)
  /build/tools/releasetools/
img_from_target_files 40 import tempfile namespace
img_from_target_files.py 40 import tempfile namespace
  /external/blktrace/btt/
bno_plot.py 41 import getopt, glob, os, sys, tempfile namespace
92 tmpdir = tempfile.mktemp()
  /external/chromium_org/build/android/gyp/
emma_instr.py 27 import tempfile namespace
157 temp_dir = tempfile.mkdtemp()
finalize_apk.py 13 import tempfile namespace
91 with tempfile.NamedTemporaryFile() as signed_apk_path_tmp, \
92 tempfile.NamedTemporaryFile() as apk_to_sign_tmp, \
93 tempfile.NamedTemporaryFile() as apk_without_descriptors_tmp, \
94 tempfile.NamedTemporaryFile() as aligned_apk_tmp:
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 5 import tempfile namespace
17 input_file1 = tempfile.NamedTemporaryFile()
18 input_file2 = tempfile.NamedTemporaryFile()
27 record_path = tempfile.NamedTemporaryFile(suffix='.stamp')
  /external/chromium_org/build/android/pylib/device/
adb_wrapper_test.py 8 import tempfile namespace
34 fi, path = tempfile.mkstemp()
  /external/chromium_org/build/android/pylib/
screenshot.py 7 import tempfile namespace
53 self._recorder_stdout = tempfile.mkstemp()[1]
  /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/chrome/tools/
webforms_aggregator_tests.py 7 import tempfile namespace
21 self.url_file = tempfile.NamedTemporaryFile(suffix='.txt', delete=False)
  /external/chromium_org/media/tools/layout_tests/
test_expectations_history.py 13 import tempfile namespace
64 temp_directory = 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/remoting/tools/
run_webapp_unittest.py 13 import tempfile namespace
52 command.append('--user-data-dir=' + tempfile.gettempdir())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer_unittest.py 30 import tempfile namespace
  /external/chromium_org/third_party/android_testrunner/
run_command.py 22 import tempfile namespace
88 output_dest = tempfile.TemporaryFile(bufsize=0)
  /external/chromium_org/third_party/closure_compiler/runner/
build_runner_jar.py 10 import tempfile namespace
45 bin_path = tempfile.mkdtemp()
46 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
Cygdb.py 17 import tempfile namespace
36 fd, tempfilename = tempfile.mkstemp()
  /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/gm/rebaseline_server/
imagediffdb_test.py 14 import tempfile namespace
28 self.temp_dir = tempfile.mkdtemp()
imagepair_test.py 14 import tempfile namespace
29 self.temp_dir = tempfile.mkdtemp()
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
gyp_to_android_tests.py 15 import tempfile namespace
30 self.__tmp_dir = tempfile.mkdtemp()

Completed in 1832 milliseconds

12 3 4 5 6 7 8 9