Home
last modified time | relevance | path

Searched refs:ErrorString (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c146 static const char* ErrorString(WebPMuxError err) { in ErrorString() function
427 fprintf(stderr, "Error (%s) assembling the WebP file.\n", ErrorString(err)); in WriteWebP()
449 ErrorString(err), End); in DuplicateMuxHeader()
888 ErrorString(err), num, ErrGet); in GetFrame()
895 ErrorString(err), ErrGet); in GetFrame()
900 ErrorString(err), ErrGet); in GetFrame()
933 ErrorString(err), kDescriptions[config->type_], Err2); in Process()
952 ErrorString(WEBP_MUX_MEMORY_ERROR), Err2); in Process()
998 "\n", ErrorString(err), i, Err2); in Process()
1011 ErrorString(err), Err2); in Process()
[all …]
Dgif2webp.c52 static const char* ErrorString(WebPMuxError err) { in ErrorString() function
502 ErrorString(err)); in main()
509 ErrorString(err)); in main()
521 ErrorString(err)); in main()
533 ErrorString(err)); in main()
541 "loop count/metadata.\n", ErrorString(err)); in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpmux.c144 static const char* ErrorString(WebPMuxError err) { in ErrorString() function
424 fprintf(stderr, "Error (%s) assembling the WebP file.\n", ErrorString(err)); in WriteWebP()
446 ErrorString(err), End); in DuplicateMuxHeader()
878 ErrorString(err), num, ErrGet); in GetFrame()
885 ErrorString(err), ErrGet); in GetFrame()
890 ErrorString(err), ErrGet); in GetFrame()
923 ErrorString(err), kDescriptions[config->type_], Err2); in Process()
942 ErrorString(WEBP_MUX_MEMORY_ERROR), Err2); in Process()
988 "\n", ErrorString(err), i, Err2); in Process()
1001 ErrorString(err), Err2); in Process()
[all …]
Dgif2webp.c52 static const char* ErrorString(WebPMuxError err) { in ErrorString() function
500 ErrorString(err)); in main()
507 ErrorString(err)); in main()
519 ErrorString(err)); in main()
531 ErrorString(err)); in main()
539 "loop count/metadata.\n", ErrorString(err)); in main()
/third_party/mesa3d/src/mesa/program/
Dprogram.c88 ctx->Program.ErrorString = strdup(""); in _mesa_init_program()
133 free((void *) ctx->Program.ErrorString); in _mesa_free_program_data()
174 free((void *) ctx->Program.ErrorString); in _mesa_set_program_error()
177 ctx->Program.ErrorString = strdup(string); in _mesa_set_program_error()
/third_party/skia/tools/mdbviz/
DModel.h26 static const char* ErrorString(ErrorCode);
DModel.cpp54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
/third_party/flutter/skia/tools/mdbviz/
DModel.h26 static const char* ErrorString(ErrorCode);
DModel.cpp54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
/third_party/python/Include/
Dpyexpat.h18 const XML_LChar * (*ErrorString)(enum XML_Error code); member
/third_party/mesa3d/src/mesa/main/
Dgetstring.c167 return (const GLubyte *) ctx->Program.ErrorString; in _mesa_GetString()
Dmtypes.h2320 const char *ErrorString; /* GL_PROGRAM_ERROR_STRING_ARB/NV */ member
/third_party/python/Lib/xml/sax/
Dexpatreader.py219 exc = SAXParseException(expat.ErrorString(e.code), e, self)
/third_party/python/Lib/test/
Dtest_pyexpat.py272 self.assertEqual(expat.ErrorString(cm.exception.code),
/third_party/python/Doc/library/
Dpyexpat.rst62 .. function:: ErrorString(errno)
261 :func:`ErrorString` function, or compared to one of the constants defined in the
/third_party/python/Modules/
Dpyexpat.c1947 capi->ErrorString = XML_ErrorString; in pyexpat_exec()
D_elementtree.c3165 message ? message : EXPAT(ErrorString)(error_code), in expat_set_error()