Searched defs:Start (Results 1 - 25 of 816) 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/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/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.py10 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/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
/external/chromium_org/chrome/browser/media/
H A Dtest_license_server.cc24 bool TestLicenseServer::Start() { function in class:TestLicenseServer
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_mouse_watcher.cc17 void TestPanelMouseWatcher::Start() { function in class:TestPanelMouseWatcher
/external/chromium_org/components/sync_driver/
H A Dchange_processor.cc16 void ChangeProcessor::Start(syncer::UserShare* share_handle) { function in class:browser_sync::ChangeProcessor
/external/chromium_org/content/browser/device_sensors/
H A Ddata_fetcher_shared_memory_android.cc20 bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) { function in class:content::DataFetcherSharedMemory
/external/chromium_org/extensions/browser/
H A Dfile_reader.cc20 void FileReader::Start() { function in class:FileReader
/external/chromium_org/net/url_request/
H A Durl_request_about_job.cc23 void URLRequestAboutJob::Start() { function in class:net::URLRequestAboutJob
24 // Start reading asynchronously so that all error reporting and data
H A Durl_request_error_job.cc23 void URLRequestErrorJob::Start() { function in class:net::URLRequestErrorJob
/external/chromium_org/remoting/client/
H A Dclient_context.cc18 void ClientContext::Start() { function in class:remoting::ClientContext
19 // Start all the threads.
20 decode_thread_.Start();
21 audio_decode_thread_.Start();
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/src/org/webrtc/app/
H A DOpenSlRunner.java21 public static native void Start(); method in class:OpenSlRunner
/external/chromium_org/tools/memory_inspector/memory_inspector/unittest/mock_adb/
H A Dmock_adb.py24 def Start(self): member in class:MockAdb
32 assert(self._cfg_file), 'Stop called before Start.'

Completed in 6242 milliseconds

1234567891011>>