Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/
DIAppErrorCodes.java33 String SECURITY_RESTRICTION = "SECURITY_RESTRICTION:"; field
/external/emma/core/res/com/vladium/emma/
Dexceptions.properties17 SECURITY_RESTRICTION: \ key
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java415 … throw new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run()
444 … throw new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run()
556 … throw new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run()
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java278 …failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, … in _run()
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java304 …failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, … in _run()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java769 …failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, … in _run()