Searched defs:Stop (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/external/chromium_org/tools/perf/metrics/
H A D__init__.py18 def Stop(self, page, tab): member in class:Metric
19 """Stop collecting data for this metric (if applicable)."""
H A Dloading.py13 def Stop(self, page, tab): member in class:LoadingMetric
H A Dmedia.py27 def Stop(self, page, tab): member in class:MediaMetric
H A Dmemory.py21 def Stop(self, page=None, tab=None): member in class:MemoryMetric
28 assert self._memory_stats, 'Must call Stop() first'
H A Dtimeline.py28 def Stop(self, tab): member in class:TimelineMetrics
/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/
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.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
/external/chromium_org/build/android/pylib/utils/
H A Dtime_profile.py20 def Stop(self): member in class:TimeProfile
21 """Stop profiling and dump a log."""
H A Dxvfb.py48 def Stop(self): member in class:Xvfb
49 """Stop Xvfb if needed. Linux only."""
/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/chrome/browser/sync/glue/
H A Dchange_processor.cc22 void ChangeProcessor::Stop() { function in class:browser_sync::ChangeProcessor
H A Dui_model_worker.cc19 // 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() { function in class:browser_sync::UIModelWorker
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_mouse_watcher.cc22 void TestPanelMouseWatcher::Stop() { function in class:TestPanelMouseWatcher
/external/chromium_org/chrome/test/pyautolib/
H A Dtimer_queue.py68 def Stop(self): member in class:TimerQueue
/external/chromium_org/jingle/glue/
H A Dtask_pump.cc40 void TaskPump::Stop() { function in class:jingle_glue::TaskPump
/external/chromium_org/jingle/notifier/base/
H A Dweak_xmpp_client.cc34 void WeakXmppClient::Stop() { function in class:notifier::WeakXmppClient
38 buzz::XmppClient::Stop();
/external/chromium_org/remoting/client/
H A Dclient_context.cc24 void ClientContext::Stop() { function in class:remoting::ClientContext
25 // Stop all the threads.
26 decode_thread_.Stop();
27 audio_decode_thread_.Stop();
/external/chromium_org/ui/views/
H A Drepeat_controller.cc32 void RepeatController::Stop() { function in class:views::RepeatController
33 timer_.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/chrome/common/
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();

Completed in 648 milliseconds

1234567891011>>