Searched defs:Start (Results 1 - 25 of 883) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dtimeline_recorder.py7 def Start(self): member in class:TimelineRecorder
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dprofiling_controller.py10 def Start(self, profiler_name, base_output_file): member in class:ProfilingController
11 self._profiling_controller_backend.Start(
H A Dprofiling_controller_backend.py13 def Start(self, profiler_name, base_output_file): member in class:ProfilingControllerBackend
H A Dtracing_controller.py10 def Start(self, trace_options, category_filter, timeout=10): member in class:TracingController
19 tracers, Start will succeed *always*, even if the tracing systems you have
27 self._tracing_controller_backend.Start(
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs42 TLabel Start { property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs63 public TToken Start { property in class:Antlr.Runtime.ParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIRuleReturnScope.cs43 object Start property in interface:Antlr.Runtime.IRuleReturnScope
H A DIRuleReturnScope`1.cs44 new TLabel Start property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs64 public TToken Start property in class:Antlr.Runtime.ParserRuleReturnScope
90 object IRuleReturnScope.Start
94 return Start;
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dkiosk_auto_launcher_session_manager_delegate.cc23 void KioskAutoLauncherSessionManagerDelegate::Start() { function in class:chromeos::KioskAutoLauncherSessionManagerDelegate
H A Dlogin_oobe_session_manager_delegate.cc24 void LoginOobeSessionManagerDelegate::Start() { function in class:chromeos::LoginOobeSessionManagerDelegate
H A Dstub_login_session_manager_delegate.cc22 void StubLoginSessionManagerDelegate::Start() { function in class:chromeos::StubLoginSessionManagerDelegate
29 RestoreAfterCrashSessionManagerDelegate::Start();
H A Drestore_after_crash_session_manager_delegate.cc29 void RestoreAfterCrashSessionManagerDelegate::Start() { function in class:chromeos::RestoreAfterCrashSessionManagerDelegate
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsel_ldr_launcher_chrome.cc11 bool SelLdrLauncherChrome::Start(const char* url) { function in class:plugin::SelLdrLauncherChrome
/external/chromium_org/tools/perf/metrics/
H A D__init__.py26 def Start(self, page, tab): member in class:Metric
27 """Start collecting data for this metric."""
H A Dloading.py11 def Start(self, page, tab): member in class:LoadingMetric
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeRuleReturnScope.cs45 public TTree Start { property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
/external/chromium_org/build/android/pylib/utils/
H A Dtime_profile.py15 self.Start()
17 def Start(self): member in class:TimeProfile
H A Dxvfb.py25 def Start(self): member in class:Xvfb
26 """Start Xvfb and set an appropriate DISPLAY environment. Linux only.
/external/chromium_org/chromecast/service/
H A Dcast_service.cc23 void CastService::Start() { function in class:chromecast::CastService
/external/chromium_org/content/renderer/screen_orientation/
H A Dscreen_orientation_observer.cc14 void ScreenOrientationObserver::Start( function in class:content::ScreenOrientationObserver
18 PlatformEventObserver<blink::WebPlatformEventListener>::Start(0);
/external/lzma/CPP/7zip/Common/
H A DVirtThread.cpp32 void CVirtThread::Start() function in class:CVirtThread
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRuleReturnScope`1.cs47 public TTree Start property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
60 object IRuleReturnScope.Start
64 return Start;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dapp_launch_utils.cc26 void Start() { function in class:chromeos::AppLaunchManager
67 (new AppLaunchManager(profile, app_id))->Start();
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_signin_flow.cc27 void IdentitySigninFlow::Start() { function in class:extensions::IdentitySigninFlow

Completed in 2890 milliseconds

1234567891011>>