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

  /external/pdfium/third_party/lcms/src/
cmserr.c 351 lhg -> LogErrorHandler = DefaultLogErrorHandlerFunction;
353 lhg -> LogErrorHandler = Fn;
378 if (lhg ->LogErrorHandler) {
379 lhg ->LogErrorHandler(ContextID, ErrorCode, Buffer);
lcms2_internal.h 470 cmsLogErrorHandlerFunction LogErrorHandler; // Set to NULL for Context0 fallback
    [all...]
  /external/deqp/scripts/log/
bottleneck_report.py 129 class LogErrorHandler(xml.sax.handler.ErrorHandler) :
159 errHandler = LogErrorHandler()
log_to_xml.py 85 class LogErrorHandler(xml.sax.handler.ErrorHandler):
113 errHandler = LogErrorHandler()

Completed in 165 milliseconds