/external/webkit/WebKit/chromium/src/js/ |
ProfilerAgent.js | 99 // A temporary icon indicating that the profile is being processed. 101 "profile-sidebar-tree-item", 116 function onProfileProcessingFinished(profile) { 118 profile.typeId = WebInspector.CPUProfileType.TypeId; 119 InspectorBackend.addFullProfile(profile); 120 WebInspector.addProfileHeader(profile); 121 // If no profile is currently shown, show the new one. 124 profilesPanel.showProfile(profile); 165 var cmd = new devtools.DebugCommand("profile", { 182 var cmd = new devtools.DebugCommand("profile", { [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 282 * @param profile the CamcorderProfile to use 285 public void setProfile(CamcorderProfile profile) { 286 setOutputFormat(profile.fileFormat); 287 setVideoFrameRate(profile.videoFrameRate); 288 setVideoSize(profile.videoFrameWidth, profile.videoFrameHeight); 289 setVideoEncodingBitRate(profile.videoBitRate); 290 setAudioEncodingBitRate(profile.audioBitRate); 291 setAudioChannels(profile.audioChannels); 292 setAudioSamplingRate(profile.audioSampleRate) [all...] |
/packages/apps/Phone/src/com/android/phone/sip/ |
SipSettings.java | 61 * The PreferenceActivity class for managing sip profile preferences. 80 private SipProfile mProfile; // profile that's being edited 113 Log.v(TAG, "profile uid is " + profileUid + " isPrimary:" 190 Log.v(TAG, "Removed Profile:" + mProfile.getProfileName()); 194 SipProfile profile = intent.getParcelableExtra(KEY_SIP_PROFILE); local 196 Log.v(TAG, "New Profile Name:" + profile.getProfileName()); 197 addProfile(profile); 201 Log.v(TAG, "Can not handle the profile : " + e.getMessage()); 287 private String getProfileName(SipProfile profile) { 330 SipProfile profile = getProfileFromList(activeProfile); local [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 \
|
/frameworks/base/voip/java/android/net/sip/ |
SipProfile.java | 36 * Defines a SIP profile, including a SIP account, domain and server information. 89 * Creates a builder based on the given profile. 91 public Builder(SipProfile profile) { 92 if (profile == null) throw new NullPointerException(); 94 mProfile = (SipProfile) profile.clone(); 99 mUri = profile.getUri(); 100 mUri.setUserPassword(profile.getPassword()); 101 mDisplayName = profile.getDisplayName(); 102 mProxyAddress = profile.getProxyAddress(); 103 mProfile.mPort = profile.getPort() [all...] |
/packages/apps/Phone/src/com/android/phone/ |
SipBroadcastReceiver.java | 116 for (SipProfile profile : sipProfileList) { 118 if (!profile.getAutoRegistration() && 119 !profile.getUriString().equals( 123 sipManager.open(profile, 127 Log.e(TAG, "failed" + profile.getProfileName(), e);
|
/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:__anon1812 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);
|