Searched refs:tempfile (Results 51 - 75 of 249) sorted by relevance

12345678910

/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/perf/benchmarks/
H A Dsession_restore.py6 import tempfile namespace
23 profile_dir = os.path.join(tempfile.gettempdir(), profile_type)
/external/chromium_org/tools/relocation_packer/test_data/
H A Dgenerate_elf_file_unittest_relocs.py18 import tempfile namespace
26 with tempfile.NamedTemporaryFile() as stream:
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_credentials_unittest.py5 import tempfile namespace
42 with tempfile.NamedTemporaryFile(delete=False) as f:
H A Dutil_unittest.py6 import tempfile namespace
45 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/v8/tools/
H A Ddisasm.py33 import tempfile namespace
63 tmp_name = tempfile.mktemp(".v8code")
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/mesa3d/src/mesa/
H A DSConscript470 tempfile = "git_sha1.h.tmp"
471 f = open(tempfile, "w")
474 if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename):
479 os.rename(tempfile, filename)
/external/skia/gm/rebaseline_server/
H A Dimagediffdb_test.py15 import tempfile namespace
29 self._temp_dir = tempfile.mkdtemp()
/external/skia/tools/
H A Dmerge_static_libs.py10 import tempfile namespace
23 tempdir = tempfile.mkdtemp()
/external/skia/tools/pyutils/
H A Durl_utils_test.py15 import tempfile namespace
42 tempdir_path = tempfile.mkdtemp()
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dgenerate_user_config_tests.py16 import tempfile namespace
50 tmp = tempfile.mkdtemp()
76 tmp = tempfile.mkdtemp()
/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()
/external/chromium_org/v8/tools/testrunner/local/
H A Dcommands.py33 import tempfile namespace
133 (fd_out, outname) = tempfile.mkstemp()
134 (fd_err, errname) = tempfile.mkstemp()
/external/skia/platform_tools/android/tests/
H A Dgenerate_user_config_tests.py16 import tempfile namespace
50 tmp = tempfile.mkdtemp()
76 tmp = tempfile.mkdtemp()
/external/chromium_org/tools/metrics/common/
H A Ddiff_util.py14 from tempfile import NamedTemporaryFile
/external/lldb/scripts/
H A Dcheckpoint-llvm.pl11 use File::Temp qw/ tempfile tempdir /;
/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 Dpack_arm_relocations.py29 import tempfile namespace
41 with tempfile.NamedTemporaryFile() as stream:
/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/native_client_sdk/src/build_tools/sdk_tools/
H A Dsdk_update.py20 import tempfile namespace
73 tempdir = 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/third_party/cython/src/pyximport/test/
H A Dtest_pyximport.py4 import tempfile namespace
7 tempdir = os.path.join(tempfile.gettempdir(), "pyrex_temp")

Completed in 671 milliseconds

12345678910