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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util.h 22 namespace profiles { namespace
95 } // namespace profiles
profiles_state.h 17 namespace profiles { namespace
19 // Checks if multiple profiles is enabled.
58 // The distinction is needed because guest profiles are implemented as
59 // incognito profiles.
66 // Returns the sign-in error controller for the given profile. Some profiles,
67 // like guest profiles, may not have a controller so this function may return
76 } // namespace profiles
profile_shortcut_manager_win.h 9 #include "chrome/browser/profiles/profile_shortcut_manager.h"
16 namespace profiles { namespace
32 } // namespace profiles
88 // Must only be called when the number profiles is 2.
profile_window.h 9 #include "chrome/browser/profiles/profile_manager.h"
10 #include "chrome/browser/profiles/profile_metrics.h"
19 namespace profiles { namespace
89 profiles::UserManagerTutorialMode tutorial_mode,
90 profiles::UserManagerProfileSelected profile_open_action,
111 } // namespace profiles
profiles_state.cc 5 #include "chrome/browser/profiles/profiles_state.h"
12 #include "chrome/browser/profiles/gaia_info_update_service.h"
13 #include "chrome/browser/profiles/gaia_info_update_service_factory.h"
14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/profiles/profile_info_cache.h"
16 #include "chrome/browser/profiles/profile_manager.h"
27 namespace profiles { namespace
71 // a default name, use the profiles's email address. Otherwise, it
184 } // namespace profiles
  /external/chromium_org/chrome/browser/apps/
app_window_registry_util.cc 10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/profiles/profile_manager.h"
25 std::vector<Profile*> profiles = local
27 for (std::vector<Profile*>::const_iterator i = profiles.begin();
28 i != profiles.end();
46 std::vector<Profile*> profiles = local
48 for (std::vector<Profile*>::const_iterator i = profiles.begin();
49 i != profiles.end();
75 std::vector<Profile*> profiles = local
77 for (std::vector<Profile*>::const_iterator i = profiles.begin()
    [all...]
  /hardware/intel/common/libva/test/basic/
test_android.c 28 VAProfile *profiles ; variable
56 if (profiles)
58 free(profiles);
59 profiles = NULL;
test_x11.c 28 VAProfile *profiles ; variable
55 if (profiles)
57 free(profiles);
58 profiles = NULL;
test.c 81 VAProfile *profiles = malloc(vaMaxNumProfiles(va_dpy) * sizeof(VAProfile)); local
82 ASSERT(profiles);
85 va_status = vaQueryConfigProfiles(va_dpy, profiles, &num_profiles);
88 printf("vaQueryConfigProfiles reports %d profiles\n", num_profiles);
91 printf("Profile %d\n", profiles[i]);
test_common.c 54 VAProfile *profiles = NULL; variable
146 profiles = malloc(max_profiles * sizeof(VAProfile));
147 ASSERT(profiles);
149 va_status = vaQueryConfigProfiles(va_dpy, profiles, &num_profiles);
152 status("vaQueryConfigProfiles reports %d profiles\n", num_profiles);
160 status(" profile %d [%s]\n", profiles[i], profile2string(profiles[i]));
  /external/chromium_org/chrome/browser/devtools/
browser_list_tabcontents_provider.cc 10 #include "chrome/browser/profiles/profile.h"
46 std::set<Profile*> profiles; local
48 profiles.insert((*it)->profile());
50 for (std::set<Profile*>::iterator it = profiles.begin();
51 it != profiles.end(); ++it) {
  /external/chromium_org/chrome/browser/ui/
profile_chooser_constants.h 8 namespace profiles { namespace
40 }; // namespace profiles
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 84 ArrayList<Class> profiles = new ArrayList<Class>(PROFILE_SERVICES.length); local
89 profiles.add(PROFILE_SERVICES[i]);
92 int totalProfiles = profiles.size();
94 profiles.toArray(SUPPORTED_PROFILES);
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
UserManagerCompatV16.java 30 List<UserHandleCompat> profiles = new ArrayList<UserHandleCompat>(1); local
31 profiles.add(UserHandleCompat.myUserHandle());
32 return profiles;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
PreBootListener.java 59 // Check for managed profiles.
61 List<UserInfo> profiles = um.getProfiles(UserHandle.USER_OWNER); local
62 if (profiles.size() <= 1) {
66 // Removes cross profile intent filters from the parent to all the managed profiles.
70 for (UserInfo userInfo : profiles) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 25 private final double[] profiles; field in class:ProfilesTableModel
28 public ProfilesTableModel(double[] profiles) {
29 this.profiles = profiles;
35 return profiles == null ? 0 : profiles.length;
40 if (profiles == null) return "";
47 return formatter.format(profiles[row]) + "";
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
Profile.java 5 package org.chromium.chrome.browser.profiles;
MostVisitedSites.java 5 package org.chromium.chrome.browser.profiles;
ProfileDownloader.java 5 package org.chromium.chrome.browser.profiles;
16 * See chrome/browser/profiles/profile_downloader.h/cc for more details.
  /external/chromium_org/chrome/browser/importer/
importer_list.cc 28 void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) {
30 // IE always exists and doesn't have multiple profiles.
38 profiles->push_back(ie);
43 void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) {
55 profiles->push_back(safari);
63 std::vector<importer::SourceProfile*>* profiles) {
99 profiles->push_back(firefox);
107 std::vector<importer::SourceProfile*> profiles; local
113 DetectFirefoxProfiles(locale, &profiles);
114 DetectIEProfiles(&profiles);
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_encoder_factory.cc 67 std::vector<media::VideoEncodeAccelerator::SupportedProfile> profiles = local
69 for (size_t i = 0; i < profiles.size(); ++i)
70 VEAToWebRTCCodecs(&codecs_, profiles[i]);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.cc 14 #include "chrome/browser/chromeos/profiles/profile_helper.h"
15 #include "chrome/browser/profiles/profile.h"
16 #include "chrome/browser/profiles/profile_manager.h"
94 const std::vector<Profile*>& profiles = local
97 for (size_t i = 0; i < profiles.size(); ++i) {
98 Profile* original_profile = profiles[i]->GetOriginalProfile();
100 if (original_profile != profiles[i] ||
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 19 #include "chrome/browser/profiles/profile.h"
20 #include "chrome/browser/profiles/profile_manager.h"
221 // Start the error notifier services for the already loaded profiles.
222 const std::vector<Profile*> profiles = local
224 for (std::vector<Profile*>::const_iterator it = profiles.begin();
225 it != profiles.end(); ++it) {
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_builtins.py 122 profiles = get_profile_list()
123 for (filename, profile) in profiles:
130 path.join(builtins_dir, 'profiles'), '*.' + extension)
132 profiles = []
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
135 return profiles
223 profiles = get_profile_list() variable
225 print 'static gl_shader *builtin_profiles[%d];' % len(profiles)
271 for (filename, profile) in profiles:
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 122 profiles = get_profile_list()
123 for (filename, profile) in profiles:
130 path.join(builtins_dir, 'profiles'), '*.' + extension)
132 profiles = []
134 profiles.append((pfile, path.basename(pfile).replace('.', '_')))
135 return profiles
223 profiles = get_profile_list() variable
225 print 'static gl_shader *builtin_profiles[%d];' % len(profiles)
271 for (filename, profile) in profiles:

Completed in 383 milliseconds

1 2 3 4 5 6 7