HomeSort by relevance Sort by last modified time
    Searched defs:profile_list (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_app_tab_helper.cc 90 const std::vector<Profile*> profile_list = local
92 if (profile_list.size() > 0) {
93 for (std::vector<Profile*>::const_iterator it = profile_list.begin();
94 it != profile_list.end();
  /hardware/intel/common/libva/test/vainfo/
vainfo.c 92 VAProfile profile, *profile_list = NULL; local
121 profile_list = malloc(max_num_profiles * sizeof(VAProfile));
123 if (!profile_list) {
129 va_status = vaQueryConfigProfiles(va_dpy, profile_list, &num_profiles);
135 profile = profile_list[i];
149 free(profile_list);
  /external/chromium_org/chrome/browser/
chrome_browser_main.cc 325 base::ListValue* profile_list = update.Get(); local
326 profile_list->Clear();
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 537 scoped_ptr<base::ListValue> profile_list(
541 for (it = profile_list->begin(); it != profile_list->end(); ++it) {
894 base::ListValue* profile_list = update.Get(); local
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 919 VAProfile profile_list[]={VAProfileH264High,VAProfileH264Main,VAProfileH264Baseline,VAProfileH264ConstrainedBaseline}; local
939 for (i = 0; i < sizeof(profile_list)/sizeof(profile_list[0]); i++) {
940 if ((h264_profile != ~0) && h264_profile != profile_list[i])
943 h264_profile = profile_list[i];
    [all...]

Completed in 137 milliseconds