HomeSort by relevance Sort by last modified time
    Searched refs:GetInstance (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/vulkan/libvulkan/
vulkan_loader_data.cpp 21 LoaderData& LoaderData::GetInstance() {
  /system/connectivity/shill/shims/
c_ppp.cc 34 PPP::GetInstance()->Init();
43 if (!PPP::GetInstance()->GetSecret(&user, &pass)) {
56 PPP::GetInstance()->OnAuthenticateStart();
60 PPP::GetInstance()->OnAuthenticateDone();
64 PPP::GetInstance()->OnConnect(ifname);
68 PPP::GetInstance()->OnDisconnect();
  /external/libchrome/base/memory/
singleton_unittest.cc 21 static IntSingleton* GetInstance() {
32 static Init5Singleton* GetInstance() {
48 return &IntSingleton::GetInstance()->value_;
52 return &Init5Singleton::GetInstance()->value_;
76 static CallbackSingletonWithNoLeakTrait* GetInstance() {
89 static CallbackSingletonWithLeakTrait* GetInstance() {
100 static CallbackSingletonWithStaticTrait* GetInstance() {
120 static AlignedTestSingleton* GetInstance() {
130 CallbackSingletonWithNoLeakTrait::GetInstance()->callback_ = CallOnQuit;
134 CallbackSingletonWithLeakTrait::GetInstance()->callback_ = CallOnQuit
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_loader_data.h 29 __attribute__((visibility("default"))) static LoaderData& GetInstance();
  /system/connectivity/shill/
icmp_session_factory.h 30 // This is a singleton. Use IcmpSessionFactory::GetInstance()->Foo().
31 static IcmpSessionFactory* GetInstance();
mock_dns_client_factory.cc 29 MockDNSClientFactory* MockDNSClientFactory::GetInstance() {
mock_icmp_session_factory.cc 29 MockIcmpSessionFactory* MockIcmpSessionFactory::GetInstance() {
mock_ppp_device_factory.cc 31 MockPPPDeviceFactory* MockPPPDeviceFactory::GetInstance() {
dns_server_proxy_factory.cc 33 DNSServerProxyFactory* DNSServerProxyFactory::GetInstance() {
dns_server_proxy_factory.h 33 // This is a singleton. Use DNSServerProxyFactory::GetInstance()->Foo().
34 static DNSServerProxyFactory* GetInstance();
  /libcore/ojluni/src/main/java/javax/net/ssl/
KeyManagerFactory.java 31 import sun.security.jca.GetInstance;
100 * <code>getInstance</code> calls that created this
137 public static final KeyManagerFactory getInstance(String algorithm)
139 GetInstance.Instance instance = GetInstance.getInstance
180 public static final KeyManagerFactory getInstance(String algorithm,
183 GetInstance.Instance instance = GetInstance.getInstance
    [all...]
TrustManagerFactory.java 31 import sun.security.jca.GetInstance;
98 * <code>getInstance</code> calls that created this
136 public static final TrustManagerFactory getInstance(String algorithm)
138 GetInstance.Instance instance = GetInstance.getInstance
179 public static final TrustManagerFactory getInstance(String algorithm,
182 GetInstance.Instance instance = GetInstance.getInstance
    [all...]
  /system/connectivity/shill/net/
rtnl_listener_unittest.cc 50 RTNLHandler::GetInstance()->listeners_.clear();
60 EXPECT_EQ(1, RTNLHandler::GetInstance()->listeners_.size());
65 EXPECT_EQ(0, RTNLHandler::GetInstance()->listeners_.size());
73 EXPECT_EQ(1, RTNLHandler::GetInstance()->listeners_.size());
78 EXPECT_EQ(0, RTNLHandler::GetInstance()->listeners_.size());
rtnl_handler_unittest.cc 82 RTNLHandler::GetInstance()->io_handler_factory_ = &io_handler_factory_;
83 RTNLHandler::GetInstance()->sockets_.reset(sockets_);
87 RTNLHandler::GetInstance()->Stop();
91 return RTNLHandler::GetInstance()->request_sequence_;
95 RTNLHandler::GetInstance()->request_sequence_ = sequence;
99 return RTNLHandler::GetInstance()->IsSequenceInErrorMaskWindow(sequence);
104 return RTNLHandler::GetInstance()->SetErrorMask(sequence, error_mask);
108 return RTNLHandler::GetInstance()->GetAndClearErrorMask(sequence);
145 RTNLHandler::GetInstance()->Start(0);
150 RTNLHandler::GetInstance()->Stop()
    [all...]
  /art/runtime/verifier/
reg_type-inl.h 127 inline const DoubleHiType* DoubleHiType::GetInstance() {
132 inline const DoubleLoType* DoubleLoType::GetInstance() {
137 inline const LongHiType* LongHiType::GetInstance() {
142 inline const LongLoType* LongLoType::GetInstance() {
147 inline const FloatType* FloatType::GetInstance() {
152 inline const CharType* CharType::GetInstance() {
157 inline const ShortType* ShortType::GetInstance() {
162 inline const ByteType* ByteType::GetInstance() {
168 inline const IntegerType* IntegerType::GetInstance() {
173 inline const BooleanType* BooleanType::GetInstance() {
    [all...]
  /development/ndk/sources/android/ndk_helper/
JNIHelper.h 26 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
27 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
28 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, ndk_helper::JNIHelper::GetInstance()->GetAppName(), __VA_ARGS__))
86 static JNIHelper* GetInstance();
  /external/libchrome/base/trace_event/
malloc_dump_provider.h 30 static MallocDumpProvider* GetInstance();
process_memory_maps_dump_provider.h 20 static ProcessMemoryMapsDumpProvider* GetInstance();
  /system/connectivity/apmanager/
dhcp_server_factory.cc 31 DHCPServerFactory* DHCPServerFactory::GetInstance() {
dhcp_server_factory.h 32 // This is a singleton. Use DHCPServerFactory::GetInstance()->Foo().
33 static DHCPServerFactory* GetInstance();
event_dispatcher.h 30 // This is a singleton. Use EventDispatcher::GetInstance()->Foo().
31 static EventDispatcher* GetInstance();
file_writer.h 31 // This is a singleton. Use FileWriter::GetInstance()->Foo().
32 static FileWriter* GetInstance();
process_factory.cc 31 ProcessFactory* ProcessFactory::GetInstance() {
process_factory.h 32 // This is a singleton. Use ProcessFactory::GetInstance()->Foo().
33 static ProcessFactory* GetInstance();
  /system/connectivity/shill/dbus/
dbus_service_watcher_factory.cc 31 DBusServiceWatcherFactory* DBusServiceWatcherFactory::GetInstance() {

Completed in 176 milliseconds

1 2 3 4 5 6 7 8 91011>>