Searched refs:Stop (Results 26 - 50 of 147) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dsound.h73 // Stop playing any sound
74 static void Stop();
115 // main thread called wxSound::Stop()
149 virtual void Stop() = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtimer.cpp59 timer->Stop() ;
98 Stop();
129 void wxTimer::Stop() function in class:wxTimer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtimer.cpp136 wxTimer::Stop();
166 void wxTimer::Stop() function in class:wxTimer
185 timer.Stop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs92 Stop (false);
104 Stop (false);
140 Stop (true);
162 private void Stop (bool force) method in class:Avahi.AddressResolver
H A DDomainBrowser.cs97 Stop (false);
109 Stop (false);
141 Stop (true);
160 private void Stop (bool force) method in class:Avahi.DomainBrowser
H A DHostNameResolver.cs69 Stop (false);
81 Stop (false);
120 Stop (true);
139 private void Stop (bool force) method in class:Avahi.HostNameResolver
H A DRecordBrowser.cs113 Stop (false);
125 Stop (false);
159 Stop (true);
177 private void Stop (bool force) method in class:Avahi.RecordBrowser
H A DServiceBrowser.cs99 Stop (false);
111 Stop (false);
147 Stop (true);
166 private void Stop (bool force) method in class:Avahi.ServiceBrowser
H A DServiceTypeBrowser.cs90 Stop (false);
102 Stop (false);
137 Stop (true);
156 private void Stop (bool force) method in class:Avahi.ServiceTypeBrowser
H A DServiceResolver.cs82 Stop (false);
94 Stop (false);
140 Stop (true);
159 private void Stop (bool force) method in class:Avahi.ServiceResolver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs92 Stop (false);
104 Stop (false);
140 Stop (true);
162 private void Stop (bool force) method in class:Avahi.AddressResolver
H A DDomainBrowser.cs97 Stop (false);
109 Stop (false);
141 Stop (true);
160 private void Stop (bool force) method in class:Avahi.DomainBrowser
H A DHostNameResolver.cs69 Stop (false);
81 Stop (false);
120 Stop (true);
139 private void Stop (bool force) method in class:Avahi.HostNameResolver
H A DRecordBrowser.cs113 Stop (false);
125 Stop (false);
159 Stop (true);
177 private void Stop (bool force) method in class:Avahi.RecordBrowser
H A DServiceBrowser.cs99 Stop (false);
111 Stop (false);
147 Stop (true);
166 private void Stop (bool force) method in class:Avahi.ServiceBrowser
H A DServiceTypeBrowser.cs90 Stop (false);
102 Stop (false);
137 Stop (true);
156 private void Stop (bool force) method in class:Avahi.ServiceTypeBrowser
H A DServiceResolver.cs82 Stop (false);
94 Stop (false);
140 Stop (true);
159 private void Stop (bool force) method in class:Avahi.ServiceResolver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dvidwin.h74 bool Stop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.h49 virtual void Stop() = 0;
H A Dmmbman.cpp79 void Stop();
114 void Stop();
266 void MMBoardSoundFile::Stop() function in class:MMBoardSoundFile
268 m_file_stream->Stop();
406 void MMBoardVideoFile::Stop() function in class:MMBoardVideoFile
408 m_video_driver->Stop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleGifCtrl.h50 * - The animation will continue to loop until Stop() is called.
107 void Stop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dsound.h38 static void Stop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound_sdl.cpp88 void Stop();
129 Stop();
197 Stop();
248 Stop();
317 void wxSoundBackendSDL::Stop() function in class:wxSoundBackendSDL
H A Dsound.cpp89 void Stop() {} function in class:wxSoundBackendNull
113 void Stop() {} function in class:wxSoundBackendOSS
321 void Stop();
355 Stop();
386 void wxSoundSyncOnlyAdaptor::Stop() function in class:wxSoundSyncOnlyAdaptor
571 Stop();
592 /*static*/ void wxSound::Stop() function in class:wxSound
595 ms_backend->Stop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtimer.h75 virtual void Stop() = 0;
154 m_timer.Stop();

Completed in 209 milliseconds

123456