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

1 2 3 4 5

  /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 {
ParserRuleReturnScope.cs 47 * from start and stop using the input stream's toString() method. I
73 public TToken Stop {
  /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
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
50 /// Gets the stop element from the input stream
52 new TLabel 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;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 55 TTree IRuleReturnScope<TTree>.Stop {
  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 22 void ChangeProcessor::Stop() {
ui_model_worker.cc 19 // code handling this case in Stop(). Note there _no_ way we can be in here
34 // could get Run() in Stop() and call OnTaskCompleted before we post).
64 // The UI loop initiated shutdown and is (or will be) waiting in Stop().
66 // on where we timeslice the UI thread in Stop; but we can't be STOPPED,
74 void UIModelWorker::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/v8/src/
counters.cc 56 // Stop the timer and record the results.
57 void StatsCounterTimer::Stop() {
62 // Compute the delta between start and stop, in milliseconds.
75 // Stop the timer and record the results.
76 void HistogramTimer::Stop() {
80 // Compute the delta between start and stop, in milliseconds.
  /external/chromium/chrome/browser/debugger/
devtools_protocol_handler.cc 42 // Stop() must be called prior to this being called
58 void DevToolsProtocolHandler::Stop() {
  /external/chromium/chrome/browser/download/
drag_download_file.cc 93 void DragDownloadFile::Stop() {
148 // On Windows, we need to stop the waiting.
  /external/chromium/chrome/common/
worker_thread_ticker.cc 42 Stop();
49 // You need to call Stop first.
60 // You need to call Stop first.
87 bool WorkerThreadTicker::Stop() {
89 // call Stop at the same time
94 timer_thread_.Stop();
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 53 Stop();
58 // stdin was closed in Stop(), so we can't restart.
70 void Console::Stop() {
80 console_thread_->Stop();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
audiomonitor.cc 58 void AudioMonitor::Stop() {
mediamonitor.cc 61 void MediaMonitor::Stop() {
  /external/clang/lib/Analysis/
FormatStringParsing.h 53 bool Stop;
55 SpecifierResult(bool stop = false)
56 : Start(0), Stop(stop) {}
59 : FS(fs), Start(start), Stop(false) {}
62 bool shouldStop() const { return Stop; }
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 54 /* Stop play */
55 int (*Stop)(SDL_CD *cdrom);
  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 32 virtual void Stop() {return;}
cpu_mac.h 35 virtual void Stop() {}
  /frameworks/base/media/mca/filterfw/native/core/
time_util.cpp 56 void NamedStopWatch::Stop() {
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.cpp 54 void NamedStopWatch::Stop() {
  /external/chromium/base/metrics/
stats_counters.cc 86 // Stop the timer and record the results.
87 void StatsCounterTimer::Stop() {
  /external/chromium/base/threading/
thread.cc 17 // because its Stop method was called. This allows us to catch cases where
59 Stop();
91 void Thread::Stop() {
100 // the thread exits. Some consumers are abusing the API. Make them stop.
  /external/chromium/chrome/browser/chromeos/login/
camera_controller.cc 40 // A ScopedAllowIO object is required to join the thread when calling Stop.
52 void CameraController::Stop() {

Completed in 617 milliseconds

1 2 3 4 5