/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ProfileAggregator.java | 33 * A version of the ContactAggregator for use against the profile database. 56 // The profile's lookup key should always be "profile". 76 // Profile aggregation is simple - find the single contact in the database and attach to 77 // that. We look it up each time in case the profile was deleted by a previous operation
|
/external/libogg/ |
configure.in | 32 PROFILE="-p -g3 -O2 -signed" 37 PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc" 42 PROFILE="-g -p" 50 PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char" 64 PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu" 69 PROFILE="-fno-common -O4 -Wall -pg -g -fsigned-char -ffast-math" 74 PROFILE="-O20 -g -pg -fsigned-char" 80 PROFILE="$PROFILE $cflags_save" 300 AC_SUBST(PROFILE) [all...] |
/external/llvm/lib/IR/ |
AttributeImpl.h | 67 void Profile(FoldingSetNodeID &ID) const { 69 Profile(ID, getKindAsEnum(), 0); 71 Profile(ID, getKindAsEnum(), getValueAsInt()); 73 Profile(ID, getKindAsString(), getValueAsString()); 75 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, 80 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { 175 void Profile(FoldingSetNodeID &ID) const { 176 Profile(ID, makeArrayRef(begin(), end())); 178 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { 180 AttrList[I].Profile(ID) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecCapabilitiesTest.java | 64 // Android device implementations with H.264 encoders, MUST support Baseline Profile Level 3. 65 // SHOULD support Main Profile/ Level 4, if supported the device must also support Main 66 // Profile/Level 4 decoding. 73 "H.264 must support Baseline Profile Level 3", 78 "H.264 decoder must support Main Profile Level 4 if it can encode it", 83 // Android device implementations with H.264 decoders, MUST support Baseline Profile Level 3. 84 // Android Television Devices MUST support High Profile Level 4.2. 91 "H.264 must support Baseline Profile Level 3", 96 "H.264 must support High Profile Level 4.2 on TV", 123 // Android device implementations with MPEG-4 decoders, MUST support Simple Profile Level 3 [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
video_encoder_device.cpp | 48 /* MPEG4 profile and level table*/ 51 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 70 /* H264 profile and level table*/ 73 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 118 /* H263 profile and level table*/ 121 /*max mb per frame, max mb per sec, max bitrate, level, profile*/ 254 codec_profile.profile = VEN_PROFILE_MPEG4_SP; 263 codec_profile.profile = VEN_PROFILE_H263_BASELINE; 272 codec_profile.profile = VEN_PROFILE_H264_BASELINE; 311 DEBUG_PRINT_HIGH("\n %s(): Init Profile/Level setting success" [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-parent/32/ |
commons-parent-32.pom | 88 src/site/resources/profile.cobertura
89 src/site/resources/profile.jacoco
91 These can later be overridden by cancelling the profile:
495 <exclude>src/site/resources/profile.*</exclude>
651 <exclude>src/site/resources/profile.*</exclude>
673 <profile>
684 This should not be a problem now as the profile is optional.
689 <exists>src/site/resources/profile.jacoco</exists>
749 </profile>
751 <profile>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/32/ |
commons-parent-32.pom | 88 src/site/resources/profile.cobertura
89 src/site/resources/profile.jacoco
91 These can later be overridden by cancelling the profile:
495 <exclude>src/site/resources/profile.*</exclude>
651 <exclude>src/site/resources/profile.*</exclude>
673 <profile>
684 This should not be a problem now as the profile is optional.
689 <exists>src/site/resources/profile.jacoco</exists>
749 </profile>
751 <profile>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/33/ |
commons-parent-33.pom | 89 src/site/resources/profile.cobertura 90 src/site/resources/profile.jacoco 92 These can later be overridden by cancelling the profile: 506 <exclude>src/site/resources/profile.*</exclude> 662 <exclude>src/site/resources/profile.*</exclude> 684 <profile> 695 This should not be a problem now as the profile is optional. 700 <exists>src/site/resources/profile.jacoco</exists> 789 </profile> 791 <profile> [all...] |
/prebuilts/tools/common/offline-m2/org/apache/commons/commons-parent/33/ |
commons-parent-33.pom | 89 src/site/resources/profile.cobertura 90 src/site/resources/profile.jacoco 92 These can later be overridden by cancelling the profile: 506 <exclude>src/site/resources/profile.*</exclude> 662 <exclude>src/site/resources/profile.*</exclude> 684 <profile> 695 This should not be a problem now as the profile is optional. 700 <exists>src/site/resources/profile.jacoco</exists> 789 </profile> 791 <profile> [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
ByodHelperActivity.java | 46 * A helper activity from the managed profile side that responds to requests from CTS verifier in 47 * primary user. Profile owner APIs are accessible inside this activity (given this activity is 48 * started within the work profile). Its current functionalities include making sure the profile 49 * owner is setup correctly, removing the work profile upon request, and verifying the image and 52 * Note: We have to use a dummy activity because cross-profile intents only work for activities. 57 // Primary -> managed intent: query if the profile owner has been set up. 59 // Managed -> primary intent: update profile owner test status in primary's CtsVerifer 61 // Primary -> managed intent: request to delete the current profile 84 // Primary -> managed intent: check if the required cross profile intent filters are set [all...] |
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 143 // Use the same size for recording profile. 144 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local 145 profile.videoFrameWidth = optimalSize.width; 146 profile.videoFrameHeight = optimalSize.height; 149 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight); 174 mMediaRecorder.setProfile(profile);
|
/developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 143 // Use the same size for recording profile. 144 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local 145 profile.videoFrameWidth = optimalSize.width; 146 profile.videoFrameHeight = optimalSize.height; 149 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight); 174 mMediaRecorder.setProfile(profile);
|
/development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/ |
MainActivity.java | 143 // Use the same size for recording profile. 144 CamcorderProfile profile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH); local 145 profile.videoFrameWidth = optimalSize.width; 146 profile.videoFrameHeight = optimalSize.height; 149 parameters.setPreviewSize(profile.videoFrameWidth, profile.videoFrameHeight); 174 mMediaRecorder.setProfile(profile);
|
/external/clang/lib/AST/ |
TemplateName.cpp | 30 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID) { 31 Profile(ID, Parameter, Replacement); 34 void SubstTemplateTemplateParmStorage::Profile(llvm::FoldingSetNodeID &ID, 41 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, 43 Profile(ID, Context, Parameter, TemplateArgument(Arguments, size())); 46 void SubstTemplateTemplateParmPackStorage::Profile(llvm::FoldingSetNodeID &ID, 51 ArgPack.Profile(ID, Context);
|
/external/skia/src/utils/win/ |
SkWGL.h | 127 /** Requests to create core profile context if possible, otherwise 128 compatibility profile. */ 130 /** Requests to create compatibility profile context if possible, otherwise 131 core profile. */ 133 /** Requests to create GL ES profile context. */ 139 * (including non-MSAA) will be created. If preferCoreProfile is true but a core profile cannot be 140 * created then a compatible profile context will be created.
|
/external/srtp/test/ |
dtls_srtp_driver.c | 128 srtp_profile_t profile; local 172 profile = srtp_profile_aes128_cm_sha1_80; 173 key_len = srtp_profile_get_master_key_length(profile); 174 salt_len = srtp_profile_get_master_salt_length(profile); 180 /* initialize SRTP policy from profile */ 181 err = crypto_policy_set_from_profile_for_rtp(&policy.rtp, profile); 183 err = crypto_policy_set_from_profile_for_rtcp(&policy.rtcp, profile);
|
/frameworks/native/opengl/tools/glgen2/registry/ |
genheaders.py | 29 # profile - enable Python profiling 37 profile = False variable 61 elif (arg == '-profile'): 62 write('Enabling profiling (-profile)', file=sys.stderr) 63 profile = True variable 197 '/* glcorearb.h is for use with OpenGL core profile implementations.', 201 '** glcorearb.h includes only APIs in the latest OpenGL core profile', 203 '** can be supported by the core profile. It does not, and never will', 204 '** include functionality removed from the core profile, such as', 273 profile = 'compatibility' [all...] |
/hardware/intel/img/psb_video/src/ |
vc1_defs.h | 29 Profile calculation masks 98 This enumeration defines the stream profile 101 WMF_PROFILE_SIMPLE = 0, //!< Simple profile 102 WMF_PROFILE_MAIN = 1, //!< Main profile 103 WMF_PROFILE_ADVANCED = 2, //!< Advanced profile (VC1 Only) 104 WMF_PROFILE_UNDEFINED = 3, //!< Undefined profile 124 This enumeration defines FCM [Advanced Profile Only] Table 41 gFCM_VlcTable
|
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha1/ |
builder-1.3.0-alpha1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha2/ |
builder-1.3.0-alpha2-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha3/ |
builder-1.3.0-alpha3-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha4/ |
builder-1.3.0-alpha4-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-alpha5/ |
builder-1.3.0-alpha5-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-beta1/ |
builder-1.3.0-beta1-sources.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/1.3.0-beta2/ |
builder-1.3.0-beta2-sources.jar | |