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

  /external/doclava/src/com/google/doclava/
Errors.java 56 case LINT: res.append("\033[36mlint: "); break;
68 case LINT: res.append("lint "); break;
85 if (error.getLevel() == Errors.LINT) {
110 if (resolvedLevel == LINT && lintsAreErrors) {
152 * Lint level means that we encountered inconsistent or broken documentation.
155 public static final int LINT = 1;
287 public static final Error UNRESOLVED_LINK = new Error(101, LINT);
288 public static final Error BAD_INCLUDE_TAG = new Error(102, LINT);
289 public static final Error UNKNOWN_TAG = new Error(103, LINT);
    [all...]
Doclava.java 246 } else if (a[0].equals("-error") || a[0].equals("-warning") || a[0].equals("-lint")
254 } else if (a[0].equals("-lint")) {
255 level = Errors.LINT;
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 25 #if !defined(LINT) && !defined(CODECENTER) && !defined(lint)
ev_timers.c 25 #if !defined(LINT) && !defined(CODECENTER) && !defined(lint)
  /external/python/dateutil/dateutil/test/
test_tz.py 775 LINT = tz.gettz('Pacific/Kiritimati')
776 self.assertTrue(tzl != LINT)
777 self.assertFalse(tzl == LINT)
    [all...]

Completed in 1164 milliseconds