Home
last modified time | relevance | path

Searched refs:IAppConstants (Results 1 – 25 of 26) sorted by relevance

12

/external/emma/ant/ant14/com/vladium/emma/
DANTMain.java11 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()
DemmaTask.java11 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/
DInstrClassLoader.java25 import com.vladium.emma.IAppConstants;
362IAppConstants.APP_NAME, IAppConstants.APP_VERSION, IAppConstants.APP_COPYRIGHT, in defineClass()
363IAppConstants.APP_NAME, IAppConstants.APP_VERSION, IAppConstants.APP_COPYRIGHT, in defineClass()
DAppRunner.java32 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 + ".*"};
DRTCoverageDataPersister.java13 import com.vladium.emma.IAppConstants;
71 …throw new RuntimeException (IAppConstants.APP_NAME + " failed to dump coverage data: " + t.toStrin… in dumpCoverageData()
DRT.java17 import com.vladium.emma.IAppConstants;
27 abstract class RT implements IAppConstants
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java31 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()
DMergeProcessor.java20 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()
DmergeCommand.java16 import com.vladium.emma.IAppConstants;
116 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
/external/emma/ant/ant14/com/vladium/emma/ant/
DSuppressableTask.java13 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/
DIAppConstants.java19 interface IAppConstants extends IAppVersion interface
32 String APP_PACKAGE = Types.getClassPackageName (IAppConstants.class);
DEMMAProperties.java133 final String appName = IAppConstants.APP_NAME_LC; in getAppProperties()
DrunCommand.java233 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
DCommand.java213 m_out.println (IAppConstants.APP_USAGE_BUILD_ID); in exit()
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java21 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()
DreportCommand.java18 import com.vladium.emma.IAppConstants;
122 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
/external/emma/core/java12/
Demma.java9 import com.vladium.emma.IAppConstants;
63 IAppConstants.APP_USAGE_BUILD_ID;
/external/emma/core/java13/com/vladium/util/exit/
DExitHookManager.java16 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/
DInstrProcessorST.java44 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()
DinstrCommand.java17 import com.vladium.emma.IAppConstants;
152 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
DInstrVisitor.java34 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/
DLogger.java21 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/xml/
DReportGenerator.java25 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/txt/
DReportGenerator.java24 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/html/
DReportGenerator.java34 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";

12