HomeSort by relevance Sort by last modified time
    Searched refs:LOG (Results 1 - 25 of 1955) 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/e2fsprogs/tests/scripts/
resize_test 8 dd if=/dev/zero of=$1 bs=1 count=0 seek=$size >> $LOG 2>&1
14 echo $test_description starting > $LOG
21 echo "using $TMPFILE" >> $LOG
26 echo "using $TMPFILE" >> $LOG
27 if ! truncate -s $SIZE_2 $TMPFILE >> $LOG 2>&1; then
34 echo $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG
35 $MKE2FS $FEATURES -qF $TMPFILE $SIZE_1 >> $LOG
41 echo $CRCSUM $OUT_TMP >> $LOG 2>&1
43 echo Checksum is $CSUM_1 >> $LOG
45 echo Setting up file system >> $LOG
    [all...]
  /external/strace/tests/
getdents.test 7 rm -rf -- "$LOG".dir
getdents64.test 7 rm -rf -- "$LOG".dir
readdir.test 7 rm -rf -- "$LOG".dir
strace-ff.test 18 rm -f "$LOG".*
22 match_diff "$LOG.$tracee_pid"
25 set -- "$LOG".*
26 [ "$LOG.$tracee_pid" = "$*" ] ||
29 rm -f "$OUT" "$LOG.$tracee_pid"
opipe.test 11 > "$LOG" || fail_ "failed to write $LOG"
12 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||
redirect.test 39 > "$LOG"
41 while [ -f "$LOG" ]; do
52 sh -c "exec <&- >&-; rm -f -- $LOG; $SLEEP_A_BIT; $SLEEP_A_BIT"
58 > "$LOG"
60 sh -c "exec <&- >&-; rm -f -- $LOG; $SLEEP_A_BIT; $SLEEP_A_BIT" |
62 while [ -f "$LOG" ]; do
  /external/strace/tests-m32/
getdents.test 7 rm -rf -- "$LOG".dir
getdents64.test 7 rm -rf -- "$LOG".dir
readdir.test 7 rm -rf -- "$LOG".dir
strace-ff.test 18 rm -f "$LOG".*
22 match_diff "$LOG.$tracee_pid"
25 set -- "$LOG".*
26 [ "$LOG.$tracee_pid" = "$*" ] ||
29 rm -f "$OUT" "$LOG.$tracee_pid"
opipe.test 11 > "$LOG" || fail_ "failed to write $LOG"
12 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||
redirect.test 39 > "$LOG"
41 while [ -f "$LOG" ]; do
52 sh -c "exec <&- >&-; rm -f -- $LOG; $SLEEP_A_BIT; $SLEEP_A_BIT"
58 > "$LOG"
60 sh -c "exec <&- >&-; rm -f -- $LOG; $SLEEP_A_BIT; $SLEEP_A_BIT" |
62 while [ -f "$LOG" ]; do
  /external/strace/tests-mx32/
getdents.test 7 rm -rf -- "$LOG".dir
getdents64.test 7 rm -rf -- "$LOG".dir
readdir.test 7 rm -rf -- "$LOG".dir
strace-ff.test 18 rm -f "$LOG".*
22 match_diff "$LOG.$tracee_pid"
25 set -- "$LOG".*
26 [ "$LOG.$tracee_pid" = "$*" ] ||
29 rm -f "$OUT" "$LOG.$tracee_pid"
opipe.test 11 > "$LOG" || fail_ "failed to write $LOG"
12 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||
redirect.test 39 > "$LOG"
41 while [ -f "$LOG" ]; do
52 sh -c "exec <&- >&-; rm -f -- $LOG; $SLEEP_A_BIT; $SLEEP_A_BIT"
58 > "$LOG"
60 sh -c "exec <&- >&-; rm -f -- $LOG; $SLEEP_A_BIT; $SLEEP_A_BIT" |
62 while [ -f "$LOG" ]; do
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestLog.java 15 // * Adds given string to the log if we are in verbose mode.
17 // void log(String message);
36 public static final int LOG = 0;
  /external/dtc/tests/
fdtget-runtest.sh 5 LOG=tmp.log.$$
7 rm -f $LOG $EXPECT
8 trap "rm -f $LOG $EXPECT" 0
14 verbose_run_log_check "$LOG" $VALGRIND $DTGET "$@"
16 if cmp $EXPECT $LOG>/dev/null; then
dtc-checkfails.sh 23 LOG=tmp.log.$$
24 rm -f $LOG
25 trap "rm -f $LOG" 0
27 verbose_run_log "$LOG" $VALGRIND "$DTC" -o /dev/null "$@"
33 if ! grep -E "^(ERROR)|(Warning) \($c\):" $LOG > /dev/null; then
39 if grep -E "^(ERROR)|(Warning) \($c\):" $LOG > /dev/null; then
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 2 * log.h, logging helper
23 #include <cutils/log.h>
36 #define LOG(_p, ...) \
38 #define LOGV(...) LOG("V", __VA_ARGS__)
39 #define LOGD(...) LOG("D", __VA_ARGS__)
40 #define LOGI(...) LOG("I", __VA_ARGS__)
41 #define LOGW(...) LOG("W", __VA_ARGS__)
42 #define LOGE(...) LOG("E", __VA_ARGS__)
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestLog.java 14 // * Adds given string to the log if we are in verbose mode.
16 // void log(String message);
35 public static final int LOG = 0;

Completed in 1151 milliseconds

1 2 3 4 5 6 7 8 91011>>