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

1 23 4 5 6 7 8 91011>>

  /external/strace/tests/
detach-stopped.test 37 $STRACE -d -enone / > /dev/null 2> "$LOG"
38 if grep -x "[^:]*strace: PTRACE_SEIZE doesn't work" "$LOG" > /dev/null; then
44 rm -f "$LOG"
45 ./set_ptracer_any sleep $((2*$TIMEOUT_DURATION)) > "$LOG" &
47 while ! [ -s "$LOG" ]; do
65 rm -f "$LOG"
66 $STRACE -p $tracee_pid 2> "$LOG" &
68 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do
76 while ! grep -F -e '--- stopped by ' "$LOG" > /dev/null; do
87 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null ||
    [all...]
detach-running.test 39 ./set_ptracer_any sh -c "echo > $LOG; while :; do :; done" > /dev/null &
41 while ! [ -s "$LOG" ]; do
57 rm -f "$LOG"
58 $STRACE -p $tracee_pid 2> "$LOG" &
60 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do
71 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
utime.test 10 OUT="$LOG.out"
15 LC_ALL=C grep -x "utime(.*" "$LOG" > /dev/null || {
19 match_diff "$LOG" "$OUT"
utimensat.test 8 OUT="$LOG.out"
12 LC_ALL=C grep -x "utimensat(.*" "$LOG" > /dev/null || {
17 match_diff "$LOG" "$OUT"
pc.test 37 $STRACE $args 2> "$LOG" ||
40 len="$(sed -n 's/^\[[[:xdigit:]]\+\] write(-1, NULL, \([[:digit:]]\{1,2\}\))[[:space:]]\+= -1 .*/\1/p' "$LOG")" &&
42 pid="$(sed -n 's/^\[[[:xdigit:]]\{'"$len"'\}\] --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_\(KILLED\|DUMPED\), si_pid=\([[:digit:]]\+\), .*/\2/p' "$LOG")" &&
44 ip="$(sed -n 's/^\[pid \+'"$pid"'\] \[\([[:xdigit:]]\{'"$len"'\}\)] --- SIGSEGV {.*} ---$/\1/p' "$LOG")" &&
50 EXPECTED="$LOG.expected"
58 match_grep "$LOG" "$EXPECTED"
aio.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
clock_nanosleep.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
clock_xettime.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
nanosleep.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
restart_syscall.test 8 OUT="$LOG.out"
11 match_grep "$LOG" "$OUT"
sigreturn.test 38 EXPECTED="$LOG.expected"
45 match_grep "$LOG" "$EXPECTED"
statx.sh 9 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
timer_xettime.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
timerfd_xettime.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
umount.test 12 OUT="$LOG.out"
14 match_diff "$LOG" "$OUT"
umount2.test 12 OUT="$LOG.out"
14 match_diff "$LOG" "$OUT"
xettimeofday.test 8 OUT="$LOG.out"
11 match_diff "$LOG" "$OUT"
  /external/testng/src/test/java/test/interleavedorder/
InterleavedInvocationTest.java 17 public static List<String> LOG = new ArrayList<>();
21 LOG = new ArrayList<>();
24 private void verifyInvocation(int number, List<String> log, int index) {
25 Assert.assertEquals(log.get(index), "beforeTestChild" + number + "Class");
26 Assert.assertTrue(("test1".equals(log.get(index + 1)) && "test2".equals(LOG.get(index + 2)))
27 || ("test2".equals(LOG.get(index + 1)) && "test1".equals(LOG.get(index + 2))),
29 Assert.assertEquals(log.get(index + 3), "afterTestChild" + number + "Class");
42 Assert.assertEquals(LOG.size(), 8, LOG.toString())
    [all...]
  /system/tpm/trunks/
trunks_client.cc 75 LOG(ERROR) << "Error allocating PCR:" << trunks::GetErrorString(result);
88 LOG(ERROR) << "Error taking ownership: " << trunks::GetErrorString(rc);
98 LOG(ERROR) << "Failed to read TPM state: "
170 LOG(INFO) << "Running RNG test.";
172 LOG(ERROR) << "Error running RNGtest.";
175 LOG(INFO) << "Running RSA key tests.";
177 LOG(ERROR) << "Error running SignTest.";
181 LOG(ERROR) << "Error running DecryptTest.";
185 LOG(ERROR) << "Error running ImportTest.";
189 LOG(ERROR) << "Error running AuthChangeTest."
    [all...]
  /bootable/recovery/minzip/
Log.h 9 // The output will be correct when the log file is shared between multiple
12 // and so are NOT reentrant. Do not use LOG in a signal handler.
46 * Simplified macro to send a verbose log message using the current LOG_TAG.
52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
64 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
73 * Simplified macro to send a debug log message using the current LOG_TAG.
76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
82 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
87 * Simplified macro to send an info log message using the current LOG_TAG.
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)
    [all...]
  /external/testng/src/test/java/test/factory/classconf/
XClassOrderWithFactory.java 14 public static final StringBuffer LOG= new StringBuffer();
26 LOG.append("B");
30 LOG.append("T");
34 LOG.append("A");
  /external/webrtc/talk/media/base/
cpuid_unittest.cc 37 LOG(LS_INFO) << "ARM: "
39 LOG(LS_INFO) << "NEON: "
41 LOG(LS_INFO) << "X86: "
43 LOG(LS_INFO) << "SSE2: "
45 LOG(LS_INFO) << "SSSE3: "
47 LOG(LS_INFO) << "SSE41: "
49 LOG(LS_INFO) << "SSE42: "
51 LOG(LS_INFO) << "AVX: "
61 LOG(LS_INFO) << "IsCoreIOrBetter: " << core_i_or_better;
  /system/tpm/tpm_manager/server/
tpm_util.h 23 LOG(severity) << "TPM error 0x" << std::hex << result \
  /system/update_engine/
update_engine_client.cc 67 LOG(ERROR) << "UpdateEngineService not available.";
120 LOG(ERROR) << error;
138 LOG(INFO) << "Got status update:";
139 LOG(INFO) << " last_checked_time: " << last_checked_time;
140 LOG(INFO) << " progress: " << progress;
141 LOG(INFO) << " current_operation: "
143 LOG(INFO) << " new_version: " << new_version;
144 LOG(INFO) << " new_size: " << new_size;
210 LOG(ERROR) << "Update failed, current operations is "
215 LOG(INFO) << "Update succeeded -- reboot needed."
    [all...]
  /external/ceres-solver/internal/ceres/
trust_region_strategy.cc 49 LOG(FATAL) << "Unknown trust region strategy: "
53 LOG(FATAL) << "Unknown trust region strategy: "

Completed in 1797 milliseconds

1 23 4 5 6 7 8 91011>>