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

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dtimeline_recorder.py11 def Stop(self): member in class:TimelineRecorder
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dprofiling_controller.py14 def Stop(self): member in class:ProfilingController
15 return self._profiling_controller_backend.Stop()
H A Dprofiling_controller_backend.py39 def Stop(self): member in class:ProfilingControllerBackend
H A Dtracing_controller.py30 def Stop(self): member in class:TracingController
32 return self._tracing_controller_backend.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/
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/chromium_org/tools/perf/metrics/
H A D__init__.py30 def Stop(self, page, tab): member in class:Metric
31 """Stop collecting data for this metric (if applicable)."""
H A Dloading.py14 def Stop(self, page, tab): member in class:LoadingMetric
/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.py50 def Stop(self): member in class:Xvfb
51 """Stop Xvfb if needed. Linux only."""
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtimer.py9 '''A simple timer which starts when constructed and stops when Stop is called.
16 def Stop(self): member in class:Timer
58 timer.Stop()
/external/chromium_org/chromecast/service/
H A Dcast_service.cc31 void CastService::Stop() { function in class:chromecast::CastService
/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_org/chrome/browser/media/
H A Dtest_license_server.cc21 Stop();
50 bool TestLicenseServer::Stop() { function in class:TestLicenseServer
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_mouse_watcher.cc22 void TestPanelMouseWatcher::Stop() { function in class:TestPanelMouseWatcher
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_android.cc42 bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/jingle/glue/
H A Dtask_pump.cc41 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.cc25 void ClientContext::Stop() { function in class:remoting::ClientContext
26 // Stop all the threads.
27 decode_thread_.Stop();
28 audio_decode_thread_.Stop();
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/
H A DOpenSlRunner.java22 public static native void Stop(); method in class:OpenSlRunner

Completed in 4412 milliseconds

1234567891011>>