/external/icu4c/test/cintltst/ |
spreptst.c | 110 const char *profile; member in struct:ConformanceTestCases 601 UStringPrepProfile* profile = NULL; local 610 /* open the profile */ 611 profile = usprep_open(testdatapath, "nfscis", &status); 612 usprep_prepare(profile,&src , 0, NULL, 0, USPREP_DEFAULT, &parseError, &status); 614 usprep_close(profile); 639 /**** Profile Test ****/ 644 * Profile name 773 log_data_err("Unable to open String Prep Profile with: %s\n", profileName); 790 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName) [all...] |
/external/kernel-headers/original/linux/ |
msm_q6venc.h | 178 unsigned int profile; member in struct:venc_mpeg4_config 189 unsigned int profile; member in struct:venc_h263_config 194 unsigned int profile; member in struct:venc_h264_config
|
/external/oprofile/libpp/ |
profile.h | 2 * @file profile.h 3 * Encapsulation for samples files over all profile classes 60 * SPU profile
|
/external/v8/tools/ |
process-heap-prof.py | 39 # $ tools/process-heap-prof.py --js-cons-profile v8.log | hp2ps -c > script-heap-graph.ps 40 # to get JS constructor profile 90 result.add_option("--js_cons_profile", help="Constructor profile",
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileGenerator.cpp | 35 #include "Profile.h" 52 m_profile = Profile::create(title, uid); 156 if (currentNode->callIdentifier().m_name != "profile")
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc_core.c | 63 Word16 profile = 1; local 131 hAacEnc->bseInit.profile = profile;
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
Profile.java | 26 // The Profile class is used to collect profiling information for a thread. It 34 public class Profile { 35 private static final String TAG = "Profile";
|
/packages/apps/Mms/res/xml/ |
mms_config.xml | 54 <string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string> 87 <!-- this is default to "x-wap-profile". Override if necessary. Optional --> 89 <string name="uaProfTagName">x-wap-profile</string>
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
HeadsetProfile.java | 52 // Order of this profile in device profiles list 59 public void onServiceConnected(int profile, BluetoothProfile proxy) { 81 public void onServiceDisconnected(int profile) {
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
coretypes.h | 124 /* Callgraph node profile representation. */ 127 (set only when profile feedback is available or via function attribute). */ 135 (set only when profile feedback is available or via function attribute). */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
coretypes.h | 124 /* Callgraph node profile representation. */ 127 (set only when profile feedback is available or via function attribute). */ 135 (set only when profile feedback is available or via function attribute). */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
coretypes.h | 124 /* Callgraph node profile representation. */ 127 (set only when profile feedback is available or via function attribute). */ 135 (set only when profile feedback is available or via function attribute). */
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.cc | 29 #include "chrome/browser/profiles/profile.h" 490 Profile* profile, 492 : profile_(profile), 498 void AutocompleteProvider::SetProfile(Profile* profile) { 499 DCHECK(profile); 501 profile_ = profile; 784 Profile* profile, [all...] |
autocomplete.h | 175 class Profile; 370 Profile* profile, 373 // Invoked when the profile changes. 374 // NOTE: Do not access any previous Profile* at this point as it may have 376 void SetProfile(Profile* profile); 433 // profile's bookmark bar model. 443 // The profile associated with the AutocompleteProvider. Reference is not 445 Profile* profile_ [all...] |
/external/chromium/chrome/browser/sessions/ |
session_service.cc | 20 #include "chrome/browser/profiles/profile.h" 132 SessionService::SessionService(Profile* profile) 133 : BaseSessionService(SESSION_RESTORE, profile, FilePath()), 257 // same original profile commit the close immediately. 299 // The user created a new tabbed browser with our profile. Commit any 450 Source<Profile>(profile()), 492 SessionStartupPref pref = SessionStartupPref::GetStartupPref(profile()); 495 profile(), browser, false, browser ? false : true, urls_to_open) [all...] |
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 19 #include "chrome/browser/profiles/profile.h" 109 void RecordAppLaunch(Profile* profile, const GURL& url) { 110 DCHECK(profile->GetExtensionService()); 111 if (!profile->GetExtensionService()->IsInstalledApp(url)) 124 Profile* profile, Browser* browser, 137 theme_service_(GtkThemeService::GetFrom(profile)), 145 if (profile->GetProfileSyncService()) { 146 // Obtain a pointer to the profile sync service and add our instance as a [all...] |
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2008-08-10 | [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 885 if (!msg->findInt32("aac-profile", &aacProfile)) { 1070 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local 1106 OMX_AUDIO_PARAM_AACPROFILETYPE profile; local 1634 int32_t profile; local 1703 int32_t profile; local 1771 int32_t profile; local [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
gtk_theme_service.cc | 17 #include "chrome/browser/profiles/profile.h" 250 GtkThemeService* GtkThemeService::GetFrom(Profile* profile) { 252 ThemeServiceFactory::GetForProfile(profile)); 288 void GtkThemeService::Init(Profile* profile) { 289 registrar_.Init(profile->GetPrefs()); 291 use_gtk_ = profile->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme); 293 ThemeService::Init(profile); 336 profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, false) [all...] |
/external/srtp/include/ |
srtp.h | 245 * Audio/Video Profile). A session can be viewed as a set of SRTP 610 * @brief identifies a particular SRTP profile 613 * profile (that is, a set of algorithms and parameters). These 634 * The function call crypto_policy_set_rtp_default(&policy, profile) 636 * protection, as defined by the srtp_profile_t profile. 646 * - err_status_bad_param the profile is not supported 651 srtp_profile_t profile); 662 * The function call crypto_policy_set_rtcp_default(&policy, profile) 664 * protection, as defined by the srtp_profile_t profile. 674 * - err_status_bad_param the profile is not supported [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/ |
mfc_interface.h | 39 #define ENC_PROFILE_LEVEL(profile, level) ((profile) | ((level) << 8)) 99 int in_profile_level; /* [IN] profile & level */ 142 int in_profile_level; /* [IN] profile & level */ 185 int in_transform8x8_mode; /* [IN] Allow 8x8 transform(only for high profile) */
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
task.rb | 115 :trace, :profile, :compile_options, 139 @profile = options.fetch( :profile, false ) 212 parts << '-profile' if @profile
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.cc | 22 #include "chrome/browser/profiles/profile.h" 52 AutofillDownloadManager::AutofillDownloadManager(Profile* profile) 53 : profile_(profile), 208 Profile::GetDefaultRequestContext();
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.cc | 16 #include "chrome/browser/profiles/profile.h" 53 BookmarkIndex::BookmarkIndex(Profile* profile) : profile_(profile) { 113 profile_->GetHistoryService(Profile::EXPLICIT_ACCESS) : NULL;
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_notification_provider.cc | 15 #include "chrome/browser/profiles/profile.h" 82 Profile* profile) 83 : profile_(profile) { 205 Source<Profile>(profile_));
|