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

  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 37 private int warningCount;
125 warningCount++;
134 return warningCount;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 115 int warningCount = 0;
122 warningCount++;
126 if (errorCount == 0 && warningCount == 0) {
133 errorCount, warningCount);
  /external/proguard/src/proguard/
InputReader.java 121 int warningCount = warningPrinter.getWarningCount();
122 if (warningCount > 0)
124 System.err.println("Warning: there were " + warningCount +
  /libcore/dom/src/test/java/org/w3c/domts/
JAXPDOMTestDocumentBuilderFactory.java 89 private int warningCount;
93 warningCount = 0;
104 warningCount++;
  /external/proguard/src/proguard/obfuscate/
Obfuscator.java 353 int warningCount = warningPrinter.getWarningCount();
354 if (warningCount > 0)
356 System.err.println("Warning: there were " + warningCount +
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java 198 private int warningCount;
203 warningCount = 0;
214 warningCount++;
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 921 private int warningCount;
926 warningCount = 0;
937 warningCount++;
  /external/proguard/lib/
proguard.jar 

Completed in 253 milliseconds