Home
last modified time | relevance | path

Searched refs:s_singleton (Results 1 – 2 of 2) sorted by relevance

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