HomeSort by relevance Sort by last modified time
    Searched refs:Stop (Results 1 - 25 of 439) 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 {
ParserRuleReturnScope.cs 47 * from start and stop using the input stream's toString() method. I
73 public TToken Stop {
  /external/chromium/chrome/common/
profiling.h 27 // Stop profiling and write out profiling file.
28 static void Stop();
  /external/skia/src/svg/
SkSVGStop.h 16 DECLARE_SVG_INFO(Stop);
SkSVGStop.cpp 17 DEFINE_SVG_INFO(Stop)
  /external/llvm/lib/IR/
Use.cpp 89 Use *Use::initTags(Use * const Start, Use *Stop) {
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) {
127 while (Start != Stop)
128 (--Stop)->~Use()
    [all...]
  /external/valgrind/main/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 1 Signal Stop Print Pass to program Description
6 Signal Stop Print Pass to program Description
  /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/net/ftp/
ftp_network_transaction.cc 208 int FtpNetworkTransaction::Stop(int error) {
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_IDENTITY)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 55 TTree IRuleReturnScope<TTree>.Stop {
  /external/chromium/chrome/browser/
browser_process_sub_thread.cc 17 // We cannot rely on our base class to stop the thread since we want our
19 Stop();
  /external/chromium/chrome/browser/chromeos/login/
web_page_screen.cc 46 timeout_timer_.Stop();
  /external/chromium/chrome/browser/sync/glue/
change_processor.cc 22 void ChangeProcessor::Stop() {
data_type_controller_mock.h 20 MOCK_METHOD0(Stop, void());
  /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/webkit/Source/WebKit/qt/docs/webkitsnippets/
qtwebkit_qwebview_snippet.cpp 21 view->page()->triggerPageAction(QWebPage::Stop);
  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 47 virtual void Stop() = 0;
  /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.
  /frameworks/base/media/mca/filterfw/native/core/
time_util.h 36 void Stop();
60 ~ScopedTimer() { mWatch->Stop(); }
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.h 36 void Stop();
60 ~ScopedTimer() { mWatch->Stop(); }
  /external/chromium/base/metrics/
stats_counters.h 141 // Stop the timer and record the results.
142 void Stop();
151 // Compute the delta between start and stop, in milliseconds.
184 timer_.Stop();
187 void Stop() {
188 timer_.Stop();
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h 54 /* Stop play */
55 int (*Stop)(SDL_CD *cdrom);

Completed in 708 milliseconds

1 2 3 4 5 6 7 8 91011>>