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

1 2 3 4 56 7 8 91011>>

  /external/strace/tests/
ioctl.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_dm-v.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_dm.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_loop-nv.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_nsfs.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_sock_gifconf.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
lseek.test 10 grep -v '^lseek([0-9]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
net-y-unix.test 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37 # Filter out close() calls made by ld.so and libc.
38 sed -n '/socket/,$p' < "$LOG" > "$OUT"
39 match_diff "$OUT" "$EXP"
prctl-arg2-intptr.test 11 < "$LOG" > "$OUT"
12 match_diff "$OUT" "$EXP"
prctl-dumpable.test 9 grep -v '^prctl(PR_[GS]ET_[^D][^U]' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-name.test 9 grep -v '^prctl(PR_GET_[^N][^A]' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-no-args.test 11 grep -v '^prctl(PR_[GS]ET_[^KST][^EI][^CEM]' < "$LOG" > "$OUT"
12 match_diff "$OUT" "$EXP"
prctl-pdeathsig.test 10 grep -v '^prctl(PR_[GS]ET_[^P][^D]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
prctl-seccomp-filter-v.test 10 grep -v '^prctl(PR_GET_' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
prctl-seccomp-strict.test 17 grep -v '^prctl(PR_GET_' < "$LOG" > "$OUT"
18 match_diff "$OUT" "$EXP"
prctl-securebits.test 9 grep -v '^prctl(PR_[GS]ET_[^S][^E][^C][^U]' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-tid_address.test 9 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^T]|.[^I]|..[^D])' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-tsc.test 10 grep -v '^prctl(PR_[GS]ET_[^T][^S]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
umovestr2.test 10 sed 1d < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
  /external/strace/tests-m32/
btrfs-v.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
execve-v.test 11 # Filter out execve() call made by strace.
12 grep -F test.execve < "$LOG" > "$OUT"
13 match_diff "$OUT" "$EXP"
execve.test 11 # Filter out execve() call made by strace.
12 grep -F test.execve < "$LOG" > "$OUT"
13 match_diff "$OUT" "$EXP"
fadvise64.test 10 grep -v "^$NAME([0123]," < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
getuid.test 10 uniq < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl-v.sh 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"

Completed in 351 milliseconds

1 2 3 4 56 7 8 91011>>