Home
last modified time | relevance | path

Searched refs:ARGS_IO_FAILURE (Results 1 – 6 of 6) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
DIAppErrorCodes.java69 String ARGS_IO_FAILURE = "ARGS_IO_FAILURE"; field
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/data/
DmergeCommand.java105 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
/external/emma/core/java12/com/vladium/emma/report/
DreportCommand.java111 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties59 ARGS_IO_FAILURE: \ key
/external/emma/core/java12/com/vladium/emma/instr/
DinstrCommand.java133 throw new EMMARuntimeException (IAppErrorCodes.ARGS_IO_FAILURE, ioe); in run()