Searched defs:error (Results 151 - 175 of 199) sorted by relevance

12345678

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIEproto.h507 CARD8 error; member in struct:__anon2379
517 CARD8 error; member in struct:__anon2380
532 CARD8 error; member in struct:__anon2381
547 CARD8 error; member in struct:__anon2382
562 CARD8 error; member in struct:__anon2383
574 CARD8 error; member in struct:__anon2384
593 CARD8 error; member in struct:__anon2385
610 CARD8 error; member in struct:__anon2386
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp70 * source code (it only prints the error/warning message to the console) so
130 * Composes a single message for the given error. The caller must free the
212 throw EIPRTFailure(vrc, "Runtime error opening '%s' for %s", aFileName, pcszMode);
260 throw EIPRTFailure(vrc, "Runtime error seeking in file '%s'", m->strFileName.c_str());
282 throw EIPRTFailure(vrc, "Runtime error seeking in file '%s'", m->strFileName.c_str());
292 throw EIPRTFailure(vrc, "Runtime error reading from file '%s'", m->strFileName.c_str());
302 throw EIPRTFailure(vrc, "Runtime error writing to file '%s'", m->strFileName.c_str());
311 throw EIPRTFailure(vrc, "Runtime error truncating file '%s'", m->strFileName.c_str());
634 * Useful for error messages.
1816 RTCString error; member in struct:xml::IOContext
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c209 * Catalog error handlers *
232 * @msg: the error message
235 * Handle a catalog error
238 xmlCatalogErr(xmlCatalogEntryPtr catal, xmlNodePtr node, int error, argument
243 error, XML_ERR_ERROR, NULL, 0,
267 * Returns the xmlCatalogEntryPtr or NULL in case of error
405 * Returns the xmlCatalogPtr or NULL in case of error
880 * Returns the resulting document tree or NULL in case of error
894 if (xmlDefaultSAXHandler.error != NULL) {
895 xmlDefaultSAXHandler.error(NUL
[all...]
H A Dencoding.c87 * @error: the error number
88 * @msg: the error message
90 * n encoding error
93 xmlEncodingErr(xmlParserErrors error, const char *msg, const char *val) argument
96 XML_FROM_I18N, error, XML_ERR_FATAL,
993 * Returns 0 in case of success, -1 in case of error
1050 * Returns 0 in case of success, -1 in case of error
1254 * Returns the xmlCharEncodingHandlerPtr created (or NULL in case of error).
1749 * -1 general error
[all...]
H A Dpattern.c178 int error; /* error code */ member in struct:_xmlPatParserContext
197 * Returns the newly allocated xmlPatternPtr or NULL in case of error
286 * Returns the newly allocated xmlPatParserContextPtr or NULL in case of error
401 * returns 0 in case of success and -1 in case of error.
686 /* got an error try to rollback */
726 if (xmlPatternAdd(ctxt, ctxt->comp, (op), (val), (val2))) goto error;
730 ctxt->error = (X); return; }
734 ctxt->error = (X); return(0); }
765 ctxt->error
[all...]
H A Dxmlwriter.c120 * @error: the error number
121 * @msg: the error message
123 * Handle a writer error
126 xmlWriterErrMsg(xmlTextWriterPtr ctxt, xmlParserErrors error, argument
131 NULL, XML_FROM_WRITER, error, XML_ERR_FATAL,
134 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_WRITER, error,
142 * @error: the error number
143 * @msg: the error messag
149 xmlWriterErrMsgInt(xmlTextWriterPtr ctxt, xmlParserErrors error, const char *msg, int val) argument
[all...]
H A Druntest.c83 * on this system, avoid any compilation error
92 const char *error, int options);
102 const char *err; /* suffix for error output files */
216 fprintf(stderr, "Exitting tests on fatal error\n");
242 * Trapping the error messages at the generic level to grab the equivalent of
296 * Displays current context within the input content for error tracking
320 /* calculate the error position in terms of the current position */
386 * Maintain the compatibility with the legacy error handling
484 channel(data, "error : ");
487 channel(data, "error
4276 char *error; local
[all...]
H A Dvalid.c50 * Handle an out of memory error
60 channel = ctxt->error;
86 * @error: the error number
89 * Handle a validation error
92 xmlErrValid(xmlValidCtxtPtr ctxt, xmlParserErrors error, argument
100 channel = ctxt->error;
113 pctxt, NULL, XML_FROM_VALID, error,
118 pctxt, NULL, XML_FROM_VALID, error,
127 * @node: the node raising the error
136 xmlErrValidNode(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
179 xmlErrValidNodeNr(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, int int2, const xmlChar * str3) argument
220 xmlErrValidWarning(xmlValidCtxtPtr ctxt, xmlNodePtr node, xmlParserErrors error, const char *msg, const xmlChar * str1, const xmlChar * str2, const xmlChar * str3) argument
[all...]
H A Dxmlreader.c126 /* error handling */
157 /* Structured error handling */
560 * Returns 0 in case of error, the index in the stack otherwise
1062 * The error has probably be raised already.
1154 * nodes to read, or -1 in case of error
1188 * Returns a string containing the content, or NULL in case of error.
1232 * nodes to read, or -1 in case of error
1574 * Returns the state value, or -1 in case of error
1591 * or NULL in case of error.
1614 * nodes to read, or -1 in case of error
4021 xmlTextReaderValidityStructuredRelay(void * userData, xmlErrorPtr error) argument
4620 xmlTextReaderStructuredError(void *ctxt, xmlErrorPtr error) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c53 # error "Misconfiguration: XP_MAC && VBOX_USE_MORE_IPRT_IN_NSPR are not intended to work together"
277 PR_snprintf(errStrBuf, ERR_STR_BUF_LENGTH, "error %d", oserr);
289 const char *error = NULL; local
291 error = dlerror(); /* $$$ That'll be wrong some of the time - AOF */
293 error = strerror(oserr); /* this should be okay */
295 error = errno_string(oserr);
297 if (NULL != error)
298 PR_SetErrorText(strlen(error), error); local
345 char *error; local
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-x.c170 /* not used for now, but should be for error-checking:
244 int error = 0; local
317 while (*++argv && !error) {
320 ++error;
325 ++error;
329 ++error;
333 ++error;
337 ++error;
345 ++error;
349 ++error;
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp167 void UIMessageCenter::error(QWidget *pParent, MessageType type, function in class:UIMessageCenter
197 error(pParent, type, strMessage, QString(), pcszAutoConfirmId);
404 error(0, MessageType_Critical,
415 error(0, MessageType_Critical,
424 error(0, MessageType_Critical,
452 error(0, MessageType_Critical,
461 error(0, MessageType_Critical,
470 error(0, MessageType_Error,
478 error(0, MessageType_Error,
486 error(
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp666 void UIMachineLogic::sltUSBDeviceStateChange(const CUSBDevice &device, bool fIsAttached, const CVirtualBoxErrorInfo &error) argument
669 if (!error.isNull())
672 msgCenter().cannotAttachUSBDevice(error, vboxGlobal().details(device), machineName());
674 msgCenter().cannotDetachUSBDevice(error, vboxGlobal().details(device), machineName());
680 /* Preprocess known runtime error types: */
684 /* Show runtime error: */
1652 /* Notify about the error: */
1662 /* Notify about the error: */
1688 /* Notify about the error: */
1698 /* Notify about the error
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c1887 GLenum error; local
1895 error = glGetError();
1896 if(This->pbo == 0 || error != GL_NO_ERROR) {
1897 ERR("Failed to bind the PBO with error %s (%#x)\n", debug_glerror(error), error);
1901 error = glGetError();
1902 ERR("Failed to bind the PBO with error %s (%#x)\n", debug_glerror(error), error);
[all...]
H A Dutils.c2165 const char *debug_glerror(GLenum error) { argument
2166 switch(error) {
2178 FIXME("Unrecognied GL error 0x%08x\n", error);
H A Ddirectx.c248 ERR("wglDeleteContext(%p) failed, last error %#x.\n", ctx->gl_ctx, err);
438 TRACE("error: %s\n", debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
615 GLenum error; local
623 error = glGetError();
626 if(error == GL_NO_ERROR)
633 TRACE("GL implementation does not accept 4 component specular colors, error %s\n",
634 debug_glerror(error));
679 TRACE("error: %s\n", debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
841 * do not like vertex shaders in feedback mode and return an error, even though it should be valid
4440 * compressed texture results in an error
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c2680 const char *debug_glerror(GLenum error) { argument
2681 switch(error) {
2693 FIXME("Unrecognied GL error 0x%08x\n", error);
3785 ERR("Failed to release device context %p, last error %#x.\n", dc, GetLastError());
H A Ddirectx.c308 ERR("wglDeleteContext(%p) failed, last error %#x.\n", ctx->gl_ctx, err);
328 ERR("Failed to create a context using wglCreateContextAttribsARB(), last error %#x.\n", GetLastError());
335 ERR("Failed to make new context current, last error %#x.\n", GetLastError());
337 ERR("Failed to delete new context, last error %#x.\n", GetLastError());
343 ERR("Failed to delete old context, last error %#x.\n", GetLastError());
507 TRACE("error: %s\n", debugstr_a((const char *)gl_info->gl_ops.gl.p_glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
672 GLenum error; local
680 error = gl_info->gl_ops.gl.p_glGetError();
682 if (error == GL_NO_ERROR)
689 TRACE("GL implementation does not accept 4 component specular colors, error
[all...]
H A Dsurface.c618 GLenum error; local
623 error = gl_info->gl_ops.gl.p_glGetError();
624 if (!surface->pbo || error != GL_NO_ERROR)
625 ERR("Failed to create a PBO with error %s (%#x).\n", debug_glerror(error), error);
5865 /* Default: Fall back to the generic blt. Not an error, a TRACE is enough */
7168 goto error;
7306 goto error;
7508 goto error;
[all...]
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h330 /* VRDE_USB_VERSION_2: New error codes. OHCI Completion Codes. */
339 #define VRDE_USB_XFER_ERR (12) /* VBox protocol error. */
354 uint8_t error; /* VRDE_USB_XFER_* */ member in struct:_VRDEUSBREQREAPURBBODY
1247 * when an error code is returned by the callback.
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h210 int errNo; /* error code */
296 * the complete error informations for the last error.
605 * Display and format an error messages, callback.
615 * Display and format fatal error messages, callback.
616 * Note: so far fatalError() SAX callbacks are not used, error()
731 errorSAXFunc error; member in struct:_xmlSAXHandler
732 fatalErrorSAXFunc fatalError; /* unused error() get all the errors */
772 errorSAXFunc error; member in struct:_xmlSAXHandlerV1
773 fatalErrorSAXFunc fatalError; /* unused error() ge
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c148 goto error;
170 error:
1014 if (PyObject_HasAttrString(handler, (char *) "error")) {
1020 PyObject_CallMethod(handler, (char *) "error", (char *) "s",
1544 * Per parserCtxt error handler *
1662 ctxt->sax->error = libxml_xmlParserCtxtErrorFuncHandler;
1664 ctxt->vctxt.error = libxml_xmlParserCtxtValidityErrorFuncHandler;
1668 ctxt->sax->error = xmlParserError;
1669 ctxt->vctxt.error = xmlParserValidityError;
1700 /* no python error handle
1740 PyObject *error; member in struct:__anon17079
3050 PyObject *error; member in struct:__anon17081
3214 PyObject *error; member in struct:__anon17082
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_winnt.h146 DWORD error; member in struct:_MDOverlapped::__anon17183::__anon17184
161 PRInt32 blocked_io_error; /* Save error if status is FALSE */
177 PRInt32 fiber_last_error; /* last error for the fiber */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c307 /* ARGH - what can we do here? Log an error? XXXMB */
335 mdOlp->data.mw.error = GetLastError();
1021 /* XXX should map error codes on failures */
1040 /* XXX should map error codes on failures */
1155 PRInt32 error; member in struct:connect_data_s
1170 cd->error = WSAGetLastError();
2579 * case. So we only signal an error if the error is *not* "access
2593 * On the other hand, on Win95, it returns without error. I cannot
2596 * 1. An error o
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A Dhermon.h521 struct hermonprm_completion_with_error error; member in union:hermonprm_completion_entry

Completed in 253 milliseconds

12345678