Searched defs:warningCount (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DWarningPrinter.java37 private int warningCount; field in class:WarningPrinter
125 warningCount++;
134 return warningCount;
/external/webrtc/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); \
/external/webrtc/webrtc/modules/video_processing/test/
H A Dbrightness_detection_test.cc25 uint32_t warningCount = 0; local
38 warningCount++;
44 float warningProportion = static_cast<float>(warningCount) / frameNum * 100;
51 warningCount = 0;
76 warningCount++;
82 warningProportion = static_cast<float>(warningCount) / frameNum * 100;
88 warningCount = 0;
110 warningCount++;
116 warningProportion = static_cast<float>(warningCount) / frameNum * 100;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 902 milliseconds