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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/rename_font/
test.py 19 import tempfile namespace
24 srcdir = tempfile.mkdtemp()
27 destdir = tempfile.mkdtemp()
  /external/chromium_org/build/android/gyp/
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:
create_standalone_apk.py 15 import tempfile namespace
22 with tempfile.NamedTemporaryFile(suffix='.zip') as intermediate_file:
pack_arm_relocations.py 29 import tempfile namespace
41 with tempfile.NamedTemporaryFile() as stream:
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
build_compiler_runner_jar.py 7 import tempfile namespace
41 bin_path = tempfile.mkdtemp()
42 manifest_file = tempfile.NamedTemporaryFile(mode='wt', delete=False)
  /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/tools/grit/grit/node/
structure_unittest.py 16 import tempfile namespace
57 filename = node.Process(tempfile.gettempdir())
58 with open(os.path.join(tempfile.gettempdir(), filename)) as f:
  /external/chromium_org/third_party/skia/tools/
test_pdfs.py 17 import tempfile namespace
  /external/chromium_org/tools/grit/grit/tool/
build_unittest.py 11 import tempfile namespace
27 output_dir = tempfile.mkdtemp()
37 output_dir = tempfile.mkdtemp()
61 output_dir = tempfile.mkdtemp()
  /external/chromium_org/v8/tools/
android-run.py 42 import tempfile namespace
50 (fd_out, outname) = tempfile.mkstemp()
51 (fd_err, errname) = tempfile.mkstemp()
79 (fd, fname) = tempfile.mkstemp()
  /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)
  /external/skia/tools/
test_pdfs.py 17 import tempfile namespace
  /external/chromium_org/build/
extract_from_cab.py 12 import tempfile namespace
34 temp_dir = tempfile.mkdtemp(dir=output_dir)
  /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/remoting/tools/
run_webapp_unittest.py 13 import tempfile namespace
52 command.append('--user-data-dir=' + tempfile.gettempdir())
  /external/chromium_org/third_party/mesa/src/src/mesa/
SConscript 470 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/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/tools/compile_test/
compile_test.py 18 import tempfile namespace
37 tmpdir = tempfile.mkdtemp()
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
writer_unittest_common.py 10 import tempfile namespace
43 tmp_dir_name = tempfile.gettempdir()
  /external/chromium_org/tools/perf/measurements/
screenshot_unittest.py 7 import tempfile namespace
19 self._options.png_outdir = tempfile.mkdtemp('_png_test')
skpicture_printer_unittest.py 6 import tempfile namespace
17 self._options.skp_outdir = tempfile.mkdtemp('_skp_test')
  /external/chromium_org/tools/perf/
record_android_profile.py 8 import tempfile namespace
20 output_file = os.path.join(tempfile.mkdtemp(), options.profiler)
  /external/chromium_org/tools/relocation_packer/test_data/
generate_elf_file_unittest_relocs.py 18 import tempfile namespace
26 with tempfile.NamedTemporaryFile() as stream:
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
netlog_profiler.py 5 import tempfile namespace
27 dump_file = tempfile.mkstemp()[1]

Completed in 1370 milliseconds

12 3 4 5 6 7 8 91011>>