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

1 23 4 5 6 7 8 9

  /external/e2fsprogs/e2fsck/
profile_helpers.c 2 * profile_helpers.c -- Helper functions for the profile library
4 * These functions are not part of the "core" profile library, and do
6 * the profile library. They are mainly convenience functions for
26 #include "profile.h"
141 profile_get_values(profile_t profile, const char *const *names,
149 if ((retval = profile_iterator_create(profile, names,
182 profile_get_subsection_names(profile_t profile, const char **names,
190 if ((retval = profile_iterator_create(profile, names,
218 profile_get_relation_names(profile_t profile, const char **names,
226 if ((retval = profile_iterator_create(profile, names
    [all...]
  /frameworks/base/media/libmedia/
MediaProfiles.cpp 289 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
290 profile->mCameraId = cameraId;
291 profile->mFileFormat = static_cast<output_format>(fileFormat);
292 profile->mQuality = static_cast<camcorder_quality>(quality);
293 profile->mDuration = atoi(atts[5]);
294 return profile;
420 CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
421 profile->mCameraId = 0;
422 profile->mFileFormat = OUTPUT_FORMAT_THREE_GPP;
423 profile->mQuality = CAMCORDER_QUALITY_HIGH
439 MediaProfiles::CamcorderProfile *profile = new MediaProfiles::CamcorderProfile; local
    [all...]
  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 53 WebInspector.HeapSnapshotView = function(parent, profile)
106 this.profile = profile;
112 if (this.profile.listIndex > 0)
113 this.baseSelectElement.selectedIndex = this.profile.listIndex - 1;
115 this.baseSelectElement.selectedIndex = this.profile.listIndex;
133 get profile()
138 set profile(profile)
140 this._profile = profile;
    [all...]
  /bionic/libc/kernel/common/linux/
msm_q6venc.h 161 unsigned int profile; member in struct:venc_mpeg4_config
172 unsigned int profile; member in struct:venc_h263_config
177 unsigned int profile; member in struct:venc_h264_config
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /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
capi.h 114 capi_profile profile; member in union:capi_ioctl_struct
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 63 Word16 profile = 1; local
131 hAacEnc->bseInit.profile = profile;
  /external/chromium/third_party/icu/source/test/intltest/
testidn.cpp 66 static UStringPrepProfile *profile = NULL; variable
83 profile = usprep_openByType(USPREP_RFC3491_NAMEPREP, &errorCode);
93 idnTrie = &profile->sprepTrie;
94 indexes = profile->indexes;
95 mappingData = profile->mappingData;
135 usprep_close(profile);
  /external/webkit/WebCore/inspector/
InspectorFrontend.h 99 void addProfileHeader(const ScriptValue& profile);
102 void didGetProfile(int callId, const ScriptValue& profile);
  /external/bluetooth/bluez/compat/
sdp.c 383 sdp_profile_desc_t profile[1]; local
466 sdp_uuid16_create(&profile[0].uuid, NAP_PROFILE_ID);
467 profile[0].version = 0x0100;
468 pfseq = sdp_list_append(NULL, &profile[0]);
482 sdp_uuid16_create(&profile[0].uuid, GN_PROFILE_ID);
483 profile[0].version = 0x0100;
484 pfseq = sdp_list_append(NULL, &profile[0]);
496 sdp_uuid16_create(&profile[0].uuid, PANU_PROFILE_ID);
497 profile[0].version = 0x0100;
498 pfseq = sdp_list_append(NULL, &profile[0])
572 sdp_profile_desc_t profile[1]; local
    [all...]
  /development/ndk/platforms/android-3/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/sec/
SEC_OMX_Def.h 127 OMX_S32 profile; member in struct:_SEC_OMX_VIDEO_PROFILELEVEL
  /external/chromium/third_party/icu/source/test/cintltst/
nfsprep.c 59 UStringPrepProfile* profile = NULL; local
89 /* open the profile */
90 profile = usprep_open(testdatapath, NFS4DataFileNames[state], status);
92 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Capacity, USPREP_DEFAULT, parseError, status);
100 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Len, USPREP_DEFAULT, parseError, status);
  /external/icu4c/test/cintltst/
nfsprep.c 59 UStringPrepProfile* profile = NULL; local
89 /* open the profile */
90 profile = usprep_open(testdatapath, NFS4DataFileNames[state], status);
92 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Capacity, USPREP_DEFAULT, parseError, status);
100 b2Len = usprep_prepare(profile, b1, b1Len, b2, b2Len, USPREP_DEFAULT, parseError, status);
  /external/quake/quake/src/QW/server/
makefile 46 profile:
pr_comp.h 144 int profile; // runtime member in struct:__anon6767
  /external/v8/tools/
profile_view.js 35 * Creates a Profile View builder object.
46 * Builds a profile view for the specified call tree.
81 * Factory method for a profile view.
84 * @return {devtools.profiler.ProfileView} Profile view.
92 * Factory method for a profile view node.
97 * profile they can be either callees or callers.)
100 * @param {devtools.profiler.ProfileView.Node} head Profile view head.
101 * @return {devtools.profiler.ProfileView.Node} Profile view node.
111 * Creates a Profile View object. It allows to perform sorting
112 * and filtering actions on the profile
    [all...]
  /external/webkit/WebCore/page/
Console.h 101 void profile(const String&, ScriptCallStack*);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
102 aOutputs->profile = 0;
155 aOutputs->profile = (uint32)profile_idc;
211 // get profile etc.
247 aOutputs->profile = NewProfile;
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnEditor.java 42 * The activity class for editing a new or existing VPN profile.
47 private static final String KEY_PROFILE = "profile";
120 private void initViewFor(VpnProfile profile) {
121 setTitle(profile);
125 private void setTitle(VpnProfile profile) {
130 profile.getType().getDisplayName()));
134 * Checks the validity of the inputs and set the profile as result if valid.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capi.h 112 capi_profile profile; member in union:capi_ioctl_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
capi.h 73 capi_profile profile; member in union:capi_ioctl_struct

Completed in 1902 milliseconds

1 23 4 5 6 7 8 9