Home
last modified time | relevance | path

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

1234567891011

/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/V8Binding/v8/src/
Dcounters.h182 void Stop();
204 void Stop();
230 timer_->Stop(); in ~HistogramTimerScope()
Dcounters.cc49 void StatsCounterTimer::Stop() { in Stop() function in v8::internal::StatsCounterTimer
68 void HistogramTimer::Stop() { in Stop() function in v8::internal::HistogramTimer
/external/webkit/WebKit/English.lproj/
DLocalizable.strings322 /* Stop context menu item */
323 "Stop" = "Stop";
325 /* title for Stop Debugging JavaScript menu item */
326 "Stop Debugging JavaScript" = "Stop Debugging JavaScript";
328 /* title for Stop Profiling JavaScript menu item */
329 "Stop Profiling JavaScript" = "Stop Profiling JavaScript";
331 /* Stop speaking context menu item */
332 "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/webkit/WebKit/qt/docs/webkitsnippets/
Dqtwebkit_qwebview_snippet.cpp21 view->page()->triggerPageAction(QWebPage::Stop); in wrapInFunction()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
DSDL_syscdrom.h55 int (*Stop)(SDL_CD *cdrom); member
/external/webkit/WebCore/platform/wx/
DSharedTimerWx.cpp92 wkTimer->Stop(); in stopSharedTimer()
/external/opencore/nodes/streaming/medialayernode/include/
Dpvmf_ml_eos_timer.h63 OSCL_IMPORT_REF PVMFStatus Stop();
/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.mm483 …[menuItem setTitle:UI_STRING("Stop Debugging JavaScript", "title for Stop Debugging JavaScript men…
489 …[menuItem setTitle:UI_STRING("Stop Profiling JavaScript", "title for Stop Profiling JavaScript men…
/external/webkit/WebKit/qt/QtLauncher/
Dmain.cpp254 bar->addAction(view->pageAction(QWebPage::Stop)); in setupUI()
276 viewMenu->addAction(view->pageAction(QWebPage::Stop)); in setupUI()
301 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/webkit/V8Binding/v8/test/cctest/
Dtest-log.cc310 void Stop() { run_ = false; } in Stop() function in __anon63efc7030111::LoopingThread
429 sampler.Stop(); in TEST()
431 jsThread.Stop(); in TEST()
432 nonJsThread.Stop(); in TEST()

1234567891011