Searched defs:Shutdown (Results 1 - 25 of 367) sorted by last modified time

1234567891011>>

/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h91 virtual bool Shutdown() {return false;} function in class:webrtc::ThreadWrapper
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc133 // Enable immediate cancellation if requested, see Shutdown()
285 bool ThreadPosix::Shutdown() function in class:webrtc::ThreadPosix
H A Dthread_win.cc133 bool ThreadWindows::Shutdown() function in class:webrtc::ThreadWindows
/external/webrtc/test/
H A Dtest_suite.cc28 Shutdown();
36 void TestSuite::Shutdown() { function in class:webrtc::test::TestSuite
/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...]
/external/libvorbis/examples/
H A Dframeview.pl192 my $panel_quit=$panel_shell->Button(-class=>"Exit",-text=>"quit",-command=>[sub{Shutdown()}])->
584 sub Shutdown{ subroutine
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java414 // _shutdown = new Thread(new Shutdown(), "JmDNS.Shutdown");
1669 * Shutdown operations.
1671 protected class Shutdown implements Runnable { class in class:JmDNSImpl
/external/chromium_org/v8/tools/testrunner/server/
H A Dmain.py118 self.Shutdown()
121 self.Shutdown()
124 def Shutdown(self): member in class:Server
/external/chromium_org/v8/src/heap/
H A Dheap.cc5622 HeapIterator::~HeapIterator() { Shutdown(); }
5639 void HeapIterator::Shutdown() { function in class:v8::HeapIterator
5689 Shutdown();
/external/chromium_org/third_party/webrtc/test/
H A Dtest_suite.cc47 Shutdown();
56 void TestSuite::Shutdown() { function in class:webrtc::test::TestSuite
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc70 void Win32Window::Shutdown() { function in class:rtc::Win32Window
H A Dwinfirewall.cc35 Shutdown();
60 void WinFirewall::Shutdown() { function in class:rtc::WinFirewall
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.h208 enum Shutdown { SD_NONE, SD_GRACEFUL, SD_FORCEFUL } m_shutdown; enum in class:cricket::PseudoTcp
/external/chromium_org/tools/android/forwarder/
H A Dforwarder.cc154 void Shutdown() { function in class:__anon16410::Server
366 g_servers[i].Shutdown();
/external/chromium_org/tools/android/forwarder2/
H A Dforwarder.cc249 void Forwarder::Shutdown() { function in class:forwarder2::Forwarder
H A Dsocket.cc84 void Socket::Shutdown() { function in class:forwarder2::Socket
/external/chromium_org/ui/base/ime/chromeos/
H A Dime_bridge.cc97 void IMEBridge::Shutdown() { function in class:chromeos::IMEBridge
/external/chromium_org/ui/base/l10n/
H A Dformatter.cc319 void FormatterContainer::Shutdown() { function in class:ui::FormatterContainer
/external/chromium_org/ui/base/test/
H A Drun_all_unittests.cc37 virtual void Shutdown() OVERRIDE;
91 void UIBaseTestSuite::Shutdown() { function in class:__anon16665::UIBaseTestSuite
97 base::TestSuite::Shutdown();
/external/chromium_org/ui/compositor/test/
H A Dtest_suite.cc39 void CompositorTestSuite::Shutdown() { function in class:ui::test::CompositorTestSuite
42 base::TestSuite::Shutdown();
/external/chromium_org/ui/message_center/
H A Ddummy_message_center.cc27 void MessageCenter::Shutdown() { function in class:message_center::MessageCenter
H A Dmessage_center.cc31 void MessageCenter::Shutdown() { function in class:message_center::MessageCenter
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_window_delegate_impl.cc24 void DriWindowDelegateImpl::Shutdown() { function in class:ui::DriWindowDelegateImpl
25 TRACE_EVENT1("dri", "DriWindowDelegateImpl::Shutdown", "widget", widget_);
H A Ddri_window_delegate_proxy.cc26 void DriWindowDelegateProxy::Shutdown() { function in class:ui::DriWindowDelegateProxy
27 TRACE_EVENT1("dri", "DriWindowDelegateProxy::Shutdown", "widget", widget_);
/external/chromium_org/ui/ozone/
H A Drun_all_unittests.cc19 virtual void Shutdown() OVERRIDE;
32 void OzoneTestSuite::Shutdown() { function in class:__anon17007::OzoneTestSuite
33 base::TestSuite::Shutdown();

Completed in 335 milliseconds

1234567891011>>