HomeSort by relevance Sort by last modified time
    Searched refs:profile_title (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
cpu-profiler.cc 482 const char* profile_title = profiles_->GetName(title); local
483 StopProcessorIfLastProfile(profile_title);
484 return profiles_->StopProfiling(profile_title);
  /external/v8/src/
cpu-profiler.cc 535 const char* profile_title = profiles_->GetName(title); local
536 StopProcessorIfLastProfile(profile_title);
538 return profiles_->StopProfiling(token, profile_title, actual_sampling_rate);
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 287 mProfileTitle = (TextView) mProfileHeader.findViewById(R.id.profile_title);

Completed in 67 milliseconds