Searched refs:Stop (Results 1 - 25 of 1450) 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs49 TLabel Stop { property in interface:Antlr.Runtime.IRuleReturnScope
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dtimeline_recorder.py11 def Stop(self): member in class:TimelineRecorder
/external/chromium_org/chrome/common/
H A Dprofiling.h26 // Stop profiling and write out profiling file.
27 static void Stop();
/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_org/tools/telemetry/telemetry/core/platform/
H A Dprofiling_controller.py14 def Stop(self): member in class:ProfilingController
15 return self._profiling_controller_backend.Stop()
H A Dtracing_controller.py30 def Stop(self): member in class:TracingController
32 return self._tracing_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/chromium_org/remoting/client/
H A Dclient_context.cc25 void ClientContext::Stop() { function in class:remoting::ClientContext
26 // Stop all the threads.
27 decode_thread_.Stop();
28 audio_decode_thread_.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/chromium_org/base/allocator/
H A Dtype_profiler_control.cc23 void Controller::Stop() { function in class:base::type_profiler::Controller
H A Dtype_profiler_control.h15 static void Stop();
/external/chromium_org/chrome/browser/chromeos/memory/
H A Dlow_memory_observer.h31 void Stop();
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGStop.h16 DECLARE_SVG_INFO(Stop);
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/
H A DOpenSlRunner.java22 public static native void Stop(); method in class:OpenSlRunner
/external/chromium_org/tools/perf/metrics/
H A D__init__.py30 def Stop(self, page, tab): member in class:Metric
31 """Stop collecting data for this metric (if applicable)."""
/external/skia/src/svg/
H A DSkSVGStop.h16 DECLARE_SVG_INFO(Stop);
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_converter_evdev.cc18 Stop();
26 void EventConverterEvdev::Stop() { function in class:ui::EventConverterEvdev
/external/chromium_org/ui/views/
H A Drepeat_controller.cc32 void RepeatController::Stop() { function in class:views::RepeatController
33 timer_.Stop();
/external/chromium_org/media/base/
H A Daudio_renderer_mixer_input_unittest.cc46 EXPECT_CALL(*sink.get(), Stop());
86 mixer_input_->Stop();
89 // Test Start()/Play()/Pause()/Stop()/playing() all work as expected. Also
99 mixer_input_->Stop();
102 // Test that Stop() can be called before Initialize() and Start().
105 mixer_input_->Stop();
107 // Verify Stop() works without Initialize() or Start().
109 mixer_input_->Stop();
112 // Test that Start() can be called after Stop().
115 mixer_input_->Stop();
[all...]
/external/chromium_org/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();
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_mouse_watcher_timer.cc19 virtual void Stop() OVERRIDE;
58 void PanelMouseWatcherTimer::Stop() { function in class:PanelMouseWatcherTimer
60 timer_.Stop();
/external/chromium_org/media/cast/test/utility/
H A Dstandalone_cast_environment.cc41 main_thread_.Stop();
42 audio_thread_.Stop();
43 video_thread_.Stop();

Completed in 617 milliseconds

1234567891011>>