HomeSort by relevance Sort by last modified time
    Searched full:profile (Results 1251 - 1275 of 3371) sorted by null

<<51525354555657585960>>

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 27 #if PROFILE
112 #if PROFILE
198 #if PROFILE
205 #if PROFILE
231 #if PROFILE
240 #if PROFILE
  /external/chromium/chrome/browser/sessions/
tab_restore_service.cc 17 #include "chrome/browser/profiles/profile.h"
155 void RecordAppLaunch(Profile* profile, const TabRestoreService::Tab& tab) {
157 DCHECK(profile->GetExtensionService());
158 if (!profile->GetExtensionService()->IsInstalledApp(url))
185 TabRestoreService::TabRestoreService(Profile* profile,
187 : BaseSessionService(BaseSessionService::TAB_RESTORE, profile,
349 delegate = TabRestoreServiceDelegate::Create(profile());
362 RecordAppLaunch(profile(), tab)
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 108 AutomationProvider::AutomationProvider(Profile* profile)
109 : profile_(profile),
572 Profile::GetDefaultRequestContext();
578 Profile* profile = profile_manager->GetDefaultProfile(user_data_dir); local
579 DCHECK(profile);
580 context_getter = profile->GetRequestContext();
717 DCHECK(tab->tab_contents()->profile() != NULL);
718 tab->tab_contents()->profile()->GetPrefs()->SetInteger
    [all...]
testing_automation_provider.cc 62 #include "chrome/browser/profiles/profile.h"
143 TestingAutomationProvider::TestingAutomationProvider(Profile* profile)
144 : AutomationProvider(profile),
177 // Get the correct profile based on the browser that the user provided.
182 importer::SourceProfile profile = importer_list_->GetSourceProfileAt(i); local
183 if (profile.importer_name == import_settings_data_.browser_name) {
184 source_profile = profile;
200 Profile* target_profile = import_settings_data_.browser->profile();
3411 Profile* profile = browser->profile(); local
3454 Profile* profile = browser->profile(); local
3470 Profile* profile = browser->profile(); local
4293 AutofillProfile* profile = *it; local
4352 AutofillProfile profile; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.h 48 class Profile;
134 // The name of the directory inside the profile where extensions are
165 // Constructor stores pointers to |profile| and |extension_prefs| but
167 ExtensionService(Profile* profile,
197 // sub-profile (incognito to original profile, or vice versa).
383 Profile* profile();
385 // Profile calls this when it is being destroyed so that we know not to cal
    [all...]
app_background_page_apitest.cc 10 #include "chrome/browser/profiles/profile.h"
129 BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
extension_context_menu_model.cc 11 #include "chrome/browser/profiles/profile.h"
37 profile_(browser->profile()),
extension_tabs_module.h 45 bool GetTabById(int tab_id, Profile* profile, bool incognito_enabled,
theme_installed_infobar_delegate.cc 11 #include "chrome/browser/profiles/profile.h"
27 profile_(tab_contents->profile()),
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 381 unsigned *profile, unsigned *level) {
389 *profile = ptr[1];
480 unsigned profile, level; local
483 data, size, &profile, &level)) != OK) {
489 "AVC profile = %u (%s), level = %u",
490 profile, AVCProfileToString(profile), level);
955 CODEC_LOGV("Default profile: %ld, level %ld",
958 // Are the default profile and level overwriten?
959 int32_t profile, level local
3443 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
3469 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 76 /* {SPL0, SPL1, SPL2, SPL3, CPL1, CPL2, CPL2, CPL2} , SPL0: Simple Profile@Level0 , CPL1: Core Profile@Level1 */
77 /* {SSPL0, SSPL1, SSPL2, SSPL2, CSPL1, CSPL2, CSPL3, CSPL3} , SSPL0: Simple Scalable Profile@Level0, CPL1: Core Scalable Profile@Level1 */
81 /* Non-scalable profile */
89 /* Scalable profile */
139 /** @brief Selects MPEG-4/H.263 profile and level, if specified other encoding options must conform with it. */
176 * In Simple and Simple Scalable profile, we use only H263 mode.*/
279 * @brief This function returns the profile and level in H.263 coding when the encoding parameters are set
281 * @param profileID is the pointer of the profile ID. Right now we only support profile
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 570 * DivX profile types, each profile indicates support for
574 QOMX_VIDEO_DivXProfileqMobile = 0x01, /**< qMobile Profile */
575 QOMX_VIDEO_DivXProfileMobile = 0x02, /**< Mobile Profile */
576 QOMX_VIDEO_DivXProfileMT = 0x04, /**< Mobile Theatre Profile */
577 QOMX_VIDEO_DivXProfileHT = 0x08, /**< Home Theatre Profile */
578 QOMX_VIDEO_DivXProfileHD = 0x10, /**< High Definition Profile */
592 * eProfile : Profile of DivX stream / data
618 * VP profile types, each profile indicates support for variou
    [all...]
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 198 TestingProfile* profile() {return profile_.get();} function in class:history::TopSitesTest
200 return profile_->GetHistoryService(Profile::EXPLICIT_ACCESS);
275 profile()->CreateTopSites();
277 profile()->BlockUntilTopSitesLoaded();
340 profile()->GetPath().Append(chrome::kHistoryFilename)));
343 profile()->GetPath().Append(chrome::kThumbnailsFilename)));
345 profile()->CreateHistoryService(false, false);
346 profile()->CreateTopSites();
347 profile()->BlockUntilTopSitesLoaded();
949 profile()->GetPath().Append(chrome::kThumbnailsFilename)))
    [all...]
  /external/oprofile/doc/
oprofile.xml 53 <listitem><para>need to profile interrupt handlers</para></listitem>
54 <listitem><para>need to profile an application and its shared libraries</para></listitem>
55 <listitem><para>need to profile dynamically compiled code of supported virtual machines (see <xref linkend="jitsupport"/>)</para></listitem>
71 <listitem><para>need to profile interpreted or dynamically compiled code of non-supported virtual machines</para></listitem>
81 Due to this limitation, it wasn't possible to profile applications executed by virtual machines (VMs)
136 <note>Attempting to profile SPEs with kernel versions older than 2.6.22 may cause the
141 Instruction-Based Sampling (IBS) profile on AMD family10h processors requires
189 account is not found. If you intend to profile JITed code, you must create
285 Use this option if you need to profile Java applications. Also, see
403 If you don't want to profile the kernel itself
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/
pom.xml 51 <profile>
77 </profile>
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
ObjectDigestInfo.java 24 * -- be used in this profile
168 * -- be used in this profile
  /external/chromium/chrome/browser/
app_controller_mac.h 21 class Profile;
60 - (Profile*)defaultProfile;
background_mode_manager_win.cc 52 // TODO(rickcam): Bug 53600: Use distinct registry keys per flavor+profile.
78 // This functionality is only defined for default profile, currently.
  /external/chromium/chrome/browser/autofill/
autofill_metrics.h 113 // This should be called each time a new profile is launched.
116 // This should be called each time a new profile is launched.
credit_card_unittest.cc 71 // Result of assignment should be logically equal to the original profile.
77 // Assignment to self should not change the profile value.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 34 class Profile;
171 // Profile.
179 explicit BookmarkModel(Profile* profile);
182 // Loads the bookmarks. This is called by Profile upon creation of the
308 Profile* profile() const { return profile_; } function in class:BookmarkModel
427 Profile* profile_;
  /external/chromium/chrome/browser/importer/
importer_list.h 54 // the profile at index 0 is the likely default browser. The SourceProfile
89 // True if |observer_| is set during the lifetime of source profile detection.
profile_import_process_host.cc 80 set_name(L"profile import process");
87 NOTREACHED() << "Unable to get profile import process binary name.";
safari_importer.h 51 // Does this user account have a Safari Profile and if so, what items
55 // Returns true if we can import the Safari profile.
  /external/chromium/chrome/browser/net/
preconnect.cc 9 #include "chrome/browser/profiles/profile.h"
40 net::URLRequestContextGetter* getter = Profile::GetDefaultRequestContext();

Completed in 958 milliseconds

<<51525354555657585960>>