HomeSort by relevance Sort by last modified time
    Searched refs:profile (Results 76 - 100 of 206) sorted by null

1 2 34 5 6 7 8 9

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /external/bluetooth/bluez/network/
server.c 137 sdp_profile_desc_t profile[1]; local
160 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID);
161 profile[0].version = 0x0100;
162 pfseq = sdp_list_append(NULL, &profile[0]);
177 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID);
178 profile[0].version = 0x0100;
179 pfseq = sdp_list_append(NULL, &profile[0]);
189 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID);
190 profile[0].version = 0x0100;
191 pfseq = sdp_list_append(NULL, &profile[0])
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 90 private FromHeader createFromHeader(SipProfile profile, String tag)
92 return mHeaderFactory.createFromHeader(profile.getSipAddress(), tag);
95 private ToHeader createToHeader(SipProfile profile) throws ParseException {
96 return createToHeader(profile, null);
99 private ToHeader createToHeader(SipProfile profile, String tag)
101 return mHeaderFactory.createToHeader(profile.getSipAddress(), tag);
148 private ContactHeader createContactHeader(SipProfile profile)
152 createSipUri(profile.getUserName(), profile.getProtocol(), lp);
155 contactAddress.setDisplayName(profile.getDisplayName())
    [all...]
  /external/webkit/WebCore/page/
Console.cpp 317 void Console::profile(const String& title, ScriptCallStack* callStack) function in class:WebCore::Console
331 if (title.isNull()) // no title so give it the next user initiated profile title.
358 RefPtr<ScriptProfile> profile = ScriptProfiler::stop(callStack->state(), title);
359 if (!profile)
362 m_profiles.append(profile);
366 controller->addProfile(profile, lastCaller.lineNumber(), lastCaller.sourceURL());
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 127 unsigned profile = bits.getBits(2); local
128 CHECK_NE(profile, 3u);
136 profile, sampling_freq_index, channel_configuration);
201 unsigned profile, unsigned sampling_freq_index,
237 ((profile + 1) << 3) | (sampling_freq_index >> 1);
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 43 /* MPEG4 profile and level table*/
46 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
66 /* H264 profile and level table*/
69 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
107 /* H263 profile and level table*/
110 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
199 codec_profile.profile = VEN_PROFILE_MPEG4_SP;
205 codec_profile.profile = VEN_PROFILE_H263_BASELINE;
211 codec_profile.profile = VEN_PROFILE_H264_BASELINE;
242 DEBUG_PRINT_HIGH("\n %s(): Init Profile/Level setting success"
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vop.cpp 92 uint32 profile = 0x01; local
108 tmpvar = (uint32) BitstreamReadBits16(stream, 8); /* profile */
122 tmpvar != 0x21 && tmpvar != 0x22 && /* Core Profile Levels */
124 tmpvar != 0xF0 && tmpvar != 0xF1 && /* Advanced Simple Profile Levels*/
130 profile = tmpvar;
133 // save the profile and level for the query
292 if (profile != 0x10 && profile != 0x11 && profile != 0x12)
299 if (profile != 0x01 && profile != 0x02 && profile != 0x03 && profile != 0x08 &
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 57 * The activity class for editing a new or existing SIP profile.
65 private static final String KEY_PROFILE = "profile";
161 Log.v(TAG, "start profile editor");
358 SipProfile profile = createSipProfile(); local
360 intent.putExtra(SipSettings.KEY_SIP_PROFILE, (Parcelable) profile);
365 replaceProfile(mOldProfile, profile);
385 // Replace profile in a background thread as it takes time to access the
387 // newProfile may be null if the old profile is to be deleted rather
392 // if new profile is primary, unregister the old primary account
464 Log.v(TAG, "Edit the existing profile : " + p.getProfileName())
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 37 #define ENC_PROFILE_LEVEL(profile, level) ((profile) | ((level) << 8))
97 int in_profile_level; /* [IN] profile & level */
138 int in_profile_level; /* [IN] profile & level */
179 int in_transform8x8_mode; /* [IN] Allow 8x8 transform(only for high profile) */
  /external/e2fsprogs/e2fsck/
e2fsck.c 170 if (ctx->profile)
171 profile_release(ctx->profile);
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_prog_config.cpp 144 RETURNING( pScratchPCE->profile = returnValue )
363 objectType = pVars->prog_config.profile + 1,
487 pScratchPCE->profile =
728 (tMP4AudioObjectType)(pVars->prog_config.profile + 1),
  /external/icu4c/test/intltest/
testidn.cpp 82 LocalUStringPrepProfilePointer profile(usprep_openByType(USPREP_RFC3491_NAMEPREP, &errorCode));
92 idnTrie = &profile->sprepTrie;
93 indexes = profile->indexes;
94 mappingData = profile->mappingData;
  /external/quake/quake/src/WinQuake/
pr_comp.h 145 int profile; // runtime member in struct:__anon7011
pr_exec.cpp 237 if (f->profile > max)
239 max = f->profile;
246 Con_Printf ("%7i %s\n", best->profile, pr_strings+best->s_name);
248 best->profile = 0;
402 pr_xfunction->profile++;
  /external/bluetooth/bluez/audio/
manager.c 235 sdp_profile_desc_t profile; local
254 sdp_uuid16_create(&profile.uuid, HEADSET_PROFILE_ID);
255 profile.version = 0x0102;
256 pfseq = sdp_list_append(0, &profile);
291 sdp_profile_desc_t profile; local
310 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID);
311 profile.version = 0x0105;
312 pfseq = sdp_list_append(0, &profile);
347 sdp_profile_desc_t profile; local
375 sdp_uuid16_create(&profile.uuid, HANDSFREE_PROFILE_ID)
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
sprpdata.c 278 UStringPrepProfile* profile = NULL; local
289 profile = usprep_open(testdatapath, binFileName, errorCode);
303 parseMappings(filename,profile, TRUE,errorCode);
spreptst.c 108 const char *profile; member in struct:ConformanceTestCases
599 UStringPrepProfile* profile = NULL; local
608 /* open the profile */
609 profile = usprep_open(testdatapath, "nfscis", &status);
610 usprep_prepare(profile,&src , 0, NULL, 0, USPREP_DEFAULT, &parseError, &status);
612 usprep_close(profile);
637 /**** Profile Test ****/
642 * Profile name
771 log_data_err("Unable to open String Prep Profile with: %s\n", profileName);
788 log_err("Error occurred on test[%d] for profile: %s\n", testNum, profileName)
    [all...]
  /external/icu4c/test/cintltst/
sprpdata.c 278 UStringPrepProfile* profile = NULL; local
289 profile = usprep_open(testdatapath, binFileName, errorCode);
303 parseMappings(filename,profile, TRUE,errorCode);
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/webkit/SunSpider/
sunspider 99 for my $profile (split(/\n/, $sharkProfileList)) {
100 $profile =~ /(\d+) - (.+)/;
106 print "Using Shark L2 Cache Miss Profile: " . $profile . "\n";
110 die "Failed to find L2 Cache Miss Profile for --shark-cache\n" unless ($sharkCacheProfileIndex);
235 my $profileFile = "$resultDirectory/sunspider-profile-$timeString.mshark";
  /external/webkit/WebKit/chromium/src/js/
InspectorControllerImpl.js 218 devtools.InspectorBackendImpl.prototype.addFullProfile = function(profile)
221 WebInspector.__fullProfiles[profile.uid] = profile;
ProfilerProcessor.js 33 * by V8 and produce an internal profile representation which is used
34 * for building profile views in "Profiles" tab.
39 * Creates a Profile View builder object compatible with WebKit Profiler UI.
61 * Constructs a Profile View node object for displaying in WebKit Profiler UI.
66 * profile they can be either callees or callers.)
69 * @param {devtools.profiler.ProfileView.Node} head Profile view head.
122 * Ancestor of a profile object that leaves out only JS-related functions.
127 devtools.profiler.Profile.call(this);
129 devtools.profiler.JsProfile.prototype.__proto__ = devtools.profiler.Profile.prototype;
153 * Profiler processor. Consumes profiler log and builds profile views
    [all...]
  /external/e2fsprogs/misc/
Makefile.in 35 MKE2FS_OBJS= mke2fs.o util.o profile.o prof_err.o default_profile.o
54 $(srcdir)/ismounted.c $(srcdir)/../e2fsck/profile.c
81 default_profile.c: $(srcdir)/mke2fs.conf $(srcdir)/profile-to-c.awk
83 $(AWK) -f $(srcdir)/profile-to-c.awk < $(srcdir)/mke2fs.conf \
85 profile.o:
87 @$(CC) -c $(ALL_CFLAGS) $(srcdir)/../e2fsck/profile.c -o $@
407 $(srcdir)/../e2fsck/profile.h prof_err.h $(top_srcdir)/version.h \
452 profile.o: $(srcdir)/../e2fsck/profile.c $(top_srcdir)/lib/et/com_err.h \
453 $(srcdir)/../e2fsck/profile.h prof_err.
    [all...]

Completed in 516 milliseconds

1 2 34 5 6 7 8 9