/external/webkit/Source/WebCore/platform/image-decoders/png/ |
PNGImageDecoder.cpp | 229 char* profile; local 231 if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) { 233 colorProfile.append(profile, profileLength); 273 // don't similarly transform the color profile. We'd either need to transform 274 // the color profile or we'd need to decode into a gray-scale image buffer and
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 117 /** Targeted profile and level to encode. */ 120 /* Non-scalable profile */ 128 /* Scalable profile */ 249 /** Specifies the profile and level used to encode the bitstream. When present, 250 other settings will be checked against the range allowable by this target profile
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 185 Int LayerMaxMbsPerSec[4]; /* Maximum mbs per second, according to the specified profile and level */ 186 Int LayerMaxBufferSize[4]; /* Maximum buffer size, according to the specified profile and level */ 226 Int ProfileLevel[2]; /* Profile and Level for encoding purposes */ 229 Int profile_table_index; /* index for profile and level tables given the specified profile and level */
|
/frameworks/base/docs/html/tools/devices/ |
managing-avds-cmdline.jd | 126 create a custom hardware profile. </p> 128 Do you wish to create a custom hardware profile [no]</pre> 161 you want to create a custom hardware profile for the new AVD.</li> 162 <li>Continue through the various profile settings until the tool asks you to 220 <p class="table-caption"><strong>Table 1.</strong> Available hardware profile options for AVDs and
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 31 /** @file profile/impl/profiler_trace.h 58 #include "profile/impl/profiler_algos.h" 59 #include "profile/impl/profiler_state.h" 60 #include "profile/impl/profiler_node.h" 66 libstdcxx-profile.conf.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 31 /** @file profile/impl/profiler_trace.h 58 #include "profile/impl/profiler_algos.h" 59 #include "profile/impl/profiler_state.h" 60 #include "profile/impl/profiler_node.h" 66 libstdcxx-profile.conf.
|
/external/chromium/chrome/browser/extensions/ |
extension_browsertests_misc.cc | 17 #include "chrome/browser/profiles/profile.h" 121 browser()->profile()->GetExtensionProcessManager(); 208 ExtensionService* service = browser()->profile()->GetExtensionService(); 277 ExtensionService* service = browser()->profile()->GetExtensionService(); 300 ExtensionService* service = browser()->profile()->GetExtensionService(); 399 ExtensionService* service = browser->profile()->GetExtensionService(); 604 browser()->profile()->GetExtensionProcessManager(); 721 ExtensionService* service = browser()->profile()->GetExtensionService(); 769 ExtensionService* service = browser()->profile()->GetExtensionService(); [all...] |
/external/chromium/chrome/browser/ |
jumplist_win.cc | 27 #include "chrome/browser/profiles/profile.h" 590 bool JumpList::AddObserver(Profile* profile) { 596 if (base::win::GetVersion() < base::win::VERSION_WIN7 || !profile) 599 TabRestoreService* tab_restore_service = profile->GetTabRestoreService(); 603 app_id_ = ShellIntegration::GetChromiumAppId(profile->GetPath()); 604 icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname); 605 profile_ = profile; 629 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); 689 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS) [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_autofill_unittest.cc | 192 ProfileMock* profile, 206 ProfileMock* profile, 209 profile, 227 ProfileMock* profile, 230 profile, 357 bool AddAutofillSyncNode(const AutofillProfile& profile) { 363 std::string tag = profile.guid(); 367 AutofillProfileChangeProcessor::WriteAutofillProfile(profile, &node); 398 p.set_guid(autofill.profile().guid()); 400 autofill.profile()); [all...] |
profile_sync_service.cc | 27 #include "chrome/browser/profiles/profile.h" 68 Profile* profile, 75 profile_(profile), 87 Source<Profile>(profile)); 121 if (profile()->GetTokenService() && 122 profile()->GetTokenService()->HasTokenForService( 183 Source<Profile>(profile_)); 186 Source<Profile>(profile_)) [all...] |
/external/oprofile/ |
ChangeLog-2007 | 155 miss error, this fix two bugs, one with differential profile 225 profile, extra_images must be built per profile specification not 229 binary exists and when we try matching an image name with a profile 230 specification, this robustify differential profile. This patch also 315 * libpp/profile.cpp: use read_header() first to check the sample file 590 * libpp/profile.h: 591 * libpp/profile.cpp: 730 profile. 742 profile [all...] |
ChangeLog-2008 | 225 * libpp/profile_spec.cpp: Fix bug in differential profile 250 properly process samples from 64-bit JIT profile agent 256 * libpp/profile.cpp: 303 * oprofile/libpp/profile.cpp: 304 * oprofile/libpp/profile.h: 419 * libpp/profile.cpp 427 * libutil++/op_spu_bfd.cpp: profile SPU 'stack' code
|
TODO | 75 the driver. Post profile tools must parse that and warn eventually, warning 78 2 weeks before noticing at 30000 I lost a lot of samples, the profile seemed 142 o profile the NMI handler code 164 o libpp/profile.cpp:is_spu_sample_file() can be simplified by using 166 o while fixing #1819350 I needed to make extra_images per profile session 172 profile spec. Fixing #1819350 covered all case except this one but w/o any 267 o There is probably place of post profile tools where looking at errno will give better error messages.
|
/external/chromium/chrome/browser/download/ |
download_browsertest.cc | 23 #include "chrome/browser/profiles/profile.h" 424 browser()->profile()->GetPrefs()->SetBoolean(prefs::kPromptForDownload, 458 browser->profile()->GetPrefs()->SetFilePath( 467 browser->profile()->GetDownloadManager(); 475 browser->profile()->GetDownloadManager(); 487 browser->profile()->GetDownloadManager(); 648 DownloadManager* manager = browser->profile()->GetDownloadManager(); 695 manager->profile()->GetHistoryService(Profile::EXPLICIT_ACCESS); [all...] |
save_package.cc | 35 #include "chrome/browser/profiles/profile.h" 308 Profile* profile = tab_contents()->profile(); local 309 if (!profile) { 314 request_context_getter_ = profile->GetRequestContext(); 318 tab_contents()->profile()->GetDownloadManager(); 322 profile->IsOffTheRecord()); 325 // to be alive as long as the Profile is alive. [all...] |
/external/chromium/chrome/browser/ui/views/location_bar/ |
location_bar_view.cc | 21 #include "chrome/browser/profiles/profile.h" 98 LocationBarView::LocationBarView(Profile* profile, 103 : profile_(profile), 326 void LocationBarView::SetProfile(Profile* profile) { 327 DCHECK(profile); 328 if (profile_ != profile) { 329 profile_ = profile; 330 location_entry_->model()->SetProfile(profile); [all...] |
/hardware/qcom/media/mm-video/vidc/venc/test/ |
venc_test.cpp | 120 /* MPEG4 profile and level table*/ 123 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 142 /* H264 profile and level table*/ 145 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 170 /* H263 profile and level table*/ 173 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 396 //validate the ht,width,fps,bitrate and set the appropriate profile and level 424 E("\n profile and level found \n"); 435 E("\n Error: Unsupported profile/level\n"); 479 D ("\n Profile = %d level = %d",profileLevel.eProfile,profileLevel.eLevel) [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 61 #include "profile.h" 105 profile_t profile; variable 979 profile_get_string(profile, "defaults", "fs_type", 0, 988 profile_get_string(profile, "fs_types", ext_type, "features", 1053 profile_get_string(profile, "fs_types", fs_types[i], 1058 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); 1067 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); 1069 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret); 1078 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); 1080 profile_get_boolean(profile, "fs_types", *cpp, opt, ret, &ret) [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.mm | 17 #include "chrome/browser/profiles/profile.h" 124 void RecordAppLaunch(Profile* profile, GURL url) { 125 DCHECK(profile->GetExtensionService()); 126 if (!profile->GetExtensionService()->IsInstalledApp(url)) 237 bookmarkModel_ = browser_->profile()->GetBookmarkModel(); 534 PrefService* prefs = browser_->profile()->GetPrefs(); 626 RecordAppLaunch(browser_->profile(), node->GetURL()); 687 profile:browser_->profile() [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller_unittest.mm | 84 PrefService* prefs = browser_helper_.profile()->GetPrefs(); 110 browser_helper_.profile()->GetPrefs()-> 123 browser_helper_.profile())); 144 browser_helper_.profile()->GetPrefs()-> 376 browser_helper_.profile()->GetPrefs()-> 422 browser_helper_.profile()->GetPrefs()-> 437 browser_helper_.profile()->GetPrefs()->SetBoolean(
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_actions_controller.mm | 17 #include "chrome/browser/profiles/profile.h" 185 Profile* profile) : owner_(owner) { 187 Source<Profile>(profile)); 241 profile_ = browser->profile(); 473 profile:profile_
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_actions_toolbar_gtk.cc | 16 #include "chrome/browser/profiles/profile.h" 290 action->toolbar_->browser()->profile()->GetExtensionService(); 292 action->toolbar_->browser()->profile(), action->extension_->id(), 366 profile_(browser->profile()), 367 theme_service_(GtkThemeService::GetFrom(browser->profile())), 694 ExtensionService* service = browser()->profile()->GetExtensionService(); 696 browser()->profile(), extension->id(), browser()); [all...] |
/external/chromium/chrome/browser/ui/views/ |
about_chrome_view.cc | 90 Profile* profile) { 94 new AboutChromeView(profile)); 104 AboutChromeView::AboutChromeView(Profile* profile) 105 : profile_(profile), 121 DCHECK(profile); [all...] |
/external/chromium/chrome/browser/ui/views/autocomplete/ |
autocomplete_popup_contents_view.cc | 13 #include "chrome/browser/profiles/profile.h" 207 Profile* profile, 209 : model_(new AutocompletePopupModel(this, edit_model, profile)), 309 PromoCounter* counter = model_->profile()->GetInstantPromoCounter(); 676 PromoCounter* counter = model_->profile()->GetInstantPromoCounter(); 681 location_bar_->GetWindow()->GetNativeWindow(), model_->profile());
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 22 ATTRIBUTE Ascend-Shared-Profile-Enable 128 integer 74 ATTRIBUTE Ascend-FR-Profile-Name 180 string 114 ATTRIBUTE Ascend-FR-Direct-Profile 220 string 292 VALUE Ascend-Shared-Profile-Enable Shared-Profile-No 0 293 VALUE Ascend-Shared-Profile-Enable Shared-Profile-Yes 1
|