HomeSort by relevance Sort by last modified time
    Searched refs:NamedTemporaryFile (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/chromium-trace/catapult/systrace/profile_chrome/
trace_packager_unittest.py 18 # the process, so there's no need for NamedTemporaryFile to do the
20 with tempfile.NamedTemporaryFile(delete=False) as f1, \
21 tempfile.NamedTemporaryFile(delete=False) as f2:
27 with tempfile.NamedTemporaryFile() as output:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
file_handle_unittest.py 15 self.temp_file_txt = tempfile.NamedTemporaryFile(
17 self.abs_path_html = tempfile.NamedTemporaryFile(
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log_io_test.py 17 file = tempfile.NamedTemporaryFile()
25 file = tempfile.NamedTemporaryFile()
35 file = tempfile.NamedTemporaryFile()
trace_test.py 28 self._file = tempfile.NamedTemporaryFile()
  /external/chromium-trace/catapult/tracing/tracing_build/
vulcanize_trace_viewer_unittest.py 17 # Note: We can't use "with" when working with tempfile.NamedTemporaryFile
20 raw_tmpfile = tempfile.NamedTemporaryFile(
trace2html_unittest.py 16 # Note: We can't use "with" when working with tempfile.NamedTemporaryFile as
19 raw_tmpfile = tempfile.NamedTemporaryFile(
  /system/extras/verity/fec/tests/
fec.py 62 temp_img = tempfile.NamedTemporaryFile()
63 temp_cor = tempfile.NamedTemporaryFile()
64 temp_fec = tempfile.NamedTemporaryFile()
65 temp_out = tempfile.NamedTemporaryFile()
  /external/autotest/client/site_tests/audio_Microphone/
audio_Microphone.py 27 recorded_file = tempfile.NamedTemporaryFile()
37 recorded_file = tempfile.NamedTemporaryFile()
  /external/autotest/client/cros/image_comparison/
pdiff_image_comparer.py 39 tmp_golden_img_file = tempfile.NamedTemporaryFile(suffix=ext)
40 tmp_test_img_file = tempfile.NamedTemporaryFile(suffix=ext)
66 tmp_diff_file = tempfile.NamedTemporaryFile(suffix='.png', delete=False)
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
stones.py 30 main(tempfile.NamedTemporaryFile().name)
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
stones.py 30 main(tempfile.NamedTemporaryFile().name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stones.py 30 main(tempfile.NamedTemporaryFile().name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stones.py 30 main(tempfile.NamedTemporaryFile().name)
  /external/chromium-trace/catapult/catapult_base/catapult_base/
lock_unittest.py 49 tf = tempfile.NamedTemporaryFile(delete=False)
76 tf = tempfile.NamedTemporaryFile(delete=False)
105 tf = tempfile.NamedTemporaryFile(delete=False)
122 tf = tempfile.NamedTemporaryFile(delete=False)
140 tf = tempfile.NamedTemporaryFile(delete=False)
  /external/autotest/client/site_tests/audio_CRASFormatConversion/
audio_CRASFormatConversion.py 84 reduced_file = tempfile.NamedTemporaryFile()
106 noise_profile = tempfile.NamedTemporaryFile()
118 record_file = tempfile.NamedTemporaryFile()
  /build/tools/releasetools/
test_common.py 76 test_file = tempfile.NamedTemporaryFile(delete=False)
79 zip_file = tempfile.NamedTemporaryFile(delete=False)
112 zip_file = tempfile.NamedTemporaryFile(delete=False)
143 zip_file = tempfile.NamedTemporaryFile(delete=False)
146 test_file = tempfile.NamedTemporaryFile(delete=False)
267 zip_file = tempfile.NamedTemporaryFile(delete=False)
  /external/autotest/client/cros/
tpm_store.py 60 pem_file = tempfile.NamedTemporaryFile()
63 der_file = tempfile.NamedTemporaryFile()
certificate_util.py 33 with tempfile.NamedTemporaryFile() as temp:
  /system/extras/verity/
build_verity_metadata.py 31 with tempfile.NamedTemporaryFile(suffix='.table') as table_file:
32 with tempfile.NamedTemporaryFile(suffix='.sig') as signature_file:
  /external/autotest/client/site_tests/login_GaiaLogin/
login_GaiaLogin.py 25 with tempfile.NamedTemporaryFile() as pltp:
  /external/autotest/client/site_tests/security_mprotect/
security_mprotect.py 25 with tempfile.NamedTemporaryFile(prefix='%s-' % (self.executable),
  /external/autotest/server/cros/
gsutil_wrapper.py 34 with tempfile.NamedTemporaryFile(suffix='.wpr') as tempsource:
  /external/autotest/site_utils/suite_scheduler/
forgiving_config_parser_unittest.py 17 self._tmpconfig = tempfile.NamedTemporaryFile()
  /external/boringssl/src/util/bot/
update_clang.py 60 with tempfile.NamedTemporaryFile() as temp:
  /external/chromium-trace/catapult/perf_insights/perf_insights_build/
pi_report_to_html_unittest.py 25 # Note: We can't use "with" when working with tempfile.NamedTemporaryFile as
28 raw_tmpfile = tempfile.NamedTemporaryFile(

Completed in 1010 milliseconds

1 2 3 4 5 6