HomeSort by relevance Sort by last modified time
    Searched refs:Stop (Results 1 - 25 of 1538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 36 /// Rules can have start/stop info.
49 /// Gets the stop element from the input stream
51 object Stop
ParserRuleReturnScope.cs 48 * from start and stop using the input stream's toString() method. I
77 public TToken Stop
98 object IRuleReturnScope.Stop
102 return Stop;
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
50 /// Gets the stop element from the input stream
52 new TLabel Stop
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RuleReturnScope.cs 35 /// Rules can have start/stop info.
47 /// Gets the stop element from the input stream
49 TLabel Stop {
  /external/chromium_org/base/allocator/
type_profiler_control.h 15 static void Stop();
type_profiler_control.cc 23 void Controller::Stop() {
  /external/chromium_org/chrome/browser/chromeos/memory/
low_memory_observer.h 31 void Stop();
  /external/chromium_org/chrome/common/
profiling.h 26 // Stop profiling and write out profiling file.
27 static void Stop();
  /external/chromium_org/third_party/skia/src/svg/
SkSVGStop.h 16 DECLARE_SVG_INFO(Stop);
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
timeline_recorder.py 11 def Stop(self):
  /external/skia/src/svg/
SkSVGStop.h 16 DECLARE_SVG_INFO(Stop);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
profiling_controller.py 14 def Stop(self):
15 return self._profiling_controller_backend.Stop()
  /external/llvm/lib/IR/
Use.cpp 57 Use *Use::initTags(Use *const Start, Use *Stop) {
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) {
88 while (Start != Stop)
89 (--Stop)->~Use()
    [all...]
  /external/chromium_org/remoting/client/
client_context.cc 25 void ClientContext::Stop() {
26 // Stop all the threads.
27 decode_thread_.Stop();
28 audio_decode_thread_.Stop();
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_notify_session.h 30 // necessarily stop value updates from the characteristic -- since updates
33 virtual void Stop(const base::Closure& callback) = 0;
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_discovery_session.h 20 MOCK_METHOD2(Stop,
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/
OpenSlRunner.java 22 public static native void Stop();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 68 TTree IRuleReturnScope<TTree>.Stop
76 object IRuleReturnScope.Stop
  /external/chromium_org/ui/events/ozone/evdev/
event_converter_evdev.cc 18 Stop();
26 void EventConverterEvdev::Stop() {
  /external/chromium_org/ui/views/
repeat_controller.cc 32 void RepeatController::Stop() {
33 timer_.Stop();
  /external/chromium_org/media/base/
audio_renderer_mixer_input_unittest.cc 46 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/
test_io_thread.cc 36 Stop();
46 void TestIOThread::Stop() {
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/
panel_mouse_watcher_timer.cc 19 virtual void Stop() OVERRIDE;
58 void PanelMouseWatcherTimer::Stop() {
60 timer_.Stop();
  /external/chromium_org/content/public/renderer/
platform_event_observer.h 29 virtual void Stop() = 0;
37 // the browser process to start/stop listening to some platform/hardware events
63 // The observer will automatically stop observing when destroyed in case it
64 // did not stop before.
67 Stop();
87 // Stop observing. Will let the browser know that it doesn't need to observe
89 virtual void Stop() {
  /external/chromium_org/media/cast/test/utility/
standalone_cast_environment.cc 41 main_thread_.Stop();
42 audio_thread_.Stop();
43 video_thread_.Stop();

Completed in 1241 milliseconds

1 2 3 4 5 6 7 8 91011>>