Searched defs:tempfile (Results 26 - 50 of 231) sorted by relevance

12345678910

/external/compiler-rt/test/asan/android_commands/
H A Dandroid_common.py1 import os, subprocess, tempfile namespace
18 tmp = tempfile.mktemp()
/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/skia/tools/
H A Dmerge_static_libs.py10 import tempfile namespace
23 tempdir = tempfile.mkdtemp()
H A Dtest_pdfs.py17 import tempfile namespace
/external/skia/tools/pyutils/
H A Durl_utils_test.py15 import tempfile namespace
42 tempdir_path = tempfile.mkdtemp()
/external/blktrace/btt/
H A Dbno_plot.py41 import getopt, glob, os, sys, tempfile namespace
92 tmpdir = tempfile.mktemp()
/external/chromium_org/build/android/gyp/
H A Demma_instr.py27 import tempfile namespace
157 temp_dir = tempfile.mkdtemp()
H A Dfinalize_apk.py13 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/
H A Dmd5_check_test.py5 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/
H A Dadb_wrapper_test.py8 import tempfile namespace
34 fi, path = tempfile.mkstemp()
/external/chromium_org/build/android/pylib/
H A Dscreenshot.py7 import tempfile namespace
53 self._recorder_stdout = tempfile.mkstemp()[1]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dupload_chromevox_to_webstore.py23 import tempfile namespace
107 new_file = tempfile.NamedTemporaryFile(mode='w+a', bufsize=0)
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator_tests.py7 import tempfile namespace
21 self.url_file = tempfile.NamedTemporaryFile(suffix='.txt', delete=False)
/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations_history.py13 import tempfile namespace
64 temp_directory = tempfile.mkdtemp()
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_html_test.py9 import tempfile namespace
39 self.tempdir = tempfile.mkdtemp("_sdktest")
/external/chromium_org/remoting/tools/
H A Drun_webapp_unittest.py13 import tempfile namespace
52 command.append('--user-data-dir=' + tempfile.gettempdir())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer_unittest.py30 import tempfile namespace
/external/chromium_org/third_party/android_testrunner/
H A Drun_command.py22 import tempfile namespace
88 output_dest = tempfile.TemporaryFile(bufsize=0)
/external/chromium_org/third_party/closure_compiler/runner/
H A Dbuild_runner_jar.py10 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/
H A DCygdb.py17 import tempfile namespace
36 fd, tempfilename = tempfile.mkstemp()
/external/chromium_org/third_party/cython/src/pyximport/test/
H A Dtest_pyximport.py4 import tempfile namespace
7 tempdir = os.path.join(tempfile.gettempdir(), "pyrex_temp")
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dimagediffdb_test.py14 import tempfile namespace
28 self.temp_dir = tempfile.mkdtemp()
H A Dimagepair_test.py14 import tempfile namespace
29 self.temp_dir = tempfile.mkdtemp()
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dgyp_to_android_tests.py15 import tempfile namespace
30 self.__tmp_dir = tempfile.mkdtemp()
/external/chromium_org/third_party/skia/tools/tests/
H A Dskimage_self_test.py12 import tempfile namespace
165 empty_dir = tempfile.mkdtemp()

Completed in 551 milliseconds

12345678910