/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 201 u32 profile; member in struct:vdec_dec_attributes
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 201 u32 profile; member in struct:vdec_dec_attributes
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ProfilesLoader.java | 50 out.write("PROFILE " + window.encode() + " " + params);
|
/system/extras/tests/sdcard/ |
README | 1 This directory contains tools to profile the sdcard performance.
|
profile_sdcard.sh | 16 # Run a bunch of test on the sdcard to establish a performance profile.
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.cc | 33 #include "chrome/browser/profiles/profile.h" 136 // Get a normal browser window of given |profile| to use as dialog parent 138 // |browser|. If |profile| is NULL, |browser|'s profile is used to find the 141 Profile* profile) { 144 profile ? profile : browser->profile(), 432 return browser_->profile()->IsOffTheRecord() 1034 browser::ShowCreateChromeAppShortcutsDialog(GetNativeHandle(), profile, app); local [all...] |
/frameworks/base/core/java/android/server/ |
BluetoothService.java | 405 * The Bluetooth has been turned off, but hot. Do bonding, profile cleanup 414 // Stop the profile state machine for bonded devices. 643 * It inits bond state and profile state before STATE_ON intent is broadcasted. [all...] |
/external/chromium/chrome/browser/history/ |
top_sites.cc | 23 #include "chrome/browser/profiles/profile.h" 130 TopSites::TopSites(Profile* profile) 134 profile_(profile), 146 Source<Profile>(profile_)); 287 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS)->ScheduleDBTask( 335 // typically happens the first time a profile is run with Top Sites 499 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 894 Source<Profile>(profile_), 929 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium/chrome/browser/policy/ |
configuration_policy_pref_store.cc | 27 #include "chrome/browser/profiles/profile.h" 794 Profile* profile) { 796 if (profile) { 797 // For user policy, return the profile's policy provider. 798 provider = profile->GetPolicyConnector()->GetManagedCloudProvider(); 820 Profile* profile) { 822 if (profile) { 823 // For user policy, return the profile's policy provider [all...] |
/development/samples/SampleSyncAdapter/res/values/ |
strings.xml | 90 name="profile_action">Sample profile</string> 92 name="view_profile">View Profile</string>
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/ |
ImageDetailActivity.java | 94 // Start low profile mode and hide ActionBar 190 * Set on the ImageView in the ViewPager children fragments, to enable/disable low profile mode
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
Dbg.stg | 32 include ANTLR3::<if(profile)>Profile<else>Debug<endif>::ParserEvents
|
/external/chromium/chrome/browser/ |
alternate_nav_url_fetcher.cc | 9 #include "chrome/browser/profiles/profile.h" 64 controller_->profile()->GetRequestContext());
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_unittest.cc | 143 TestingProfile profile; local 144 AutocompleteEditModel model(&view, &controller, &profile);
|
autocomplete_popup_view_mac.mm | 18 #include "chrome/browser/profiles/profile.h" 285 Profile* profile, 287 : model_(new AutocompletePopupModel(this, edit_model, profile)), 295 DCHECK(profile); 554 PromoCounter* counter = model_->profile()->GetInstantPromoCounter(); 559 model_->profile()); 567 PromoCounter* counter = model_->profile()->GetInstantPromoCounter();
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.h | 105 // when something in the users profile matches what they have entered in a form. 107 // the form matches what's in the users profile.
|
name_field.cc | 39 // for example, Travelocity_Edit travel profile.html contains a field 40 // "Travel Profile Name".
|
select_control_handler.cc | 161 const AutofillProfile& profile = local 163 std::string country_code = profile.CountryCode();
|
/external/chromium/chrome/browser/chromeos/login/ |
background_view.h | 26 class Profile; 111 virtual Profile* GetProfile() const OVERRIDE { return NULL; }
|
existing_user_controller.h | 93 virtual void OnProfilePrepared(Profile* profile);
|
google_authenticator_unittest.cc | 553 TestingProfile profile; local 564 &profile, username_, password_, std::string(), std::string()); 590 TestingProfile profile; local 602 &profile, username_, hash_ascii_, std::string(), std::string()); 634 TestingProfile profile; local 651 &profile, username_, hash_ascii_, std::string(), std::string()); 683 TestingProfile profile; local 701 &profile, username_, hash_ascii_, std::string(), std::string());
|
login_performer.h | 123 void OnProfileCreated(Profile* profile);
|
parallel_authenticator.cc | 24 #include "chrome/browser/profiles/profile.h" 68 Profile* profile, 89 current_online_->Initiate(profile); 179 // Success. Go mount a tmpfs for the profile, if necessary. 246 void ParallelAuthenticator::RetryAuth(Profile* profile, 259 current_online_->Initiate(profile);
|
/external/chromium/chrome/browser/download/ |
download_file_manager.h | 34 // tab (profile) where the download was initiated. In the event of a tab closure 37 // DownloadManager that exits (such as when closing a profile).
|
download_util.cc | 39 #include "chrome/browser/profiles/profile.h" 312 void OpenChromeExtension(Profile* profile, 318 ExtensionService* service = profile->GetExtensionService(); 327 new CrxInstaller(service, new ExtensionInstallUI(profile))); 882 bool IsDangerous(DownloadCreateInfo* info, Profile* profile, bool auto_open) { [all...] |