Searched defs:Stop (Results 1 - 25 of 141) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs49 TLabel Stop { property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs73 public TToken Stop { property in class:Antlr.Runtime.ParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIRuleReturnScope.cs51 object Stop property in interface:Antlr.Runtime.IRuleReturnScope
H A DIRuleReturnScope`1.cs52 new TLabel Stop property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs77 public TToken Stop property in class:Antlr.Runtime.ParserRuleReturnScope
98 object IRuleReturnScope.Stop
102 return Stop;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeRuleReturnScope.cs55 TTree IRuleReturnScope<TTree>.Stop { property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRuleReturnScope`1.cs68 TTree IRuleReturnScope<TTree>.Stop property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
76 object IRuleReturnScope.Stop
/external/libchrome/base/test/
H A Dtest_io_thread.cc24 Stop();
34 void TestIOThread::Stop() { function in class:base::TestIOThread
35 // Note: It's okay to call |Stop()| even if the thread isn't running.
36 io_thread_.Stop();
/external/chromium-trace/catapult/devil/devil/android/perf/
H A Dsurface_stats_collector.py45 def Stop(self): member in class:SurfaceStatsCollector
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
H A Dtime_utils.cc26 Stop();
30 Stop();
43 void PeriodicTimer::Stop() { function in class:time_utils::PeriodicTimer
56 return false; // Interrupted by Stop().
/external/libchrome/base/
H A Dsync_socket_unittest.cc35 void Stop() { function in class:__anon10983::HangingReceiveThread
123 thread.Stop();
/external/libmojo/third_party/catapult/devil/devil/android/perf/
H A Dsurface_stats_collector.py45 def Stop(self): member in class:SurfaceStatsCollector
/external/perfetto/test/
H A Dtask_runner_thread.cc35 Stop();
51 void TaskRunnerThread::Stop() { function in class:perfetto::TaskRunnerThread
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDriverBinding.h85 Stop this driver on ControllerHandle. This service is called by the
90 to call Stop() it must also follow these calling restrictions.
96 @param ChildHandleBuffer List of Child Handles to Stop.
118 EFI_DRIVER_BINDING_STOP Stop; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_timer.cc80 bool CUDATimer::Stop(CUDAStream *stream) { function in class:perftools::gputools::cuda::CUDATimer
/external/tensorflow/tensorflow/stream_executor/host/
H A Dhost_timer.cc32 bool HostTimer::Stop(Stream* stream) { function in class:perftools::gputools::HostTimer
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidnetworkmonitor_jni.cc70 void AndroidNetworkMonitor::Stop() { function in class:webrtc_jni::AndroidNetworkMonitor
/external/webrtc/talk/app/webrtc/
H A Dremotevideocapturer.cc52 void RemoteVideoCapturer::Stop() { function in class:webrtc::RemoteVideoCapturer
55 << "RemoteVideoCapturer::Stop called when it's already stopped.";
59 LOG(LS_INFO) << "RemoteVideoCapturer::Stop";
H A Drtpreceiver.cc51 Stop();
69 void AudioRtpReceiver::Stop() { function in class:webrtc::AudioRtpReceiver
96 Stop();
99 void VideoRtpReceiver::Stop() { function in class:webrtc::VideoRtpReceiver
/external/webrtc/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h63 virtual void Stop() { function in class:webrtc::FakePeriodicVideoCapturer
/external/webrtc/talk/session/media/
H A Dmediamonitor.cc60 void MediaMonitor::Stop() { function in class:cricket::MediaMonitor
/external/webrtc/webrtc/test/
H A Dvideo_capturer.cc26 virtual void Stop() {} function in class:webrtc::test::NullCapturer
/external/autotest/client/cros/cellular/
H A Dbase_station_interface.py19 def Stop(self): member in class:BaseStationInterface
/external/libchrome/base/timer/
H A Dmock_timer.cc42 void MockTimer::Stop() { function in class:base::MockTimer
59 Stop();
/external/libmojo/base/android/
H A Djava_handler_thread.cc47 void JavaHandlerThread::Stop() { function in class:base::android::JavaHandlerThread

Completed in 699 milliseconds

123456