Searched refs:REPORT_IO_FAILURE (Results 1 – 6 of 6) sorted by relevance
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLWriter.java | 50 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in write() 65 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in write() 80 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in eol() 95 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in flush()
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
D | ReportGenerator.java | 133 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 182 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 200 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 216 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 231 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 245 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 496 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in close()
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
D | ReportGenerator.java | 137 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in visit() 426 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row() 441 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row() 454 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in line() 466 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in eol() 481 throw new EMMARuntimeException (IAppErrorCodes.REPORT_IO_FAILURE, ioe); in close()
|
/external/emma/core/java12/com/vladium/emma/report/lcov/ |
D | ReportGenerator.java | 331 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row() 349 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe); in row() 364 throw new EMMARuntimeException(IAppErrorCodes.REPORT_IO_FAILURE, ioe); in close()
|
/external/emma/core/java12/com/vladium/emma/ |
D | IAppErrorCodes.java | 54 String REPORT_IO_FAILURE = "REPORT_IO_FAILURE"; field
|
/external/emma/core/res/com/vladium/emma/ |
D | exceptions.properties | 42 REPORT_IO_FAILURE: \ key
|