Searched refs:Shutdown (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium/net/base/
H A Dnet_test_suite.h38 virtual void Shutdown() { function in class:NetTestSuite
43 TestSuite::Shutdown();
H A Dfixed_host_resolver.h31 virtual void Shutdown() {} function in class:net::FixedHostResolver
H A Dnetwork_change_notifier_mac.cc48 void Shutdown();
139 void NetworkChangeNotifierImpl::Shutdown() { function in class:net::__anon955::NetworkChangeNotifierImpl
205 notifier_impl_->Shutdown();
H A Dlisten_socket_unittest.h93 void Shutdown();
H A Dhost_resolver.h152 virtual void Shutdown() = 0;
H A Dhost_resolver_impl.h92 virtual void Shutdown();
H A Dmock_host_resolver.h51 virtual void Shutdown();
H A Dmock_host_resolver.cc69 void MockHostResolverBase::Shutdown() { function in class:net::MockHostResolverBase
70 impl_->Shutdown();
H A Dsdch_manager.h229 static void Shutdown();
H A Dlisten_socket_unittest.cc83 this, &ListenSocketTester::Shutdown));
186 void ListenSocketTester::Shutdown() { function in class:ListenSocketTester
/external/chromium/base/test/
H A Dperf_test_suite.h44 virtual void Shutdown() { function in class:PerfTestSuite
45 TestSuite::Shutdown();
H A Dtest_suite.h138 // This MUST happen before Shutdown() since Shutdown() tears down
143 Shutdown();
224 virtual void Shutdown() { function in class:TestSuite
/external/v8/src/
H A Ddebug-agent.h60 void Shutdown();
96 void Shutdown();
H A Ddebug-agent.cc84 void DebuggerAgent::Shutdown() { function in class:v8::internal::DebuggerAgent
91 server_->Shutdown();
127 session_->Shutdown();
202 void DebuggerAgentSession::Shutdown() { function in class:v8::internal::DebuggerAgentSession
203 // Shutdown the socket to end the blocking receive.
204 client_->Shutdown();
H A Dplatform-posix.cc204 virtual ~POSIXSocket() { Shutdown(); }
214 // Shutdown socket for both read and write.
215 bool Shutdown();
295 bool POSIXSocket::Shutdown() { function in class:v8::internal::POSIXSocket
297 // Shutdown socket for both read and write.
H A Dplatform.h481 // Shutdown socket for both read and write. This causes blocking Send and
482 // Receive calls to exit. After Shutdown the Socket object cannot be used for
484 virtual bool Shutdown() = 0;
/external/libvpx/vp8/common/
H A Dproposed.h18 void (*Shutdown)(); member in struct:__anon3663
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.h50 virtual void Shutdown() = 0;
H A Dproxy_config_service_linux.cc195 Shutdown();
229 Shutdown();
235 void Shutdown() { function in class:net::__anon1083::GConfSettingGetterImplGConf
263 Shutdown();
433 Shutdown();
459 void Shutdown() {
1025 gconf_getter_->Shutdown(); // Stop notifications
1107 gconf_getter_->Shutdown();
H A Dproxy_resolver_js_bindings_unittest.cc40 virtual void Shutdown() {} function in class:net::__anon1097::MockHostResolverWithMultipleResults
/external/quake/quake/src/WinQuake/
H A Dnet_vcr.cpp50 net_drivers[0].Shutdown = VCR_Shutdown;
H A Dnet.h161 void (*Shutdown) (void); member in struct:__anon5553
199 void (*Shutdown) (void); member in struct:__anon5554
/external/v8/test/cctest/
H A Dtest-sockets.cc114 client->Shutdown();
/external/sonivox/jet_tools/JetCreator/
H A Deas.py561 self.Shutdown()
614 def Shutdown (self): member in class:EAS
616 eas_logger.debug('EAS.Shutdown')
925 self.Shutdown()
953 def Shutdown (self): member in class:EASAuxMixer
955 eas_logger.debug('EASAuxMixer.Shutdown')
975 self.eas.Shutdown()
1037 self.Shutdown()
1072 def Shutdown (self): member in class:JET
1074 eas_logger.debug('JET.Shutdown')
[all...]
H A DJetUtils.py379 eas.Shutdown()
596 eas.Shutdown()
744 try: jet.Shutdown()

Completed in 191 milliseconds

12