HomeSort by relevance Sort by last modified time
    Searched refs:s_singleton (Results 1 - 3 of 3) sorted by null

  /external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java 34 if (s_singleton == null)
38 s_singleton = new JRE13ExitHookManager ();
46 return s_singleton;
120 private static ExitHookManager s_singleton; field in class:ExitHookManager
  /external/chromium_org/sandbox/win/src/
interception_agent.cc 38 static InterceptionAgent* s_singleton = NULL; local
39 if (!s_singleton) {
44 s_singleton = reinterpret_cast<InterceptionAgent*>(
47 bool success = s_singleton->Init(g_interceptions);
49 operator delete(s_singleton, NT_ALLOC);
50 s_singleton = NULL;
53 return s_singleton;
  /external/emma/lib/
emma.jar 

Completed in 103 milliseconds