HomeSort by relevance Sort by last modified time
    Searched refs:warningMsg (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 69 static void PNGAPI decodingWarning(png_structp png, png_const_charp warningMsg)
74 if (!strncmp(warningMsg, "Missing PLTE before tRNS", 24))
75 png_error(png, warningMsg);
  /external/icu4c/tools/genrb/
wrtjava.c 51 static const char warningMsg[] =
673 T_FileStream_write(out, warningMsg, (int32_t)uprv_strlen(warningMsg));
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 270 const char *warningMsg) const {
312 if (warningMsg) {
313 report = new BugReport(*BT, warningMsg, N);
    [all...]

Completed in 69 milliseconds