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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.cc 11 bool SelLdrLauncherChrome::Start(const char* url) {
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
timeline_recorder.py 7 def Start(self):
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
profiling_controller.py 10 def Start(self, profiler_name, base_output_file):
11 self._profiling_controller_backend.Start(
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RuleReturnScope.cs 35 /// Rules can have start/stop info.
40 /// Gets the start element from the input stream
42 TLabel Start {
ParserRuleReturnScope.cs 47 * from start and stop using the input stream's toString() method. I
63 public TToken Start {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 36 /// Rules can have start/stop info.
41 /// Gets the start element from the input stream
43 object Start
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
42 /// Gets the start element from the input stream
44 new TLabel Start
  /external/chromium_org/chrome/browser/chromeos/login/session/
kiosk_auto_launcher_session_manager_delegate.cc 23 void KioskAutoLauncherSessionManagerDelegate::Start() {
stub_login_session_manager_delegate.cc 22 void StubLoginSessionManagerDelegate::Start() {
29 RestoreAfterCrashSessionManagerDelegate::Start();
login_oobe_session_manager_delegate.cc 24 void LoginOobeSessionManagerDelegate::Start() {
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_observer.cc 14 void ScreenOrientationObserver::Start(
18 PlatformEventObserver<blink::WebPlatformEventListener>::Start(0);
  /external/chromium_org/tools/perf/metrics/
__init__.py 26 def Start(self, page, tab):
27 """Start collecting data for this metric."""
  /art/compiler/dex/
bb_optimizations.cc 24 * Code Layout pass implementation start.
39 * BasicBlock Combine pass implementation start.
55 * BasicBlock Optimization pass implementation start.
57 void BBOptimizations::Start(PassDataHolder* data) const {
64 * - Later, the Start should just change the ordering and we can move the extended
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 36 * the start property is a tree nodes not Token object
45 public TTree Start {
  /external/chromium_org/build/android/pylib/utils/
time_profile.py 15 self.Start()
17 def Start(self):
  /external/chromium_org/chrome/browser/chromeos/
idle_detector.cc 30 void IdleDetector::Start(const base::TimeDelta& timeout) {
41 timer_.Start(FROM_HERE, timeout_, idle_callback_);
  /external/chromium_org/chrome/browser/extensions/api/identity/
identity_signin_flow.cc 27 void IdentitySigninFlow::Start() {
  /external/chromium_org/chrome/browser/local_discovery/
privet_device_resolver.cc 21 void PrivetDeviceResolver::Start() {
  /external/chromium_org/chrome/browser/media/
test_license_server.cc 24 bool TestLicenseServer::Start() {
43 VLOG(0) << "Failed to start test license server!";
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_downloader.cc 34 void ProfileAvatarDownloader::Start() {
39 fetcher_->Start(
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
delayed_callback_runner.cc 27 void DelayedCallbackRunner::Start() {
  /external/chromium_org/chromecast/service/
cast_service.cc 23 void CastService::Start() {
  /external/chromium_org/content/app/android/
content_main.cc 36 static jint Start(JNIEnv* env, jclass clazz) {
37 TRACE_EVENT0("startup", "content::Start");
39 // On Android we can have multiple requests to start the browser in process
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_android.cc 21 bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) {
  /external/chromium_org/extensions/browser/
file_reader.cc 20 void FileReader::Start() {

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 91011>>