Searched refs:Stop (Results 1 - 25 of 391) 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
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/llvm/lib/VMCore/
H A DUse.cpp89 Use *Use::initTags(Use * const Start, Use *Stop) { argument
92 if (Start == Stop--)
102 new(Stop) Use(tags[Done++]);
106 while (Start != Stop) {
107 --Stop;
109 new(Stop) Use(stopTag);
113 new(Stop) Use(PrevPtrTag(Count & 1));
126 void Use::zap(Use *Start, const Use *Stop, bool del) { argument
127 while (Start != Stop)
128 (--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/chromium/chrome/common/
H A Dprofiling.h27 // Stop profiling and write out profiling file.
28 static void Stop();
H A Dworker_thread_ticker.cc42 Stop();
49 // You need to call Stop first.
60 // You need to call Stop first.
87 bool WorkerThreadTicker::Stop() { function in class:WorkerThreadTicker
89 // call Stop at the same time
94 timer_thread_.Stop();
/external/skia/src/svg/
H A DSkSVGStop.h16 DECLARE_SVG_INFO(Stop);
H A DSkSVGStop.cpp17 DEFINE_SVG_INFO(Stop)
/external/valgrind/main/gdbserver_tests/
H A Dnlpasssigalrm.stdoutB.exp1 Signal Stop Print Pass to program Description
6 Signal Stop Print Pass to program Description
/external/chromium/net/ftp/
H A Dftp_network_transaction.cc208 int FtpNetworkTransaction::Stop(int error) { function in class:net::FtpNetworkTransaction
403 return Stop(ERR_INVALID_RESPONSE);
425 return Stop(ERR_UNEXPECTED);
651 return Stop(ERR_EMPTY_RESPONSE);
654 return Stop(result);
699 return Stop(ERR_MALFORMED_IDENTITY);
715 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
718 return Stop(GetNetErrorCodeForFtpResponseCode(response.status_code));
721 return Stop(ERR_UNEXPECTED);
731 return Stop(ERR_MALFORMED_IDENTIT
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_process_sub_thread.cc19 Stop();
/external/chromium/chrome/browser/chromeos/login/
H A Dweb_page_screen.cc46 timeout_timer_.Stop();
/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor.cc22 void ChangeProcessor::Stop() { function in class:browser_sync::ChangeProcessor
H A Dui_model_worker_unittest.cc93 syncer_thread_->Stop();
143 bmw()->Stop();
144 syncer_thread()->Stop();
170 // UIModelWorker::Stop() to play a crucial role. See comment below.
180 bmw()->Stop();
183 core_thread()->Stop();
208 // UIModelWorker::Stop() to play a crucial role. See comment below.
222 bmw()->Stop();
226 core_thread()->Stop();
/external/clang/lib/Analysis/
H A DFormatStringParsing.h53 bool Stop; member in class:clang::analyze_format_string::SpecifierResult
56 : Start(0), Stop(stop) {}
59 : FS(fs), Start(start), Stop(false) {}
62 bool shouldStop() const { return Stop; }
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
H A Dqtwebkit_qwebview_snippet.cpp21 view->page()->triggerPageAction(QWebPage::Stop);
/external/v8/src/
H A Dcounters.cc56 // Stop the timer and record the results.
57 void StatsCounterTimer::Stop() { function in class:v8::internal::StatsCounterTimer
75 // Stop the timer and record the results.
76 void HistogramTimer::Stop() { function in class:v8::internal::HistogramTimer
/external/chromium/base/metrics/
H A Dstats_counters.h141 // Stop the timer and record the results.
142 void Stop();
184 timer_.Stop();
187 void Stop() { function in class:base::StatsScope
188 timer_.Stop();
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
H A DSDL_syscdrom.h54 /* Stop play */
55 int (*Stop)(SDL_CD *cdrom); member in struct:CDcaps
/external/webrtc/src/system_wrappers/interface/
H A Dcpu_wrapper.h47 virtual void Stop() = 0;
H A Dthread_wrapper.h77 // Multiple tries to Stop are allowed (e.g. to wait longer than 2 seconds).
78 // It's ok to call Stop() even if the spawned thread has been reclaimed.
79 virtual bool Stop() = 0;

Completed in 534 milliseconds

1234567891011>>