Home
last modified time | relevance | path

Searched refs:ErrorString (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
H A 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(er in Process()
[all...]
H A 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/mesa3d/src/mesa/program/
H A Dprogram.c90 ctx->Program.ErrorString = strdup(""); in _mesa_init_program()
135 free((void *) ctx->Program.ErrorString); in _mesa_free_program_data()
176 free((void *) ctx->Program.ErrorString); in _mesa_set_program_error()
179 ctx->Program.ErrorString = strdup(string); in _mesa_set_program_error()
/third_party/skia/tools/mdbviz/
H A DModel.h26 static const char* ErrorString(ErrorCode);
H A DModel.cpp54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
H A Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
/third_party/python/Include/
H A Dpyexpat.h18 const XML_LChar * (*ErrorString)(enum XML_Error code); member
/third_party/mesa3d/src/mesa/main/
H A Dgetstring.c172 return (const GLubyte *) ctx->Program.ErrorString; in _mesa_GetString()
H A Dmtypes.h2111 const char *ErrorString; /* GL_PROGRAM_ERROR_STRING_ARB/NV */ member
/third_party/python/Lib/xml/sax/
H A Dexpatreader.py219 exc = SAXParseException(expat.ErrorString(e.code), e, self)
/third_party/python/Lib/test/
H A Dtest_pyexpat.py272 self.assertEqual(expat.ErrorString(cm.exception.code),
/third_party/python/Modules/
H A Dpyexpat.c1564 pyexpat.ErrorString
1983 capi.ErrorString = XML_ErrorString; in pyexpat_exec()
H A D_elementtree.c3153 message ? message : EXPAT(ErrorString)(error_code), in expat_set_error()

Completed in 21 milliseconds