OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runnerexithook
(Results
1 - 1
of
1
) sorted by null
/external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java
352
AppRunnerExitHook
runnerExitHook
= null;
366
runnerExitHook
= new AppRunnerExitHook (log, m_dumpSessionData, sdataOutFile, sdataOutMerge.booleanValue (), mdata, cdata, m_reportGenerators, srcpathCache, toolProperties);
369
runnerExitHookManager.addExitHook (
runnerExitHook
);
587
if ($assert.ENABLED) $assert.ASSERT (
runnerExitHook
!= null, "reportExitHook = null");
588
runnerExitHook
.run (); // that this may be a noop (if the shutdown sequence got there first)
594
runnerExitHookManager.removeExitHook (
runnerExitHook
); // Ok if this fails
601
final Throwable exitHookDataDumpFailure =
runnerExitHook
.getDataDumpFailure ();
602
final List /* Throwable */ exitHookReportFailures =
runnerExitHook
.getReportFailures ();
603
runnerExitHook
= null;
[
all
...]
Completed in 143 milliseconds