Searched refs:Shutdown (Results 1 - 25 of 1026) 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_posix.h39 virtual bool Shutdown();
H A Dthread_win.cc133 bool ThreadWindows::Shutdown() function in class:webrtc::ThreadWindows
H A Dthread_win.h37 virtual bool Shutdown();
/external/webrtc/test/
H A Dtest_suite.cc28 Shutdown();
36 void TestSuite::Shutdown() { function in class:webrtc::test::TestSuite
H A Dtest_suite.h35 virtual void Shutdown();
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py379 eas.Shutdown()
596 eas.Shutdown()
744 try: jet.Shutdown()
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/mdnsresponder/mDNSCore/
H A DmDNS.c10587 #pragma mark - Startup and Shutdown
H A DuDNS.c4614 #pragma mark - Startup, Shutdown, and Sleep
/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();
H A Dheap.h2225 void Shutdown();
/external/chromium_org/third_party/webrtc/test/
H A Dtest_suite.cc47 Shutdown();
56 void TestSuite::Shutdown() { function in class:webrtc::test::TestSuite
H A Dtest_suite.h39 virtual void Shutdown();
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc851 if (FAILED(hr = nsc->Shutdown())) {
852 LOG(LS_INFO) << "INSNetSourceCreator::Shutdown failed: " << hr;
H A Dwin32window.cc70 void Win32Window::Shutdown() { function in class:rtc::Win32Window
H A Dwin32window.h36 static void Shutdown();
H A Dwinfirewall.cc35 Shutdown();
60 void WinFirewall::Shutdown() { function in class:rtc::WinFirewall
H A Dwinfirewall.h35 void Shutdown();
H A Dwinfirewall_unittest.cc34 fw.Shutdown();
/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

Completed in 3146 milliseconds

1234567891011>>