HomeSort by relevance Sort by last modified time
    Searched refs:tempfile (Results 126 - 150 of 1217) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb3.py 7 import tempfile
60 test_all.set_test_path_prefix(os.path.join(tempfile.gettempdir(),
test_commands.py 6 import os, tempfile, re
35 dir = tempfile.mkdtemp()
test_threadedtempfile.py 2 Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
4 failures. A failure is a bug in tempfile, and may be due to:
6 + Trying to create more than one tempfile with the same name.
7 + Trying to delete a tempfile that doesn't still exist.
19 import tempfile
38 f = tempfile.TemporaryFile("w+b")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb3.py 7 import tempfile
60 test_all.set_test_path_prefix(os.path.join(tempfile.gettempdir(),
test_commands.py 6 import os, tempfile, re
35 dir = tempfile.mkdtemp()
test_threadedtempfile.py 2 Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
4 failures. A failure is a bug in tempfile, and may be due to:
6 + Trying to create more than one tempfile with the same name.
7 + Trying to delete a tempfile that doesn't still exist.
19 import tempfile
38 f = tempfile.TemporaryFile("w+b")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 7 import tempfile
60 test_all.set_test_path_prefix(os.path.join(tempfile.gettempdir(),
test_commands.py 6 import os, tempfile, re
35 dir = tempfile.mkdtemp()
test_threadedtempfile.py 2 Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
4 failures. A failure is a bug in tempfile, and may be due to:
6 + Trying to create more than one tempfile with the same name.
7 + Trying to delete a tempfile that doesn't still exist.
19 import tempfile
38 f = tempfile.TemporaryFile("w+b")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 7 import tempfile
60 test_all.set_test_path_prefix(os.path.join(tempfile.gettempdir(),
test_commands.py 6 import os, tempfile, re
35 dir = tempfile.mkdtemp()
test_threadedtempfile.py 2 Create and delete FILES_PER_THREAD temp files (via tempfile.TemporaryFile)
4 failures. A failure is a bug in tempfile, and may be due to:
6 + Trying to create more than one tempfile with the same name.
7 + Trying to delete a tempfile that doesn't still exist.
19 import tempfile
38 f = tempfile.TemporaryFile("w+b")
  /test/vts/utils/python/io/
file_util.py 20 import tempfile
95 return tempfile.mkdtemp(dir=base_dir
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
nm.exp 38 set tempfile [remote_download host tmpdir/bintest.o]
40 set tempfile tmpdir/bintest.o
55 set got [binutils_run $NM "$NMFLAGS $tempfile"]
82 set got [binutils_run $NM "$NMFLAGS -g $tempfile"]
148 set got [binutils_run $NM "$NMFLAGS -P $tempfile"]
189 set tempfile [remote_download host tmpdir/nm-1.o]
191 set tempfile tmpdir/nm-1.o
200 set got [binutils_run $NM "$NMFLAGS --size-sort $tempfile"]
  /tools/test/connectivity/acts/framework/acts/libs/ota/ota_tools/
update_device_ota_tool.py 20 import tempfile
38 self.unzip_path = tempfile.mkdtemp()
  /external/autotest/site_utils/lxc/
lxc_config_unittest.py 9 import tempfile
48 'source': tempfile.mkdtemp(dir=tmpdir),
55 'source': tempfile.mkdtemp(dir=tmpdir),
106 self.rootfs = tempfile.mkdtemp()
165 with tempfile.NamedTemporaryFile() as tmp:
  /external/python/cpython2/Lib/test/
make_ssl_certs.py 7 import tempfile
95 with tempfile.NamedTemporaryFile(delete=False) as f:
106 with tempfile.NamedTemporaryFile(delete=False) as f:
144 with tempfile.NamedTemporaryFile("w") as t:
147 with tempfile.NamedTemporaryFile() as f:
  /external/python/cpython3/Lib/test/
make_ssl_certs.py 6 import tempfile
94 with tempfile.NamedTemporaryFile(delete=False) as f:
105 with tempfile.NamedTemporaryFile(delete=False) as f:
143 with tempfile.NamedTemporaryFile("w") as t:
146 with tempfile.NamedTemporaryFile() as f:
  /external/tensorflow/tensorflow/contrib/lite/toco/python/
toco_from_protos_test.py 20 import tempfile
59 with tempfile.NamedTemporaryFile() as fp_toco, \
60 tempfile.NamedTemporaryFile() as fp_model, \
61 tempfile.NamedTemporaryFile() as fp_input, \
62 tempfile.NamedTemporaryFile() as fp_output:
  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles_test.py 10 import tempfile
26 self._program_dir = tempfile.mkdtemp()
34 profile_dir = tempfile.mkdtemp()
90 my_output = tempfile.mkdtemp()
103 reference_output = tempfile.mkdtemp()
  /external/vboot_reference/tests/
run_vbutil_kernel_arg_tests.sh 156 tempfile="${TMPDIR}/foo.bin"
157 cat "${SSD_KERN}" > "$tempfile"
158 dd if="${USB_KERN}" bs=65536 skip=1 >> $tempfile 2>/dev/null
163 --verify "$tempfile" \
184 repacked=$("${FUTILITY}" dump_kernel_config "${tempfile}")
  /system/extras/ioblame/
ioblame.sh 332 cp $infile tempfile
336 fgrep -w "$i" tempfile > subtrace
341 fgrep -v -w "$i" tempfile > foo
342 mv foo tempfile
359 rm tempfile
367 cp $infile tempfile
371 fgrep -w "$i" tempfile > subtrace
373 fgrep -v -w "$i" tempfile > foo
374 mv foo tempfile
384 rm tempfile
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
export_test.py 23 import tempfile
93 export_dir = os.path.join(tempfile.mkdtemp(), 'export')
104 export_dir = os.path.join(tempfile.mkdtemp(), 'export')
126 export_dir=os.path.join(tempfile.mkdtemp(), 'export'),
144 export_dir=os.path.join(tempfile.mkdtemp(), 'export'),
168 export_dir=os.path.join(tempfile.mkdtemp(), 'export'),
189 export_dir=os.path.join(tempfile.mkdtemp(), 'export'),
210 export_dir = os.path.join(tempfile.mkdtemp(), 'export')
235 export_dir = os.path.join(tempfile.mkdtemp(), 'export')
  /dalvik/dx/etc/
mainDexClasses 23 local tempfile="${tempDir}/mainDexClasses-$$.tmp.jar"
24 if [ -e "${tempfile}" ]; then
28 echo "${tempfile}"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
toaiff.py 15 import tempfile
81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()

Completed in 829 milliseconds

1 2 3 4 56 7 8 91011>>