Home
last modified time | relevance | path

Searched refs:IAppErrorCodes (Results 1 – 18 of 18) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLWriter.java16 import com.vladium.emma.IAppErrorCodes;
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/
DReportGenerator.java26 import com.vladium.emma.IAppErrorCodes;
49 implements IAppErrorCodes
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/
DReportGenerator.java25 import com.vladium.emma.IAppErrorCodes;
47 implements IAppErrorCodes
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/
DReportGenerator.java14 import com.vladium.emma.IAppErrorCodes;
50 implements IAppErrorCodes
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/instr/
DInstrProcessor.java17 import com.vladium.emma.IAppErrorCodes;
223 …throw new EMMARuntimeException (IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.getAbsolutePa… in createDir()
228 …throw new EMMARuntimeException (IAppErrorCodes.OUT_MKDIR_FAILURE, new Object [] {dir.getAbsolutePa… in createDir()
DinstrCommand.java18 import com.vladium.emma.IAppErrorCodes;
133 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
DInstrProcessorST.java45 import com.vladium.emma.IAppErrorCodes;
58 implements IAppErrorCodes
/external/emma/core/java12/com/vladium/emma/data/
DmergeCommand.java17 import com.vladium.emma.IAppErrorCodes;
105 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
DMergeProcessor.java21 import com.vladium.emma.IAppErrorCodes;
36 implements IAppErrorCodes
/external/emma/core/java12/com/vladium/emma/report/
DreportCommand.java19 import com.vladium.emma.IAppErrorCodes;
111 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
DReportDataModel.java17 import com.vladium.emma.IAppErrorCodes;
95 throw new EMMARuntimeException (IAppErrorCodes.CLASS_STAMP_MISMATCH, in getView()
DReportProcessor.java22 import com.vladium.emma.IAppErrorCodes;
40 implements IAppErrorCodes
DReportProperties.java23 import com.vladium.emma.IAppErrorCodes;
31 abstract class ReportProperties implements IAppErrorCodes
/external/emma/core/java12/com/vladium/emma/
DIAppErrorCodes.java16 interface IAppErrorCodes interface
DrunCommand.java131 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
158 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java29 import com.vladium.emma.IAppErrorCodes;
40 final class ClassPathProcessorST implements IPathEnumerator.IPathHandler, IAppErrorCodes
DAppRunner.java33 import com.vladium.emma.IAppErrorCodes;
54 implements IAppErrorCodes
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java35 import com.vladium.emma.IAppErrorCodes;
59 implements IAppErrorCodes