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

1 23 4 5 6 7 8

  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid07.c 45 static char testfile[256] = ""; variable
94 TEST(tst_fd = open(testfile, O_RDWR));
120 TEST(tst_fd2 = open(testfile, O_RDWR));
154 TEST(tst_fd = open(testfile, O_RDWR));
177 sprintf(testfile, "setreuid07file%d.tst", getpid());
180 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, 0644);
  /external/elfutils/tests/
run-readelf-z.sh 22 testfiles testfile-zgnu64
23 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgnu64 <<\EOF
44 testfiles testfile-zgnu64be
45 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgnu64be <<\EOF
67 testfiles testfile-zgabi64
68 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgabi64 <<\EOF
89 testfiles testfile-zgabi64be
90 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgabi64be <<\EOF
112 testfiles testfile-zgnu32
113 testrun_compare ${abs_top_builddir}/src/readelf -z -S testfile-zgnu32 <<\EO
    [all...]
run-readelf-zdebug.sh 20 # - testfile-zdebug.c
38 # -fno-asynchronous-unwind-tables -o testfile-debug testfile-zdebug.c
40 # -fno-asynchronous-unwind-tables -o testfile-zdebug testfile-zdebug.c
42 testfiles testfile-debug testfile-zdebug
57 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug
59 cat loc.out | sed -e "s/.debug_loc' at offset 0xa17/.zdebug_loc' at offset 0x1a27/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-zdebug
76 cat aranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=aranges testfile-debu
    [all...]
run-get-files.sh 21 testfiles testfile testfile2
23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF
run-addr2line-i-test.sh 55 testfiles testfile-inlines
57 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005a0 <<\EOF
61 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005a1 <<\EOF
65 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005b0 <<\EOF
69 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005b1 <<\EOF
73 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005c0 <<\EOF
78 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005d0 <<\EOF
83 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005e0 <<\EOF
89 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005e1 <<\EOF
95 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-inlines 0x00000000000005f1 <<\EO
    [all...]
run-addr2line-test.sh 20 testfiles testfile
44 cat good.out | testrun_compare ${abs_top_builddir}/src/addr2line -f -e testfile 0x08048468 0x0804845c foo bar foo+0x0 bar+0x0 foo-0x0 bar-0x0
58 cat stdin.nl | testrun ${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nl.out || exit 1
67 echo -n "0x08048468" | testrun ${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nonl.out || exit 1
71 echo -n "foo" | testrun ${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nl.out || exit 1
104 cat good.addr.out | testrun_compare ${abs_top_builddir}/src/addr2line -a -f -e testfile 0x08048468 0x0804845c foo bar foo+0x0 bar+0x0 foo-0x0 bar-0x0
107 cat stdin.nl | testrun ${abs_top_builddir}/src/addr2line -a -f -e testfile > stdin.nl.out || exit 1
111 testrun_compare ${abs_top_builddir}/src/addr2line --pretty -a -f -e testfile 0x08048468 0x0804845c << EOF
run-zstrptr.sh 20 # A random 32bit and 64bit testfile
21 testfiles testfile testfile10
23 testrun_compare ${abs_top_builddir}/tests/zstrptr testfile <<\EOF
run-backtrace-demangle.sh 25 child=testfile-backtrace-demangle
run-lfs-symbols.sh 32 # $ gcc -m32 -O2 nolfs.c -o testfile-nolfs
33 testfiles testfile-nolfs
58 testrun_lfs ./testfile-nolfs
60 echo "Didn't detect any problem with testfile-nolfs!"
  /prebuilts/go/darwin-x86/src/go/printer/
performance_test.go 20 var testfile *ast.File var
48 testfile = file
52 if testfile == nil {
56 testprint(ioutil.Discard, testfile)
  /prebuilts/go/linux-x86/src/go/printer/
performance_test.go 20 var testfile *ast.File var
48 testfile = file
52 if testfile == nil {
56 testprint(ioutil.Discard, testfile)
  /external/ltp/testcases/kernel/syscalls/dup2/
dup202.c 64 char testfile[40]; variable
104 if ((ofd = creat(testfile, TC[i].mode)) == -1)
134 if (unlink(testfile) == -1)
157 sprintf(testfile, "dup202.%d", getpid());
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 51 testfile[] = "futimesattestfile.txt", variable
114 SAFE_FILE_PRINTF(cleanup, testfile, testfile);
122 filenames[0] = filenames[2] = filenames[3] = filenames[4] = testfile;
  /external/ltp/testcases/kernel/syscalls/setuid/
setuid04.c 44 static char testfile[] = "setuid04_testfile"; variable
96 TEST(tst_fd = open(testfile, O_RDWR));
119 TEST(tst_fd2 = open(testfile, O_RDWR));
159 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, 0644);
  /external/ltp/testcases/kernel/syscalls/unlinkat/
unlinkat01.c 57 testfile[] = "unlinkattestfile.txt", variable
121 SAFE_FILE_PRINTF(cleanup, testfile, testfile);
130 filenames[5] = testfile;
  /external/ltp/testcases/network/nfs/fsx-linux/
fsx.sh 35 fsx-linux -N $ITERATIONS testfile 2>&1 > fsx-out.log
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
size.exp 38 set testfile [remote_download host tmpdir/bintest.o]
40 set testfile tmpdir/bintest.o
48 set got [binutils_run $SIZE "$SIZEFLAGS $testfile"]
50 set want "($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($dec)\[ \]+($hex)\[ \]+${testfile}"
67 set got [binutils_run $SIZE "$SIZEFLAGS -A ${testfile}"]
69 set want "${testfile}.*(text|TEXT|P)\[^\n\r\]*\[ \]($dec)\[ \]+$dec.*(\\.data|DATA|D_1)\[^\n\r\]*\[ \]($dec)\[ \]+$dec"
  /external/ltp/testcases/kernel/syscalls/fchmodat/
fchmodat01.c 58 char testfile[256]; variable
119 sprintf(testfile, "fchmodattest%d.txt", p);
130 SAFE_FILE_PRINTF(cleanup, testfile, "%s", testfile);
137 filenames[0] = filenames[2] = filenames[3] = filenames[4] = testfile;
  /external/ltp/testcases/kernel/syscalls/setfsuid/
setfsuid04.c 48 static char testfile[] = "setfsuid04_testfile"; variable
91 TEST(open(testfile, O_RDWR));
117 TEST(open(testfile, O_RDWR));
152 TEST(open(testfile, O_RDWR));
178 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, 0644);
  /external/ltp/testcases/kernel/syscalls/fstatat/
fstatat01.c 52 testfile[] = "fstatattestfile.txt", variable
131 SAFE_FILE_PRINTF(cleanup, testfile, testfile);
140 filenames[5] = testfile;
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock04.c 50 char *testfile = "test_mlock"; variable
90 fd = SAFE_OPEN(cleanup, testfile, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR);
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 54 static const char testfile[] = "testfile"; variable
74 printf(" -s x testfile size (default 64MB)\n");
170 f = fopen(testfile, "w");
174 testfile);
181 testfile);
190 /* read_testfile - mmap testfile and read every page.
294 read_testfile(0, testfile, testfile_size, &read_bytes, &usec, &cached);
302 read_testfile(0, testfile, testfile_size, &read_bytes, &usec, &cached);
312 read_testfile(1, testfile, testfile_size, &read_bytes_ra
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aifc.py 104 testfile = Wrapfile(self.sndfilepath)
105 f = self.f = aifc.open(testfile)
106 self.assertEqual(testfile.closed, False)
108 self.assertEqual(testfile.closed, True)
109 testfile = open(TESTFN, 'wb')
110 fout = aifc.open(testfile, 'wb')
111 self.assertFalse(testfile.closed)
114 self.assertTrue(testfile.closed)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aifc.py 104 testfile = Wrapfile(self.sndfilepath)
105 f = self.f = aifc.open(testfile)
106 self.assertEqual(testfile.closed, False)
108 self.assertEqual(testfile.closed, True)
109 testfile = open(TESTFN, 'wb')
110 fout = aifc.open(testfile, 'wb')
111 self.assertFalse(testfile.closed)
114 self.assertTrue(testfile.closed)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 104 testfile = Wrapfile(self.sndfilepath)
105 f = self.f = aifc.open(testfile)
106 self.assertEqual(testfile.closed, False)
108 self.assertEqual(testfile.closed, True)
109 testfile = open(TESTFN, 'wb')
110 fout = aifc.open(testfile, 'wb')
111 self.assertFalse(testfile.closed)
114 self.assertTrue(testfile.closed)

Completed in 233 milliseconds

1 23 4 5 6 7 8