Searched refs:Stop (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/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/pdfium/xfa/fwl/
H A Dcfwl_timerinfo.cpp12 m_pMgr->Stop(this);
H A Difwl_adaptertimermgr.h18 virtual void Stop(CFWL_TimerInfo* pTimerInfo) = 0;
/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/Tree/
H A DTreeRuleReturnScope`1.cs68 TTree IRuleReturnScope<TTree>.Stop property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
76 object IRuleReturnScope.Stop
/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dprofiling_controller.py14 def Stop(self): member in class:ProfilingController
15 return self._profiling_controller_backend.Stop()
/external/llvm/lib/IR/
H A DUse.cpp57 Use *Use::initTags(Use *const Start, Use *Stop) { argument
60 if (Start == Stop--)
67 new (Stop) Use(tags[Done++]);
71 while (Start != Stop) {
72 --Stop;
74 new (Stop) Use(stopTag);
78 new (Stop) Use(PrevPtrTag(Count & 1));
87 void Use::zap(Use *Start, const Use *Stop, bool del) { argument
88 while (Start != Stop)
89 (--Stop)
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DUse.cpp88 Use *Use::initTags(Use * const Start, Use *Stop) { argument
91 if (Start == Stop--)
101 new(Stop) Use(tags[Done++]);
105 while (Start != Stop) {
106 --Stop;
108 new(Stop) Use(stopTag);
112 new(Stop) Use(PrevPtrTag(Count & 1));
125 void Use::zap(Use *Start, const Use *Stop, bool del) { argument
126 while (Start != Stop)
127 (--Stop)
[all...]
/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/webrtc/talk/app/webrtc/
H A Drtpreceiverinterface.h51 virtual void Stop() = 0;
61 PROXY_METHOD0(void, 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
H A Dvideosourceinterface.h47 // Stop the video capturer.
48 virtual void Stop() = 0;
/external/webrtc/webrtc/base/
H A Dplatform_thread_unittest.cc28 thread.Stop();
45 thread.Stop();
/external/clang/lib/Analysis/
H A DFormatStringParsing.h59 bool Stop; member in class:clang::analyze_format_string::SpecifierResult
62 : Start(nullptr), Stop(stop) {}
65 : FS(fs), Start(start), Stop(false) {}
68 bool shouldStop() const { return Stop; }
/external/libchrome/base/profiler/
H A Dscoped_profile.cc30 stopwatch_.Stop();
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A Ddisplay_tracing_agent_unittest.py46 self._platform_backend.surface_stats_collector.Stop.return_value = (0, [])
51 self._platform_backend.surface_stats_collector.Stop.return_value = (0, [])
58 self._platform_backend.surface_stats_collector.Stop.side_effect = Exception(
65 self._platform_backend.surface_stats_collector.Stop.side_effect = None
66 self._platform_backend.surface_stats_collector.Stop.return_value = (0, [])
/external/libchrome/base/threading/
H A Dthread_id_name_manager_unittest.cc30 thread_b.Stop();
31 thread_a.Stop();
42 thread_b.Stop();
46 thread_a.Stop();
57 thread_a.Stop();
62 thread_a.Stop();
/external/libchrome/base/timer/
H A Dmock_timer.cc42 void MockTimer::Stop() { function in class:base::MockTimer
59 Stop();
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcxfa_fwladaptertimermgr.h26 void Stop(CFWL_TimerInfo* pTimerInfo) override;
/external/webrtc/webrtc/modules/utility/include/mock/
H A Dmock_process_thread.h23 MOCK_METHOD0(Stop, void());
/external/webrtc/webrtc/test/
H A Dvideo_capturer.h33 virtual void Stop() = 0;
/external/libchrome/base/test/
H A Dtest_io_thread.cc36 Stop();
46 void TestIOThread::Stop() { function in class:base::TestIOThread
47 // Note: It's okay to call |Stop()| even if the thread isn't running.
48 io_thread_.Stop();

Completed in 588 milliseconds

1234567891011>>