Searched refs:ErrorCallback (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c723 static CRDLMErrorCallback ErrorCallback = NULL; variable
727 ErrorCallback = callback;
732 if (ErrorCallback)
733 (*ErrorCallback)(line, file, error, info);
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py656 class ErrorCallback(object): # pylint: disable=R0903 class in function:TestBoxScript.reinitScratch
666 oRc = ErrorCallback();

Completed in 315 milliseconds