Searched defs:s_instance (Results 1 - 9 of 9) sorted by last modified time

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jar ... .equinox.internal.security.auth.ConfigurationFactory s_instance static void " href="/5.1.0_r1/s? ...
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp118 static const T s_instance = T(); local
119 return s_instance;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDevToolsAgentImpl.cpp91 if (s_instance)
94 s_instance = instance.get();
100 if (s_instance)
101 s_instance->m_frozenViews.remove(view);
107 if (s_instance && s_instance->m_running)
177 // FIXME: The ownership model for s_instance is somewhat complicated. Can we make this simpler?
178 static ClientMessageLoopAdapter* s_instance; member in class:blink::ClientMessageLoopAdapter
181 ClientMessageLoopAdapter* ClientMessageLoopAdapter::s_instance = 0; member in class:blink::ClientMessageLoopAdapter
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DScopedEventQueue.cpp42 ScopedEventQueue* ScopedEventQueue::s_instance = 0; member in class:blink::ScopedEventQueue
57 ASSERT(!s_instance);
59 s_instance = instance.leakPtr();
88 if (!s_instance)
91 return s_instance;
H A DScopedEventQueue.h64 static ScopedEventQueue* s_instance; member in class:blink::ScopedEventQueue
/external/chromium_org/net/android/
H A Dkeystore_openssl.cc385 static base::LazyInstance<KeystoreEngineWorkaround>::Leaky s_instance = local
387 s_instance.Get().LeakEngine(private_key);
/external/chromium_org/net/socket/
H A Dssl_session_cache_openssl_unittest.cc52 static base::LazyInstance<SSLKeyHelper>::Leaky s_instance = local
54 return s_instance.Pointer();
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc51 static ShelfButtonAnimation* s_instance = new ShelfButtonAnimation(); local
52 return s_instance;
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc2208 ASSERT_EQ(NULL, s_instance);
2209 s_instance = this;
2213 ASSERT_TRUE(!!s_instance);
2214 s_instance = NULL;
2251 static TraceEventCallbackTest* s_instance; member in class:base::debug::TraceEventCallbackTest
2262 s_instance->collected_events_phases_.push_back(phase);
2263 s_instance->collected_events_categories_.push_back(
2265 s_instance->collected_events_names_.push_back(name);
2266 s_instance->collected_events_timestamps_.push_back(timestamp);
2270 TraceEventCallbackTest* TraceEventCallbackTest::s_instance; member in class:base::debug::TraceEventCallbackTest
[all...]

Completed in 240 milliseconds