HomeSort by relevance Sort by last modified time
    Searched refs:tempfile (Results 51 - 75 of 324) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/build/android/pylib/
cmd_helper.py 11 import tempfile namespace
91 tmpout = tempfile.TemporaryFile(bufsize=0)
92 tmperr = tempfile.TemporaryFile(bufsize=0)
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_token_matcher_unittest.py 30 import tempfile namespace
222 with tempfile.NamedTemporaryFile() as input_file:
223 with tempfile.NamedTemporaryFile() as generated_file:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
toaiff.py 15 import tempfile namespace
81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
toaiff.py 15 import tempfile namespace
81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()
  /external/chromium_org/tools/cr/cr/commands/
shell.py 8 import tempfile namespace
48 with tempfile.NamedTemporaryFile() as rcfile:
  /external/chromium_org/tools/metrics/histograms/
diffutil.py 14 from tempfile import NamedTemporaryFile
  /external/chromium_org/v8/tools/
nacl-run.py 37 import tempfile namespace
45 (fd_out, outname) = tempfile.mkstemp()
46 (fd_err, errname) = tempfile.mkstemp()
74 (fd, fname) = tempfile.mkstemp()
  /external/blktrace/btt/
bno_plot.py 41 import getopt, glob, os, sys, tempfile namespace
92 tmpdir = tempfile.mktemp()
  /external/chromium_org/chrome/test/functional/media/
audio_playback_perf.py 23 import tempfile namespace
52 f, path = tempfile.mkstemp(suffix='_actual.wav')
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update.py 20 import tempfile namespace
73 tempdir = 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/tools/crx_id/
crx_id_unittest.py 15 import tempfile namespace
51 temp_unpacked_crx = tempfile.mkdtemp()
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 9 import tempfile namespace
63 html_handle, html_path = tempfile.mkstemp('.html', 'graph', html_dir)
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_credentials_unittest.py 5 import tempfile namespace
41 with tempfile.NamedTemporaryFile(delete=False) as f:
bitmap_unittest.py 5 import tempfile namespace
55 temp_file = tempfile.NamedTemporaryFile().name
65 temp_file = tempfile.NamedTemporaryFile().name
  /external/skia/tools/
merge_static_libs.py 10 import tempfile namespace
23 tempdir = tempfile.mkdtemp()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dircache.py 9 import os, time, sys, tempfile namespace
14 self.tempdir = tempfile.mkdtemp()
test_py_compile.py 5 import tempfile namespace
13 self.directory = tempfile.mkdtemp()
test_csv.py 9 import tempfile namespace
121 fd, name = tempfile.mkstemp()
198 fd, name = tempfile.mkstemp()
311 fd, name = tempfile.mkstemp()
373 fd, name = tempfile.mkstemp()
395 fd, name = tempfile.mkstemp()
406 fd, name = tempfile.mkstemp()
417 fd, name = tempfile.mkstemp()
428 fd, name = tempfile.mkstemp()
439 fd, name = tempfile.mkstemp(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dircache.py 9 import os, time, sys, tempfile namespace
14 self.tempdir = tempfile.mkdtemp()
test_py_compile.py 5 import tempfile namespace
13 self.directory = tempfile.mkdtemp()
test_csv.py 9 import tempfile namespace
121 fd, name = tempfile.mkstemp()
198 fd, name = tempfile.mkstemp()
311 fd, name = tempfile.mkstemp()
373 fd, name = tempfile.mkstemp()
395 fd, name = tempfile.mkstemp()
406 fd, name = tempfile.mkstemp()
417 fd, name = tempfile.mkstemp()
428 fd, name = tempfile.mkstemp()
439 fd, name = tempfile.mkstemp(
    [all...]
  /system/extras/tests/bionic/libc/other/
test_zlib.c 178 char tempfile[256]; local
215 sprintf(tempfile, "/tmp/ztest.%d", getpid() );
235 out = fopen( tempfile, "wb" );
237 fprintf(stderr, "could not create '%s': %s\n", tempfile, strerror(errno));
253 f = fopen( tempfile, "rb" );
265 unlink(tempfile);
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 14 import tempfile namespace
30 handle_out, filename_out = tempfile.mkstemp(
32 handle_err, filename_err = tempfile.mkstemp(
123 output_dir_path = tempfile.mkdtemp()
136 output_dir_path = tempfile.mkdtemp()
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 11 import tempfile namespace
39 ret_code_file = tempfile.NamedTemporaryFile()
82 sh_script_file = tempfile.NamedTemporaryFile()

Completed in 825 milliseconds

1 23 4 5 6 7 8 91011>>