HomeSort by relevance Sort by last modified time
    Searched defs:wrong (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionContainsAllTester.java 94 Collection<WrongType> wrong = MinimalCollection.of(WrongType.VALUE); local
97 collection.containsAll(wrong));
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ButtonDetector.java 326 /** Report the given OK button as being in the wrong position */
331 /** Report the given Cancel button as being in the wrong position */
400 /** Report the given OK/Cancel button as being in the wrong position */
427 // an ICS layout here, or this button order will be wrong:
469 "Layout uses the wrong button order for API >= 14: Create a " +
480 String wrong = describeButtons(labelList); local
483 message += String.format(" (was \"%1$s\", should be \"%2$s\")", wrong, right);
575 /** Is the cancel button in the wrong position? It has to be on the left. */
580 /** Is the OK button in the wrong position? It has to be on the right. */
585 /** Is the given button in the wrong position? *
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 2239 char *wrong; local
    [all...]

Completed in 242 milliseconds