Home
last modified time | relevance | path

Searched refs:warningCount (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/test/
Daudio_device_test_defines.h37 static int warningCount = 0; variable
41 warningCount = 0; \
54 warningCount+1, __LINE__); \
55 warningCount++; \
61 if (warningCount > 0) \
64 warningCount); \
Daudio_device_test_func.cc46 warningCount = 0; in func_test()
/external/webrtc/webrtc/modules/video_processing/test/
Dbrightness_detection_test.cc25 uint32_t warningCount = 0; in TEST_F() local
38 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()
/external/proguard/src/proguard/classfile/util/
DWarningPrinter.java37 private int warningCount; field in WarningPrinter
125 warningCount++; in print()
134 return warningCount; in getWarningCount()
/external/proguard/src/proguard/obfuscate/
DObfuscator.java159 int warningCount = warningPrinter.getWarningCount(); in execute() local
160 if (warningCount > 0) in execute()
162 System.err.println("Warning: there were " + warningCount + in execute()
393 int warningCount = warningPrinter.getWarningCount(); in execute() local
394 if (warningCount > 0) in execute()
396 System.err.println("Warning: there were " + warningCount + in execute()
/external/proguard/src/proguard/
DInputReader.java110 int warningCount = warningPrinter.getWarningCount(); in execute() local
111 if (warningCount > 0) in execute()
113 System.err.println("Warning: there were " + warningCount + in execute()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
DTestResultsGenerator.java259 int warningCount = countCompileWarnings(fileContents); in readCompileLog() local
275 formatCompileErrorRow(log, errorCount, warningCount, compilerLog); in readCompileLog()
281 int warningCount = 0; in parseCompileLog() local
333 warningCount++; in parseCompileLog()
359 warningCount, in parseCompileLog()
832 int warningCount, in formatCompileErrorRow() argument
835 if (errorCount == 0 && warningCount == 0) { in formatCompileErrorRow()
872 .append(warningCount) in formatCompileErrorRow()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java ...
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter ...