HomeSort by relevance Sort by last modified time
    Searched refs:LOGS (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/platform/src/test/java/org/conscrypt/ct/
CTLogStoreImplTest.java 58 private static final CTLogInfo[] LOGS;
64 LOGS = new CTLogInfo[logCount];
73 LOGS[i] = new CTLogInfo(key, description, url);
82 /* CTLogStoreImpl loads the list of logs lazily when they are first needed
84 * This test simply forces the logs to be loaded to make sure it doesn't
94 assertEquals(LOGS[0], log);
98 assertEquals(LOGS[0], log);
100 // Empty log file, used to mask fallback logs
120 CTLogInfo[] fallback = new CTLogInfo[] { LOGS[2], LOGS[3] }
    [all...]
  /external/ltp/testcases/commands/cron/
cron_tests.sh 34 LOGS=
49 if [ "$LOGS" ]; then
50 tail -n $lines $LOGS | grep "$pattern" > $out 2> $err
258 [ -f "$f" ] && LOGS="$f $LOGS"
  /system/core/debuggerd/libdebuggerd/include/
utility.h 64 // List of types of logs to simplify the logging decision in _LOG
74 LOGS,
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 584 _LOG(log, logtype::LOGS, "--------- %slog %s\n",
618 _LOG(log, logtype::LOGS, "%s.%03d %5d %5d %c %-8.*s: %s\n",
645 _LOG(log, logtype::LOGS, "%s.%03d %5d %5d %c %-8s: %s\n",
654 // Dumps the logs generated by the specified pid to the tombstone, from both

Completed in 122 milliseconds