HomeSort by relevance Sort by last modified time
    Searched defs:Shutdown (Results 1 - 20 of 20) sorted by null

  /external/chromium/base/test/
perf_test_suite.h 44 virtual void Shutdown() {
45 TestSuite::Shutdown();
test_suite.h 138 // This MUST happen before Shutdown() since Shutdown() tears down
143 Shutdown();
178 // Override these for custom initialization and shutdown handling. Use these
224 virtual void Shutdown() {
  /external/chromium/net/base/
net_test_suite.h 38 virtual void Shutdown() {
43 TestSuite::Shutdown();
fixed_host_resolver.h 31 virtual void Shutdown() {}
network_change_notifier_mac.cc 48 void Shutdown();
139 void NetworkChangeNotifierImpl::Shutdown() {
205 notifier_impl_->Shutdown();
listen_socket_unittest.cc 83 this, &ListenSocketTester::Shutdown));
186 void ListenSocketTester::Shutdown() {
mock_host_resolver.cc 69 void MockHostResolverBase::Shutdown() {
70 impl_->Shutdown();
sdch_manager.cc 82 void SdchManager::Shutdown() {
host_resolver_impl.cc 661 // Because we destroy outstanding requests during Shutdown(),
663 LOG(ERROR) << "Called HostResolverImpl::CancelRequest() after Shutdown().";
701 void HostResolverImpl::Shutdown() {
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 40 virtual void Shutdown() {}
proxy_config_service_linux.cc 195 Shutdown();
229 Shutdown();
235 void Shutdown() {
263 Shutdown();
433 Shutdown();
459 void Shutdown() {
    [all...]
proxy_config_service_linux_unittest.cc 163 virtual void Shutdown() {}
    [all...]
  /external/chromium/net/socket/
socks_client_socket_unittest.cc 106 virtual void Shutdown() {}
  /external/v8/src/
debug-agent.cc 84 void DebuggerAgent::Shutdown() {
91 server_->Shutdown();
127 session_->Shutdown();
202 void DebuggerAgentSession::Shutdown() {
203 // Shutdown the socket to end the blocking receive.
204 client_->Shutdown();
platform-posix.cc 204 virtual ~POSIXSocket() { Shutdown(); }
214 // Shutdown socket for both read and write.
215 bool Shutdown();
295 bool POSIXSocket::Shutdown() {
297 // Shutdown socket for both read and write.
298 int status = shutdown(socket_, SHUT_RDWR);
platform-win32.cc     [all...]
heap.cc     [all...]
  /external/libvpx/vp8/common/
proposed.h 18 void (*Shutdown)();
  /external/quake/quake/src/WinQuake/
net.h 161 void (*Shutdown) (void);
199 void (*Shutdown) (void);
  /external/sonivox/jet_tools/JetCreator/
eas.py 561 self.Shutdown()
567 # if we are already initialized, shutdown first
570 self.ShutDown()
614 def Shutdown (self):
616 eas_logger.debug('EAS.Shutdown')
630 # shutdown library
925 self.Shutdown()
    [all...]

Completed in 5943 milliseconds