OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EXIT_HOOK_MANAGER
(Results
1 - 2
of
2
) sorted by null
/external/emma/core/java12/com/vladium/emma/rt/
RT.java
55
if (
EXIT_HOOK_MANAGER
!= null)
64
EXIT_HOOK_MANAGER
.removeExitHook (s_exitHook);
80
if (
EXIT_HOOK_MANAGER
!= null)
94
if (
EXIT_HOOK_MANAGER
.addExitHook (exitHook))
212
private static final ExitHookManager
EXIT_HOOK_MANAGER
; // set in <clinit>
230
EXIT_HOOK_MANAGER
= temp;
/external/emma/lib/
emma.jar
Completed in 33 milliseconds