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

1 2 3 4 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Makefile 5 TEST_FILES := tempfile
15 tempfile:
16 dd if=/dev/zero of=tempfile bs=64k count=1
19 rm -f $(TEST_PROGS) tempfile
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
elfedit.exp 24 set tempfile tmpdir/bintest.o
27 set tempfile [remote_download host tmpdir/bintest.o]
readelf.exp 159 set tempfile [remote_download host tmpdir/testprog.o]
162 set got [remote_exec host "$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]
167 file_on_host delete $tempfile
240 set tempfile [remote_download host tmpdir/dw2-compressed.o]
243 set got [remote_exec host "$READELF $READELFFLAGS -wa $tempfile" "" "/dev/null" "readelf.out"]
248 file_on_host delete $tempfile
274 set tempfile [remote_download host tmpdir/dumptest.o]
277 set got [remote_exec host "$READELF $READELFFLAGS -p.data $tempfile" "" "/dev/null" "readelf.out"]
305 file_on_host delete $tempfile
331 set tempfile tmpdir/bintest.
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
x86-64.exp 23 global tempfile
25 set tempfile tmpdir/x86-64temp.o
  /external/ltp/testcases/kernel/fs/stream/
stream05.c 52 char tempfile[40] = ""; variable
73 sprintf(tempfile, "stream05.%d", getpid());
76 if ((stream = fopen(tempfile, "a+")) == NULL) {
78 tempfile,
84 if ((stream = fopen(tempfile, "r+")) == NULL) {
86 tempfile,
135 if ((stream = fopen(tempfile, "r+")) == NULL) {
137 tempfile,
182 if ((stream = fopen(tempfile, "rb")) == NULL) {
184 tempfile,
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
tempfile_ext.py 8 import tempfile
15 This is a context manager version of tempfile.mkdtemp. The arguments to this
21 d = tempfile.mkdtemp(suffix=suffix, prefix=prefix, dir=dir)
  /external/ltp/testcases/kernel/syscalls/open/
open09.c 38 static char tempfile[40] = ""; variable
57 fildes = open(tempfile, O_WRONLY);
69 fildes = open(tempfile, O_RDONLY);
94 sprintf(tempfile, "open09.%d", getpid());
96 fildes = creat(tempfile, 0600);
99 tempfile);
107 unlink(tempfile);
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_tempfile_test.py 63 """Test the 'tempfile' module mock."""
67 self.tempfile = fake_tempfile.FakeTempfileModule(self.filesystem)
78 filename_a = self.tempfile._TempFilename()
84 filename_b = self.tempfile._TempFilename()
90 """test tempfile._TempFilename(suffix=)."""
91 filename = self.tempfile._TempFilename(suffix='.suffix')
97 """test tempfile._TempFilename(prefix=)."""
98 filename = self.tempfile._TempFilename(prefix='prefix.')
103 """test tempfile._TempFilename(dir=)."""
104 filename = self.tempfile._TempFilename(dir='/dir'
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
i386.exp 27 global tempfile
29 set tempfile tmpdir/i386temp.o
  /external/icu/tools/
i18nutil.py 3 import tempfile
21 tmp_dir = tempfile.mkdtemp('-i18n')
  /external/llvm/utils/release/
merge.sh 76 tempfile=`mktemp /tmp/merge.XXXXXX` || exit 1
79 echo "Reverting r$rev:" > $tempfile
81 echo "Merging r$rev:" > $tempfile
83 svn log -c $rev http://llvm.org/svn/llvm-project/$proj/trunk >> $tempfile 2>&1
99 echo svn commit -F $tempfile
  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist_test.py 7 import tempfile
16 with tempfile.NamedTemporaryFile() as blacklist_file:
25 with tempfile.NamedTemporaryFile(delete=False) as blacklist_file:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
file_handle_unittest.py 6 import tempfile
15 self.temp_file_txt = tempfile.NamedTemporaryFile(
17 self.abs_path_html = tempfile.NamedTemporaryFile(
  /external/toybox/toys/other/
dos2unix.c 31 char *tempfile;
39 if (fd) outfd = copy_tempfile(fd, name, &TT.tempfile);
65 if (fd) replace_tempfile(-1, outfd, &TT.tempfile);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
threaded_import_hangers.py 12 import tempfile
32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
  /external/autotest/client/site_tests/kernel_SchedCgroups/
kernel_SchedCgroups.py 7 import os, tempfile
26 self._tmpdir = tempfile.mkdtemp()
  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter.py 8 import tempfile
14 tmpdir = tempfile.mkdtemp(prefix="newns-", dir="/tmp")
  /external/chromium-trace/catapult/common/eslint/eslint/
smoke_test.py 7 import tempfile
27 tmp_file = tempfile.NamedTemporaryFile(
  /external/toolchain-utils/crosperf/
crosperf_test.py 9 import tempfile
36 filehandle, filename = tempfile.mkstemp()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
threaded_import_hangers.py 12 import tempfile
32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
threaded_import_hangers.py 12 import tempfile
32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 12 import tempfile
32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
threaded_import_hangers.py 12 import tempfile
32 ("tempfile.TemporaryFile", tempfile.TemporaryFile, ()),
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/aarch64/
aarch64.exp 22 set tempfile tmpdir/aarch64temp.o
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log_io_test.py 8 import tempfile
17 file = tempfile.NamedTemporaryFile()
25 file = tempfile.NamedTemporaryFile()
35 file = tempfile.NamedTemporaryFile()

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>