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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
format-strings.c 10 #define LOG printf(FOOBAR "%f", __LINE__)
15 LOG;
  /external/strace/tests/
getdents.test 7 rm -rf -- "$LOG".dir
10 OUT="$LOG.out"
13 match_diff "$LOG" "$OUT"
getdents64.test 7 rm -rf -- "$LOG".dir
10 OUT="$LOG.out"
13 match_diff "$LOG" "$OUT"
readdir.test 7 rm -rf -- "$LOG".dir
10 OUT="$LOG.out"
13 match_diff "$LOG" "$OUT"
adjtimex.test 8 OUT="$LOG.out"
10 match_grep "$LOG" "$OUT"
bpf.test 8 OUT="$LOG.out"
10 match_grep "$LOG" "$OUT"
file_handle.test 9 OUT="$LOG.out"
12 match_diff "$LOG" "$OUT"
ftruncate.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
ftruncate64.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
inet-cmsg.test 9 OUT="$LOG.out"
12 match_diff "$LOG" "$OUT"
ipc.sh 7 OUT="$LOG.out"
11 match_grep "$LOG" "$OUT"
llseek.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
lseek.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
membarrier.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
mlock2.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
personality.test 8 OUT="$LOG.out"
10 match_grep "$LOG" "$OUT"
pselect6.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
seccomp.test 7 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
sysinfo.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
time.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
timer_create.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
times-fail.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
truncate.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
truncate64.test 8 OUT="$LOG.out"
10 match_diff "$LOG" "$OUT"
  /external/e2fsprogs/tests/scripts/
resize_test 22 echo $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 > $LOG
23 $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG
29 echo $CRCSUM $OUT_TMP >> $LOG 2>&1
31 echo Checksum is $CSUM_1 >> $LOG
33 echo Setting up file system >> $LOG
34 $DEBUGFS -w $TMPFILE >> $LOG 2>&1 << EOF
42 echo " " >> $LOG
46 echo $FSCK -fy $TMPFILE >> $LOG 2>&1
47 $FSCK -fy $TMPFILE >> $LOG 2>&1
49 echo $RESIZE2FS $RESIZE2FS_OPTS -d 31 $TMPFILE $SIZE_2 >> $LOG 2>&
    [all...]

Completed in 203 milliseconds

1 2 3 4 5 6 7 8 91011>>