Searched refs:warningCount (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A 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); \
H A Daudio_device_test_func.cc46 warningCount = 0;
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dbrightness_detection_test.cc21 uint32_t warningCount = 0; local
36 warningCount++;
42 float warningProportion = static_cast<float>(warningCount) / frameNum * 100;
49 warningCount = 0;
78 warningCount++;
84 warningProportion = static_cast<float>(warningCount) / frameNum * 100;
90 warningCount = 0;
114 warningCount++;
120 warningProportion = static_cast<float>(warningCount) / frameNum * 100;
/external/proguard/src/proguard/classfile/util/
H A DWarningPrinter.java37 private int warningCount; field in class:WarningPrinter
125 warningCount++;
134 return warningCount;
/external/proguard/src/proguard/
H A DInputReader.java122 int warningCount = warningPrinter.getWarningCount();
123 if (warningCount > 0)
125 System.err.println("Warning: there were " + warningCount +
/external/proguard/src/proguard/obfuscate/
H A DObfuscator.java149 int warningCount = warningPrinter.getWarningCount();
150 if (warningCount > 0)
152 System.err.println("Warning: there were " + warningCount +
383 int warningCount = warningPrinter.getWarningCount();
384 if (warningCount > 0)
386 System.err.println("Warning: there were " + warningCount +
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestResultsGenerator.java259 int warningCount = countCompileWarnings(fileContents);
275 formatCompileErrorRow(log, errorCount, warningCount, compilerLog);
281 int warningCount = 0;
333 warningCount++;
359 warningCount,
832 int warningCount,
835 if (errorCount == 0 && warningCount == 0) {
872 .append(warningCount)
829 formatCompileErrorRow( String fileName, int errorCount, int warningCount, StringBuffer buffer) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 197 milliseconds