/external/icu4c/common/ |
usprep.cpp | 54 /* Profile names must be aligned to UStringPrepProfileType */ 135 UStringPrepProfile *profile = NULL; local 154 profile = (UStringPrepProfile *) e->value.pointer; 157 if ((noRefCount== FALSE && profile->refCount == 0) || 163 usprep_unload(profile); 173 uprv_free(profile); 230 loadData(UStringPrepProfile* profile, 267 if(profile->sprepData==NULL) { 268 profile->sprepData=dataMemory; 270 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)) 314 UStringPrepProfile* profile = NULL; local [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 272 * @param profile the CamcorderProfile to use 275 public void setProfile(CamcorderProfile profile) { 276 setOutputFormat(profile.fileFormat); 277 setVideoFrameRate(profile.videoFrameRate); 278 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); 279 setVideoEncodingBitRate(profile.videoBitRate); 280 setAudioEncodingBitRate(profile.audioBitRate); 281 setAudioChannels(profile.audioChannels); 282 setAudioSamplingRate(profile.audioSampleRate) [all...] |
/packages/apps/Settings/src/com/android/settings/vpn/ |
L2tpEditor.java | 45 L2tpProfile profile = (L2tpProfile) getProfile(); local 57 final L2tpProfile profile = (L2tpProfile) getProfile(); local 59 boolean enabled = profile.isSecretEnabled(); 68 profile.setSecretEnabled(enabled);
|
/external/webkit/WebCore/inspector/front-end/ |
ProfileView.js | 28 WebInspector.CPUProfileView = function(profile) 32 this.element.addStyleClass("profile-view"); 69 this.focusButton = new WebInspector.StatusBarButton(WebInspector.UIString("Focus selected function."), "focus-profile-node-status-bar-item"); 73 this.excludeButton = new WebInspector.StatusBarButton(WebInspector.UIString("Exclude selected function."), "exclude-profile-node-status-bar-item"); 77 this.resetButton = new WebInspector.StatusBarButton(WebInspector.UIString("Restore all functions."), "reset-profile-status-bar-item"); 81 this.profile = profile; 84 function profileCallback(profile) 86 self.profile = profile; [all...] |
/external/bluetooth/bluez/test/ |
ipctest-a2dp-resume-fast.test | 3 profile a2dp
|
/external/v8/tools/ |
linux-tick-processor | 31 $tools_path/profile.js $tools_path/profile_view.js \
|
/packages/apps/Phone/src/com/android/phone/sip/ |
SipSettings.java | 58 * The PreferenceActivity class for managing sip profile preferences. 76 private SipProfile mProfile; // profile that's being edited 108 Log.v(TAG, "profile uid is " + profileUid + " isPrimary:" 176 Log.v(TAG, "Removed Profile:" + mProfile.getProfileName()); 180 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); local 182 Log.v(TAG, "New Profile Name:" + profile.getProfileName()); 183 addProfile(profile); 187 Log.v(TAG, "Can not handle the profile : " + e.getMessage()); 306 SipProfile profile = getProfileFromList(activeProfile) local [all...] |
/packages/apps/Phone/src/com/android/phone/ |
SipBroadcastReceiver.java | 117 for (SipProfile profile : sipProfileList) { 119 if (!profile.getAutoRegistration() && 120 !profile.getUriString().equals( 124 sipManager.open(profile, 128 Log.e(TAG, "failed" + profile.getProfileName(), e);
|
/frameworks/base/voip/java/android/net/sip/ |
SipProfile.java | 35 * Defines a SIP profile, including a SIP account, domain and server information. 84 * Creates a builder based on the given profile. 86 public Builder(SipProfile profile) { 87 if (profile == null) throw new NullPointerException(); 89 mProfile = (SipProfile) profile.clone(); 94 mUri = profile.getUri(); 95 mUri.setUserPassword(profile.getPassword()); 96 mDisplayName = profile.getDisplayName(); 97 mProxyAddress = profile.getProxyAddress(); 145 * Sets the name of the profile. This name is given by user [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfileState.java | 30 * to a particular profile. Currently, we only allow one device 31 * to be connected to a particular profile. 36 * {@link PendingCommandState} : A profile connection / disconnection 37 * command is being executed. This will result in a profile state 81 public BluetoothProfileState(Context context, int profile) { 82 super("BluetoothProfileState:" + profile); 83 mProfile = profile;
|
BluetoothClass.java | 264 * Check class bits for possible bluetooth profile support. 266 * given class bits might support specified profile. It is not accurate for all 268 * @param profile The profile to be checked 269 * @return True if this device might support specified profile. 272 public boolean doesClassMatch(int profile) { 273 if (profile == PROFILE_A2DP) { 289 } else if (profile == PROFILE_HEADSET) { 304 } else if (profile == PROFILE_OPP) {
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
get_adts_header.cpp | 31 (3) use (profile + 1) when calling set_mc_info 99 \ Profile / \ UNUSED 203 pVars->prog_config.profile = (lower_16 >> 10) AND 0x3; 420 * Profile consists of 2 bits, which indicate 421 * the profile used. 423 * '00' AAC_MAIN profile 424 * '01' AAC_LC (Low Complexity) profile 425 * '10' AAC_SSR (Scaleable Sampling Rate) profile 426 * '11' AAC_LTP (Long Term Prediction) profile 428 pVars->prog_config.profile = (lower_16 >> 10) & 0x3 [all...] |
/external/bluetooth/bluez/tools/ |
sdptool.c | 135 /* Definition of the optional arguments in profile list */ 137 { "Profile" }, 167 /* Definitions after that are tricky (per profile or offset) */ 1123 printf("Profile Descriptor List:\n"); 1138 unsigned int profile; member in struct:__anon1979 1162 sdp_profile_desc_t profile; local 1233 sdp_profile_desc_t profile; local 1295 sdp_profile_desc_t profile; local 1354 sdp_profile_desc_t profile; local 1414 sdp_profile_desc_t profile; local 1476 sdp_profile_desc_t profile; local 1542 sdp_profile_desc_t profile; local 1608 sdp_profile_desc_t profile; local 1681 sdp_profile_desc_t profile; local 1747 sdp_profile_desc_t profile[1]; local 1828 sdp_profile_desc_t profile[1]; local 1900 sdp_profile_desc_t profile[1]; local 1965 sdp_profile_desc_t profile[1]; local 2030 sdp_profile_desc_t profile[1]; local 2107 sdp_profile_desc_t profile[1]; local 2170 sdp_profile_desc_t profile[1]; local 2237 sdp_profile_desc_t profile[1]; local 2400 sdp_profile_desc_t profile[1]; local 2570 sdp_profile_desc_t profile[1]; local 2633 sdp_profile_desc_t profile[1]; local 2693 sdp_profile_desc_t profile[1]; local 2754 sdp_profile_desc_t profile[1]; local 2815 sdp_profile_desc_t profile[1]; local 2879 sdp_profile_desc_t profile[1]; local 3386 sdp_profile_desc_t profile; local [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
usprep.h | 63 * The StringPrep profile 86 * enums for the standard stringprep profile types 166 * Creates a StringPrep profile from the data file. 169 * where the profile reside followed by the package name 172 * @param fileName name of the profile file to be opened 186 * Creates a StringPrep profile for the specified profile type. 188 * @param type The profile type 201 * Closes the profile 202 * @param profile The profile to clos [all...] |
/external/e2fsprogs/e2fsck/ |
Android.mk | 4 # Build the libext2 profile library 9 profile.c
|
Makefile.in | 67 ea_refcount.o rehash.o profile.o prof_err.o $(MTRACE_OBJ) 76 profiled/ea_refcount.o profiled/rehash.o profiled/profile.o \ 103 $(srcdir)/profile.c \ 151 test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \ 152 prof_err.o profile.h $(STATIC_LIBCOM_ERR) 154 @$(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \ 248 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 256 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h 263 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h \ 271 $(srcdir)/profile.h prof_err.h $(srcdir)/problem.h $(srcdir)/dict. [all...] |
/external/icu4c/common/unicode/ |
usprep.h | 65 * The StringPrep profile 88 * enums for the standard stringprep profile types 168 * Creates a StringPrep profile from the data file. 171 * where the profile reside followed by the package name 174 * @param fileName name of the profile file to be opened 188 * Creates a StringPrep profile for the specified profile type. 190 * @param type The profile type 203 * Closes the profile 204 * @param profile The profile to clos [all...] |
/external/kernel-headers/original/asm-x86/ |
hw_irq_32.h | 15 #include <linux/profile.h>
|
/external/webkit/JavaScriptCore/profiler/ |
ProfileGenerator.h | 29 #include "Profile.h" 37 class Profile; 48 PassRefPtr<Profile> profile() const { return m_profile; } function in class:JSC::ProfileGenerator 68 RefPtr<Profile> m_profile;
|
/external/webkit/WebCore/html/ |
HTMLHeadElement.cpp | 43 String HTMLHeadElement::profile() const function in class:WebCore::HTMLHeadElement
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
PixelDumpSupportMac.mm | 53 // This implies we have to temporarily change the profile of the main display to the colorspace we want to render into. 56 #define PROFILE_PATH "/System/Library/ColorSync/Profiles/Generic RGB Profile.icc" // FIXME: This cannot be more than CS_MAX_PATH (256 characters) 63 // But we might as well try to restore the user's color profile, we're going down anyway... 68 fprintf(stderr, "Failed to restore initial color profile for main display! Open System Preferences > Displays > Color and manually re-select the profile. (Error: %i)", error); 78 CMProfileRef profile = 0; 79 error = CMGetProfileByAVID((CMDisplayIDType)kCGDirectMainDisplay, &profile); 82 error = NCMGetProfileLocation(profile, &sInitialProfileLocation, &size); 83 CMCloseProfile(profile); 86 fprintf(stderr, "Failed to retrieve current color profile for main display, thus it won't be changed. Many pixel tests may fail as a result. (Error: %i)", (…) [all...] |
/frameworks/base/media/libstagefright/mpeg2ts/ |
ESQueue.h | 56 unsigned profile, unsigned sampling_freq_index,
|
/development/testrunner/ |
adb_interface.py | 179 profile=False, instrumentation_args={}): 195 profile: If True, profiling will be turned on for the instrumentation. 218 profile=profile, raw_mode=True, 269 self, package, runner_name, no_window_animation=False, profile=False, 275 profile=profile, raw_mode=raw_mode, 279 self, instrumentation_path, no_window_animation=False, profile=False, 284 if profile:
|
/external/webkit/WebCore/css/ |
SVGCSSPropertyNames.in | 20 color-profile
|
/external/webkit/WebCore/page/ |
Console.idl | 55 [CustomArgumentHandling] void profile(in [ConvertUndefinedOrNullToNullString] DOMString title);
|