HomeSort by relevance Sort by last modified time
    Searched defs:m_appClassName (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 176 m_appClassName = className;
242 if ((m_appClassName == null) || (m_appClassName.length () == 0))
458 appClass = Class.forName (m_appClassName, INIT_AT_LOAD_TIME, appLoader);
463 throw new EMMARuntimeException (MAIN_CLASS_NOT_FOUND, new String [] {m_appClassName}, cnfe);
469 throw new EMMARuntimeException (MAIN_CLASS_LOAD_FAILURE, new String [] {m_appClassName, cause.toString ()}, cause);
473 throw new EMMARuntimeException (MAIN_CLASS_NOT_FOUND, new String [] {m_appClassName}, t);
483 throw new EMMARuntimeException (MAIN_CLASS_BAD_DELEGATION, new String [] {IAppConstants.APP_NAME, m_appClassName, loaderName});
497 throw new EMMARuntimeException (MAIN_METHOD_NOT_FOUND, new String [] {m_appClassName}, t);
502 appThreadGroup = new ThreadGroup (IAppConstants.APP_NAME + " thread group [" + m_appClassName + "]")
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 29 milliseconds