Searched defs:num_warnings (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwarnings.c64 static int continue_prompt(int num_warnings) { argument
68 num_warnings);
91 int num_warnings = 0; local
105 ++num_warnings) {
111 if (num_warnings) {
112 if (!disable_prompt && !continue_prompt(num_warnings))
/external/libvpx/libvpx/
H A Dwarnings.c64 static int continue_prompt(int num_warnings) { argument
68 num_warnings);
91 int num_warnings = 0; local
105 ++num_warnings) {
111 if (num_warnings) {
112 if (!disable_prompt && !continue_prompt(num_warnings))
/external/chromium_org/third_party/libjpeg_turbo/
H A Djpeglib.h753 * should count warnings in num_warnings. The surrounding application
754 * can check for bad data by seeing if num_warnings is nonzero at the
757 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
/external/jpeg/
H A Djpeglib.h733 * should count warnings in num_warnings. The surrounding application
734 * can check for bad data by seeing if num_warnings is nonzero at the
737 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h733 * should count warnings in num_warnings. The surrounding application
734 * can check for bad data by seeing if num_warnings is nonzero at the
737 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h739 * should count warnings in num_warnings. The surrounding application
740 * can check for bad data by seeing if num_warnings is nonzero at the
743 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djpeglib.h739 * should count warnings in num_warnings. The surrounding application
740 * can check for bad data by seeing if num_warnings is nonzero at the
743 long num_warnings; /* number of corrupt-data warnings */ member in struct:jpeg_error_mgr

Completed in 1546 milliseconds