Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/zlib/contrib/ada/
Dmtest.adb24 Stop : Boolean := False; variable
26 pragma Atomic (Stop);
138 exit Main when Stop;
144 Stop := True;
155 Stop := True;
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_session_duration_timer.cpp54 Stop(); in ~PvmfJBSessionDurationTimer()
103 PVMFStatus PvmfJBSessionDurationTimer::Stop() in Stop() function in PvmfJBSessionDurationTimer
110 iClock.Stop(); in Stop()
139 iClock.Stop(); in Cancel()
187 iClock.Stop(); in Run()
Dpvmf_jb_jitterbuffermisc.cpp90 ipEstimatedServerClock->Stop(); in CreateProtocolObjects()
269 ipEstimatedServerClock->Stop(); in ResetEstimatedServerClock()
307 irClientPlaybackClock.Stop(); in PrepareForRepositioning()
356 irClientPlaybackClock.Stop(); in PurgeElementsWithNPTLessThan()
460 ipSessionDurationTimer->Stop(); in Reset()
472 ipEstimatedServerClock->Stop(); in Reset()
476 ipWallClock->Stop(); in Reset()
480 ipNonDecreasingClock->Stop(); in Reset()
636 ipSessionDurationTimer->Stop(); in ResetSession()
647 ipSessionDurationTimer->Stop(); in SetSessionDurationExpired()
[all …]
Dpvmf_rtcp_timer.cpp48 Stop(); in ~PvmfRtcpTimer()
85 PVMFStatus PvmfRtcpTimer::Stop() in Stop() function in PvmfRtcpTimer
/external/webkit/WebKit/English.lproj/
DLocalizable.strings277 /* Stop context menu item */
278 "Stop" = "Stop";
280 /* title for Stop Debugging JavaScript menu item */
281 "Stop Debugging JavaScript" = "Stop Debugging JavaScript";
283 /* title for Stop Profiling JavaScript menu item */
284 "Stop Profiling JavaScript" = "Stop Profiling JavaScript";
286 /* Stop speaking context menu item */
287 "Stop Speaking" = "Stop Speaking";
/external/skia/include/views/
DSkOSSound.h28 static void Stop();
/external/skia/src/svg/
DSkSVGStop.h24 DECLARE_SVG_INFO(Stop);
DSkSVGStop.cpp25 DEFINE_SVG_INFO(Stop) in DEFINE_SVG_INFO() argument
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
DSDL_syscdrom.h55 int (*Stop)(SDL_CD *cdrom); member
/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_ml_eos_timer.h63 OSCL_IMPORT_REF PVMFStatus Stop();
/external/webkit/WebCore/platform/wx/
DSharedTimerWx.cpp111 wkTimer->Stop(); in stopSharedTimer()
/external/opencore/protocols/systems/tools/general/common/src/
Dpvmf_buffer_data_source.cpp47 Stop(); in ~PVMFBufferDataSource()
82 OSCL_EXPORT_REF void PVMFBufferDataSource::Stop() in Stop() function in PVMFBufferDataSource
Dpvmf_file_data_source.cpp31 Stop(); in ~PVMFFileDataSource()
/external/skia/src/views/
DSkOSSound.cpp141 SkOSSound::Stop(); in Play()
182 void SkOSSound::Stop() in Stop() function in SkOSSound
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_rtcp_timer.h114 PVMFStatus Stop();
Dpvmf_jb_session_duration_timer.h76 PVMFStatus Stop();
/external/webkit/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm469 …[menuItem setTitle:UI_STRING("Stop Debugging JavaScript", "title for Stop Debugging JavaScript men…
475 …[menuItem setTitle:UI_STRING("Stop Profiling JavaScript", "title for Stop Profiling JavaScript men…
DWebViewFactory.mm186 return UI_STRING("Stop", "Stop context menu item");
339 return UI_STRING("Stop Speaking", "Stop speaking context menu item");
/external/webkit/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm372 // Stop the timers
375 // Stop notifications and callbacks.
399 …// Stop observing WebPreferencesChangedNotification -- we only need to observe this when installed…
409 …// Stop the plug-in when it is removed from its superview. It is not sufficient to do this in -vi…
414 …// Stop observing WebPreferencesChangedNotification -- we only need to observe this when installed…
/external/webkit/WebKit/qt/QtLauncher/
Dmain.cpp214 bar->addAction(view->pageAction(QWebPage::Stop)); in setupUI()
236 viewMenu->addAction(view->pageAction(QWebPage::Stop)); in setupUI()
261 view->pageAction(QWebPage::Stop)->setShortcut(Qt::Key_Escape); in setupUI()
/external/opencore/pvmi/pvmf/include/
Dpvmi_mio_control.h269 virtual PVMFCommandId Stop(const OsclAny* aContext = NULL) = 0;
/external/opencore/android/
Dandroid_audio_output.h48 virtual PVMFCommandId Stop(const OsclAny* aContext=NULL);
/external/opencore/protocols/systems/tools/general/common/include/
Dpvmf_buffer_data_source.h67 OSCL_IMPORT_REF void Stop();
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node.cpp283 OSCL_EXPORT_REF PVMFCommandId PvmfMediaInputNode::Stop(PVMFSessionId s, const OsclAny* aContext) in Stop() function in PvmfMediaInputNode
808 iOutPortVector[i]->Stop(); in CommandComplete()
1102 iOutPortVector[i]->Stop(); in DoStop()
1192 iOutPortVector[i]->Stop(); in DoReset()
1430 OSCL_TRY(err, iMediaIOCmdId = iMediaIOControl->Stop();); in SendMioRequest()
/external/webkit/WebKit/wx/
DWebFrame.h108 void Stop();

12345678910