/external/dng_sdk/source/ |
dng_shared.cpp | 220 ReportWarning ("ColorMatrix2 without ColorMatrix1"); 933 ReportWarning (message); 992 ReportWarning ("UniqueCameraModel string has trailing blanks"); 1606 ReportWarning ("UniqueCameraModel string has trailing blanks"); 1650 ReportWarning ("LocalizedCameraModel string has trailing blanks"); 1794 ReportWarning ("AnalogBalance without ColorMatrix1"); 1847 ReportWarning ("AsShotNeutral without ColorMatrix1"); [all...] |
dng_exceptions.cpp | 30 void ReportWarning (const char *message,
|
dng_exceptions.h | 32 void ReportWarning (const char *message,
|
dng_parse_utils.cpp | [all...] |
dng_info.cpp | 459 ReportWarning (message); 490 ReportWarning (message); 513 ReportWarning (message); 540 ReportWarning (message); 576 ReportWarning (message); 639 ReportWarning (message); [all...] |
dng_ifd.cpp | 463 ReportWarning (message); [all...] |
dng_exif.cpp | 1191 ReportWarning ("Zero entry in LensInfo tag--should be undefined"); 1478 ReportWarning ("The ExposureTime is <= 0"); [all...] |
dng_hue_sat_map.cpp | 204 ReportWarning ("Value scale for zero saturation entries must be 1.0");
|
dng_bad_pixels.cpp | 1120 ReportWarning (s); [all...] |
dng_read_image.cpp | 1506 ReportWarning ("libjpeg", buffer); [all...] |
dng_string.cpp | 690 ReportWarning ("Expected UTF-8 value is not valid UTF-8 (or contains a kREPLACEMENT_CHARACTER)"); [all...] |
dng_negative.cpp | [all...] |
dng_image_writer.cpp | [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
post_bisect_results.py | 70 self.ReportWarning('No try job found.')
|
request_handler.py | 99 def ReportWarning(self, warning_message, status=200):
|
/external/protobuf/src/google/protobuf/ |
text_format.cc | 288 void ReportWarning(int line, int col, const string& message) { 317 void ReportWarning(const string& message) { 318 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, 371 ReportWarning("Extension \"" + field_name + "\" is not defined or " 419 ReportWarning("Message type \"" + descriptor->full_name() + 495 ReportWarning("text format contains deprecated field \"" 703 ReportWarning("Unknown enumeration value of \"" + value + "\" for " [all...] |
/frameworks/compile/slang/ |
slang_rs_context.h | 347 clang::DiagnosticBuilder ReportWarning(const char (&Message)[N]) { 352 clang::DiagnosticBuilder ReportWarning(const clang::SourceLocation Loc,
|
slang_rs_check_ast.cpp | 128 Context->ReportWarning(E->getLocStart(),
|