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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
timeline_recorder.py 11 def Stop(self):
  /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/chromium_org/tools/perf/metrics/
__init__.py 30 def Stop(self, page, tab):
31 """Stop collecting data for this metric (if applicable)."""
loading.py 13 def Stop(self, page, tab):
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 55 TTree IRuleReturnScope<TTree>.Stop {
  /external/chromium_org/base/allocator/
type_profiler_control.cc 23 void Controller::Stop() {
  /external/chromium_org/build/android/pylib/utils/
time_profile.py 20 def Stop(self):
21 """Stop profiling and dump a log."""
xvfb.py 20 """Class to start and stop Xvfb if relevant. Nop if not Linux."""
50 def Stop(self):
51 """Stop Xvfb if needed. Linux only."""
  /external/chromium_org/chrome/browser/media/
test_license_server.cc 21 Stop();
50 bool TestLicenseServer::Stop() {
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 9 '''A simple timer which starts when constructed and stops when Stop is called.
16 def Stop(self):
58 timer.Stop()
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_android.cc 38 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) {
data_fetcher_shared_memory_default.cc 63 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) {
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.cc 34 void WeakXmppClient::Stop() {
38 buzz::XmppClient::Stop();
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/
OpenSlRunner.java 22 public static native void Stop();
  /external/lldb/tools/lldb-perf/lib/
Timer.cpp 35 TimeGauge::Stop ()
38 assert(m_state == TimeGauge::State::eCounting && "cannot stop a non-started clock");
  /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/athena/main/
url_search_provider.cc 58 void UrlSearchProvider::Stop() {
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_mouse_watcher.cc 22 void TestPanelMouseWatcher::Stop() {
  /external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.cc 42 timeout_timer_.Stop();
52 void TimeoutMonitor::Stop() {
53 // We do not bother to stop the timeout_timer_ here in case it will be
59 // If we received a call to |Stop()|.
  /external/chromium_org/content/renderer/battery_status/
battery_status_dispatcher.cc 22 Stop();
28 return listener ? Start() : Stop();
45 bool BatteryStatusDispatcher::Stop() {
  /external/chromium_org/content/renderer/device_sensors/
device_sensor_event_pump.cc 50 bool DeviceSensorEventPump::Stop() {
51 DVLOG(2) << "stop";
60 timer_.Stop();

Completed in 1067 milliseconds

1 2 3 4 5 6 7 8 91011>>