Home
last modified time | relevance | path

Searched refs:APP_NAME (Results 1 – 22 of 22) sorted by relevance

/external/emma/core/java12/com/vladium/emma/
DIAppConstants.java23 String APP_NAME = "EMMA"; field
26 … String APP_THROWABLE_BUILD_ID = "[" + APP_NAME + " v" + APP_VERSION_WITH_BUILD_ID_AND_TAG + "]";
27 …String APP_USAGE_BUILD_ID = "[" + APP_NAME + " v" + APP_VERSION + ", build " + APP_BUILD_ID_AND_…
28 …String APP_VERBOSE_BUILD_ID = "[" + APP_NAME + " v" + APP_VERSION + ", build " + APP_BUILD_ID_AND_…
30 String APP_USAGE_PREFIX = APP_NAME + " usage: ";
DrunCommand.java233 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
/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()
483 …ntimeException (MAIN_CLASS_BAD_DELEGATION, new String [] {IAppConstants.APP_NAME, m_appClassName, … 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()
DRTCoverageDataPersister.java71 …throw new RuntimeException (IAppConstants.APP_NAME + " failed to dump coverage data: " + t.toStrin… in dumpCoverageData()
DInstrClassLoader.java362 … IAppConstants.APP_NAME, IAppConstants.APP_VERSION, IAppConstants.APP_COPYRIGHT, in defineClass()
363 … IAppConstants.APP_NAME, IAppConstants.APP_VERSION, IAppConstants.APP_COPYRIGHT, in defineClass()
/external/icu4c/samples/layout/
Dlayout.cpp37 #define APP_NAME "LayoutSample" macro
39 TCHAR szAppName[] = TEXT(APP_NAME);
45 sprintf(title, "%s - %s", APP_NAME, fileName); in PrettyTitle()
Dclayout.c38 #define APP_NAME "LayoutSample" macro
40 TCHAR szAppName[] = TEXT(APP_NAME);
46 sprintf(title, "%s - %s", APP_NAME, fileName); in PrettyTitle()
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java424 …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()
593 …[" + file.getAbsolutePath () + "]: created by another " + IAppConstants.APP_NAME + " version [" + … in persist()
597 …to [" + file.getAbsolutePath () + "]: created by another " + IAppConstants.APP_NAME + " version"); in persist()
DmergeCommand.java116 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
DMergeProcessor.java304 …lure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run()
/external/emma/ant/ant14/com/vladium/emma/
DANTMain.java25 System.out.println ("this jar contains ANT task definitions for " + IAppConstants.APP_NAME in main()
/external/emma/core/data/
DMANIFEST.MF3 Specification-Title: @APP_NAME@
/external/emma/core/java13/com/vladium/util/exit/
DExitHookManager.java65 …final Thread exitThread = new Thread (runnable, IAppConstants.APP_NAME + " shutdown handler thread… in addExitHook()
/external/emma/core/java12/com/vladium/emma/report/
DreportCommand.java122 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
DReportProcessor.java278 …lure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run()
/external/emma/core/java12/com/vladium/emma/instr/
DinstrCommand.java152 processor.setAppName (IAppConstants.APP_NAME); // for log prefixing in run()
DInstrProcessorST.java95 …mainAttrs.put (new Attributes.Name ("Created-By"), IAppConstants.APP_NAME + " v" + IAppConstants.A… in handleArchiveStart()
769 …lure = new EMMARuntimeException (SECURITY_RESTRICTION, new String [] {IAppConstants.APP_NAME}, se); in _run()
DInstrVisitor.java152 … 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/emma/report/html/
DReportGenerator.java1364 … _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()
1490 private static final String REPORT_HEADER_TITLE = IAppConstants.APP_NAME + " Coverage Report";
/external/emma/core/java12/com/vladium/logging/
DLogger.java606 IAppConstants.APP_NAME,
/external/emma/core/java12/com/vladium/emma/report/txt/
DReportGenerator.java124 label.append (IAppConstants.APP_NAME); in visit()
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java120 label.append (IAppConstants.APP_NAME); in visit()