/external/emma/ant/ant14/com/vladium/emma/ |
D | ANTMain.java | 11 import com.vladium.emma.IAppConstants; 25 System.out.println ("this jar contains ANT task definitions for " + IAppConstants.APP_NAME in main() 29 System.out.println (IAppConstants.APP_USAGE_BUILD_ID); in main()
|
D | emmaTask.java | 11 import com.vladium.emma.IAppConstants; 44 log (IAppConstants.APP_VERBOSE_BUILD_ID, Project.MSG_VERBOSE); in execute()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | InstrClassLoader.java | 25 import com.vladium.emma.IAppConstants; 362 … IAppConstants.APP_NAME, IAppConstants.APP_VERSION, IAppConstants.APP_COPYRIGHT, in defineClass() 363 … IAppConstants.APP_NAME, IAppConstants.APP_VERSION, IAppConstants.APP_COPYRIGHT, in defineClass()
|
D | AppRunner.java | 32 import com.vladium.emma.IAppConstants; 272 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 415 … 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() 483 …w new EMMARuntimeException (MAIN_CLASS_BAD_DELEGATION, new String [] {IAppConstants.APP_NAME, m_ap… in _run() 502 …appThreadGroup = new ThreadGroup (IAppConstants.APP_NAME + " thread group [" + m_appClassName + "]… in _run() 505 …Thread appThread = new Thread (appThreadGroup, invoker, IAppConstants.APP_NAME + " main() thread"); in _run() 556 … throw new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run() 886 … new Object [] {t.toString (), IAppConstants.APP_BUG_REPORT_LINK}, in wrapFailure() 960 FORCED_DELEGATION_FILTER_SPECS = new String [] {"+" + IAppConstants.APP_PACKAGE + ".*"};
|
D | RTCoverageDataPersister.java | 13 import com.vladium.emma.IAppConstants; 71 …throw new RuntimeException (IAppConstants.APP_NAME + " failed to dump coverage data: " + t.toStrin… in dumpCoverageData()
|
D | RT.java | 17 import com.vladium.emma.IAppConstants; 27 abstract class RT implements IAppConstants
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | DataFactory.java | 31 import com.vladium.emma.IAppConstants; 424 …ile [" + file.getAbsolutePath () + "] is corrupt or was not created by " + IAppConstants.APP_NAME); in mergeload() 550 …n ("cannot overwrite [" + file.getAbsolutePath () + "]: not created by " + IAppConstants.APP_NAME); in persist() 574 if (dataVersion != IAppConstants.DATA_FORMAT_VERSION) in persist() 593 …w data into [" + file.getAbsolutePath () + "]: created by another " + IAppConstants.APP_NAME + " v… in persist() 597 …w data into [" + file.getAbsolutePath () + "]: created by another " + IAppConstants.APP_NAME + " v… in persist() 694 out.writeLong (IAppConstants.DATA_FORMAT_VERSION); in writeFileHeader() 696 out.writeInt (IAppConstants.APP_MAJOR_VERSION); in writeFileHeader() 697 out.writeInt (IAppConstants.APP_MINOR_VERSION); in writeFileHeader() 698 out.writeInt (IAppConstants.APP_BUILD_ID); in writeFileHeader()
|
D | MergeProcessor.java | 20 import com.vladium.emma.IAppConstants; 101 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 235 … final String tempFileName = Files.getFileName (canonicalDataOutFile) + IAppConstants.APP_NAME_LC; in _run() 304 …failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, … in _run() 320 … new Object [] {failure.toString (), IAppConstants.APP_BUG_REPORT_LINK}, in _run()
|
D | mergeCommand.java | 16 import com.vladium.emma.IAppConstants; 116 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
D | SuppressableTask.java | 13 import com.vladium.emma.IAppConstants; 84 : IAppConstants.APP_THROWABLE_BUILD_ID + " " + msg; in newBuildException() 93 : IAppConstants.APP_THROWABLE_BUILD_ID + " " + msg; in newBuildException()
|
/external/emma/core/java12/com/vladium/emma/ |
D | IAppConstants.java | 19 interface IAppConstants extends IAppVersion interface 32 String APP_PACKAGE = Types.getClassPackageName (IAppConstants.class);
|
D | EMMAProperties.java | 133 final String appName = IAppConstants.APP_NAME_LC; in getAppProperties()
|
D | runCommand.java | 233 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
|
D | Command.java | 213 m_out.println (IAppConstants.APP_USAGE_BUILD_ID); in exit()
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | ReportProcessor.java | 21 import com.vladium.emma.IAppConstants; 121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 278 …failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, … in _run() 294 … new Object [] {failure.toString (), IAppConstants.APP_BUG_REPORT_LINK}, in _run()
|
D | reportCommand.java | 18 import com.vladium.emma.IAppConstants; 122 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
|
/external/emma/core/java12/ |
D | emma.java | 9 import com.vladium.emma.IAppConstants; 63 IAppConstants.APP_USAGE_BUILD_ID;
|
/external/emma/core/java13/com/vladium/util/exit/ |
D | ExitHookManager.java | 16 import com.vladium.emma.IAppConstants; 65 …final Thread exitThread = new Thread (runnable, IAppConstants.APP_NAME + " shutdown handler thread… in addExitHook()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrProcessorST.java | 44 import com.vladium.emma.IAppConstants; 95 …mainAttrs.put (new Attributes.Name ("Created-By"), IAppConstants.APP_NAME + " v" + IAppConstants.A… in handleArchiveStart() 129 final String archiveName = Files.getFileName (archive) + IAppConstants.APP_NAME_LC; in handleArchiveStart() 628 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 769 …failure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, … in _run() 785 … new Object [] {failure.toString (), IAppConstants.APP_BUG_REPORT_LINK}, in _run()
|
D | instrCommand.java | 17 import com.vladium.emma.IAppConstants; 152 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
|
D | InstrVisitor.java | 34 import com.vladium.emma.IAppConstants; 148 if (! m_warningIssued && clsName.startsWith (IAppConstants.APP_PACKAGE)) in visit() 152 … m_log.warning (IAppConstants.APP_NAME + " classes appear to be included on the instrumentation"); in visit() 153 m_log.warning ("path: this is not a correct way to use " + IAppConstants.APP_NAME); in visit() 325 … m_log.warning ("and can interfere with " + IAppConstants.APP_NAME + "'s SUID compensation"); in visit()
|
/external/emma/core/java12/com/vladium/logging/ |
D | Logger.java | 21 import com.vladium.emma.IAppConstants; 569 …final Properties properties = Property.getAppProperties (IAppConstants.APP_NAME_LC, Logger.class.g… 606 IAppConstants.APP_NAME,
|
/external/emma/core/java12/com/vladium/emma/report/txt/ |
D | ReportGenerator.java | 24 import com.vladium.emma.IAppConstants; 124 label.append (IAppConstants.APP_NAME); in visit() 125 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG); in visit()
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
D | ReportGenerator.java | 25 import com.vladium.emma.IAppConstants; 120 label.append (IAppConstants.APP_NAME); in visit() 121 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG); in visit()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 34 import com.vladium.emma.IAppConstants; 1364 … _title.add (new HyperRef (IAppConstants.APP_HOME_SITE_LINK, IAppConstants.APP_NAME, true)); in getPageTitle() 1385 …_bottom.add (new HyperRef (IAppConstants.APP_BUG_REPORT_LINK, IAppConstants.APP_NAME + " " + IAppC… in getFooterBottom() 1386 _bottom.add (new Text (" " + IAppConstants.APP_COPYRIGHT, true)); in getFooterBottom() 1490 private static final String REPORT_HEADER_TITLE = IAppConstants.APP_NAME + " Coverage Report";
|