/frameworks/compile/libbcc/runtime/ |
.gitignore | 4 Profile
|
/external/bluetooth/bluez/test/ |
ipctest-a2dp-easy.test | 0 profile a2dp
|
ipctest-hsp-easy.test | 0 profile hsp
|
ipctest-hsp-a2dp-switch.test | 3 profile a2dp 15 profile hsp 27 profile a2dp 39 profile hsp
|
/external/webkit/Source/WebCore/ForwardingHeaders/profiler/ |
Profile.h | 3 #include <JavaScriptCore/Profile.h>
|
/external/chromium/chrome/browser/profiles/ |
profile_keyed_service_factory.cc | 10 #include "chrome/browser/profiles/profile.h" 26 Profile* profile) { 28 if (profile->IsOffTheRecord()) { 30 profile = profile->GetOriginalProfile(); 40 std::map<Profile*, ProfileKeyedService*>::iterator it = 41 mapping_.find(profile); 49 service = factory_(profile); 51 service = BuildServiceInstanceFor(profile); [all...] |
profile_manager.h | 20 #include "chrome/browser/profiles/profile.h" 30 public Profile::Delegate { 34 // This method is called when profile is ready. If profile creation has been 35 // failed, method is called with |profile| equals to NULL. 36 virtual void OnProfileCreated(Profile* profile) = 0; 45 // Returns the default profile. This adds the profile to the 47 // the profile doesn't exist and we can't create it 127 scoped_ptr<Profile> profile; member in struct:ProfileManager::ProfileInfo [all...] |
profile_manager.cc | 71 std::vector<Profile*> profiles(pm->GetLoadedProfiles()); 77 Profile* ProfileManager::GetDefaultProfile() { 121 // If the user has logged in, pick up the new profile. 125 // We should never be logged in with no profile dir. 138 Profile* ProfileManager::GetDefaultProfile(const FilePath& user_data_dir) { 143 Profile* profile; local 146 // For cros, return the OTR profile so we never accidentally keep 147 // user data in an unencrypted profile. But doing this makes 148 // many of the browser and ui tests fail. We do return the OTR profile 211 Profile* profile = GetProfileByPath(profile_dir); local [all...] |
/external/chromium/chrome/browser/ |
background_contents_service_unittest.cc | 32 const DictionaryValue* GetPrefs(Profile* profile) { 33 return profile->GetPrefs()->GetDictionary( 37 void ClearPrefs(Profile* profile) { 38 profile->GetPrefs()->ClearPref(prefs::kRegisteredBackgroundContents); 42 std::string GetPrefURLForApp(Profile* profile, const string16& appid) { 43 const DictionaryValue* pref = GetPrefs(profile); 57 explicit MockBackgroundContents(Profile* profile 111 TestingProfile profile; local 116 TestingProfile profile; local 127 TestingProfile profile; local 153 TestingProfile profile; local 172 TestingProfile profile; local 202 TestingProfile profile; local [all...] |
background_contents_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 14 Profile* profile) { 16 GetInstance()->GetServiceForProfile(profile)); 33 Profile* profile) const { 34 return new BackgroundContentsService(profile,
|
background_mode_manager_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 14 Profile* profile) { 16 GetInstance()->GetServiceForProfile(profile)); 32 Profile* profile) const { 33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
|
/external/chromium/chrome/browser/ui/gtk/ |
about_chrome_dialog.h | 9 class Profile; 12 // Displays the about box, using data copied from |profile|. 13 void ShowAboutDialogForProfile(GtkWindow* parent, Profile* profile);
|
/external/javasqlite/src/main/java/SQLite/ |
Profile.java | 4 * Callback interface for SQLite's profile function. 7 public interface Profile { 10 * Callback to profile (ie log) one SQL statement 17 public void profile(String stmt, long est); method in interface:Profile
|
/external/chromium/chrome/browser/tabs/ |
pinned_tab_service_factory.cc | 8 #include "chrome/browser/profiles/profile.h" 13 Profile* profile) { 15 GetInstance()->GetServiceForProfile(profile)); 30 Profile* profile) const { 31 return new PinnedTabService(profile);
|
/external/chromium/chrome/browser/autofill/ |
autofill_common_test.cc | 12 #include "chrome/browser/profiles/profile.h" 29 FormGroup* profile, AutofillFieldType type, const char* value) { 31 profile->SetInfo(type, ASCIIToUTF16(value)); 34 void SetProfileInfo(AutofillProfile* profile, 40 check_and_set(profile, NAME_FIRST, first_name); 41 check_and_set(profile, NAME_MIDDLE, middle_name); 42 check_and_set(profile, NAME_LAST, last_name); 43 check_and_set(profile, EMAIL_ADDRESS, email); 44 check_and_set(profile, COMPANY_NAME, company); 45 check_and_set(profile, ADDRESS_HOME_LINE1, address1) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
CamcorderProfileTest.java | 43 private void checkProfile(CamcorderProfile profile, List<Size> videoSizes) { 44 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " + 48 profile.duration, 49 profile.quality, 50 profile.fileFormat, 51 profile.videoCodec, 52 profile.videoBitRate, 53 profile.videoFrameRate, 54 profile.videoFrameWidth, 55 profile.videoFrameHeight 160 CamcorderProfile profile = getWithOptionalId(quality, cameraId); local [all...] |
/external/e2fsprogs/e2fsck/ |
prof_err.c | 9 "Profile version 0.0", 11 "Profile section not found", 12 "Profile relation not found", 14 "A profile section header has a non-zero value", 15 "Bad linked list in profile structures", 16 "Bad group level in profile strctures", 17 "Bad parent pointer in profile strctures", 18 "Bad magic value in profile iterator", 20 "Invalid argument passed to profile library", 21 "Attempt to modify read-only profile", [all...] |
prof_err.et | 3 error_code PROF_VERSION, "Profile version 0.0" 9 error_code PROF_NO_SECTION, "Profile section not found" 10 error_code PROF_NO_RELATION, "Profile relation not found" 14 "A profile section header has a non-zero value" 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile strctures" 18 "Bad parent pointer in profile strctures" 19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator" 21 error_code PROF_EINVAL, "Invalid argument passed to profile library" 22 error_code PROF_READ_ONLY, "Attempt to modify read-only profile" [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_disabled_infobar_delegate.h | 11 class Profile; 15 void ShowExtensionDisabledUI(ExtensionService* service, Profile* profile, 19 void ShowExtensionDisabledDialog(ExtensionService* service, Profile* profile,
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_url.h | 10 class Profile; 15 explicit CloudPrintURL(Profile* profile) : profile_(profile) {} 29 Profile* profile_;
|
/external/chromium/chrome/browser/ui/cocoa/ |
first_run_bubble_controller.h | 9 class Profile; 17 Profile* profile_; 23 profile:(Profile*)profile;
|
/external/chromium/chrome/browser/ui/webui/ |
active_downloads_ui.h | 17 class Profile; 23 static Browser* OpenPopup(Profile* profile); 24 static Browser* GetPopup(Profile* profile);
|
/external/chromium/chrome/browser/themes/ |
theme_service_factory.cc | 9 #include "chrome/browser/profiles/profile.h" 19 ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) { 21 GetInstance()->GetServiceForProfile(profile)); 25 const Extension* ThemeServiceFactory::GetThemeForProfile(Profile* profile) { 26 std::string id = GetForProfile(profile)->GetThemeID(); 30 return profile->GetExtensionService()->GetExtensionById(id, false); 46 Profile* profile) const [all...] |
theme_service_factory.h | 17 class Profile; 20 // Profiles. Listens for the Profile's destruction notification and cleans up 25 // |profile|. Note that even if a Profile doesn't have a theme installed, it 27 static ThemeService* GetForProfile(Profile* profile); 30 // |profile|. Returns NULL if the theme is no longer installed, if there is 32 static const Extension* GetThemeForProfile(Profile* profile); 43 virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const [all...] |
/external/chromium/chrome/browser/instant/ |
instant_confirm_dialog.cc | 10 #include "chrome/browser/profiles/profile.h" 23 Profile* profile) { 24 PrefService* prefs = profile->GetPrefs(); 28 PromoCounter* promo_counter = profile->GetInstantPromoCounter(); 33 InstantController::Enable(profile); 37 ShowInstantConfirmDialog(parent, profile);
|