Searched refs:warningCount (Results 1 – 9 of 9) sorted by relevance
37 static int warningCount = 0; variable41 warningCount = 0; \54 warningCount+1, __LINE__); \55 warningCount++; \61 if (warningCount > 0) \64 warningCount); \
46 warningCount = 0; in func_test()
25 uint32_t warningCount = 0; in TEST_F() local38 warningCount++; in TEST_F()44 float warningProportion = static_cast<float>(warningCount) / frameNum * 100; in TEST_F()51 warningCount = 0; in TEST_F()76 warningCount++; in TEST_F()82 warningProportion = static_cast<float>(warningCount) / frameNum * 100; in TEST_F()88 warningCount = 0; in TEST_F()110 warningCount++; in TEST_F()116 warningProportion = static_cast<float>(warningCount) / frameNum * 100; in TEST_F()
37 private int warningCount; field in WarningPrinter125 warningCount++; in print()134 return warningCount; in getWarningCount()
159 int warningCount = warningPrinter.getWarningCount(); in execute() local160 if (warningCount > 0) in execute()162 System.err.println("Warning: there were " + warningCount + in execute()393 int warningCount = warningPrinter.getWarningCount(); in execute() local394 if (warningCount > 0) in execute()396 System.err.println("Warning: there were " + warningCount + in execute()
110 int warningCount = warningPrinter.getWarningCount(); in execute() local111 if (warningCount > 0) in execute()113 System.err.println("Warning: there were " + warningCount + in execute()
259 int warningCount = countCompileWarnings(fileContents); in readCompileLog() local275 formatCompileErrorRow(log, errorCount, warningCount, compilerLog); in readCompileLog()281 int warningCount = 0; in parseCompileLog() local333 warningCount++; in parseCompileLog()359 warningCount, in parseCompileLog()832 int warningCount, in formatCompileErrorRow() argument835 if (errorCount == 0 && warningCount == 0) { in formatCompileErrorRow()872 .append(warningCount) in formatCompileErrorRow()
META-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java ...
META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...