/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.cpp | 160 if (pInAttr.getIntValue() <= CPU_Arch_Max) { in merge() 161 m_CPUArch = pInAttr.getIntValue(); in merge() 180 m_FPArch = pInAttr.getIntValue(); in merge() 185 m_HardFPUse = pInAttr.getIntValue(); in merge() 195 m_VFPArgs = pInAttr.getIntValue(); in merge() 214 if (pInAttr.getIntValue() > out_attr.getIntValue()) in merge() 215 out_attr.setIntValue(pInAttr.getIntValue()); in merge() 225 if (pInAttr.getIntValue() < out_attr.getIntValue()) in merge() 226 out_attr.setIntValue(pInAttr.getIntValue()); in merge() 234 const int in_val = pInAttr.getIntValue(); in merge() [all …]
|
/frameworks/base/core/java/android/animation/ |
D | IntKeyframeSet.java | 40 return getIntValue(fraction); in getValue() 56 public int getIntValue(float fraction) { in getIntValue() method in IntKeyframeSet 60 int prevValue = prevKeyframe.getIntValue(); in getIntValue() 61 int nextValue = nextKeyframe.getIntValue(); in getIntValue() 76 int prevValue = prevKeyframe.getIntValue(); in getIntValue() 77 int nextValue = nextKeyframe.getIntValue(); in getIntValue() 96 int prevValue = prevKeyframe.getIntValue(); in getIntValue() 97 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
|
D | PathKeyframes.java | 186 public int getIntValue(float fraction) { 200 public int getIntValue(float fraction) { 235 return getIntValue(fraction);
|
D | Keyframes.java | 74 int getIntValue(float fraction); in getIntValue() method
|
D | Keyframe.java | 316 public int getIntValue() { in getIntValue() method in Keyframe.IntKeyframe
|
D | PropertyValuesHolder.java | 1207 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction); in calculateValue()
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/logging/ |
D | GenerateLinksLoggerTest.java | 100 assertEquals(numLinks, getIntValue(log, MetricsEvent.FIELD_LINKIFY_NUM_LINKS)); in assertHasLog() 101 assertEquals(linkTextLength, getIntValue(log, MetricsEvent.FIELD_LINKIFY_LINK_LENGTH)); in assertHasLog() 102 assertEquals(textLength, getIntValue(log, MetricsEvent.FIELD_LINKIFY_TEXT_LENGTH)); in assertHasLog() 103 assertEquals(LATENCY_MS, getIntValue(log, MetricsEvent.FIELD_LINKIFY_LATENCY)); in assertHasLog() 113 private static int getIntValue(LogMaker log, int eventField) { in getIntValue() method in GenerateLinksLoggerTest
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeValue.cpp | 56 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
|
D | ELFAttributeData.cpp | 72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeValue.h | 49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 883 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute 1530 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt() 2023 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() 2024 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap() 3349 && attribute.getIntValue(mExifByteOrder) == 65535)) { in readImageFileDirectory() 3411 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize() 3426 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder); in setThumbnailData() 3456 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif() 3457 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif() 3577 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType() [all …]
|
/frameworks/base/drm/jni/ |
D | android_drm_DrmManagerClient.cpp | 57 static int getIntValue(JNIEnv* env, jobject object, const char* fieldName); 119 int Utility::getIntValue(JNIEnv* env, jobject object, const char* fieldName) { in getIntValue() function in Utility 432 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType"); in android_drm_DrmManagerClient_processDrmInfo() 513 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType"); in android_drm_DrmManagerClient_acquireDrmInfo()
|
/frameworks/base/core/java/android/os/ |
D | StatsDimensionsValue.java | 127 public int getIntValue() { in getIntValue() method in StatsDimensionsValue
|
/frameworks/base/core/java/android/content/ |
D | RestrictionEntry.java | 291 public int getIntValue() { in getIntValue() method in RestrictionEntry
|
D | RestrictionsManager.java | 715 bundle.putInt(entry.getKey(), entry.getIntValue()); in addRestrictionToBundle()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 527 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
|
/frameworks/base/api/ |
D | system-current.txt | 5431 method public int getIntValue();
|
D | current.txt | 8475 method public Integer getIntValue(int, int); 10726 method public int getIntValue();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 221 HSPLandroid/animation/IntKeyframeSet;->getIntValue(F)I 228 HSPLandroid/animation/Keyframe$IntKeyframe;->getIntValue()I 9420 HSPLandroid/media/ExifInterface$ExifAttribute;->getIntValue(Ljava/nio/ByteOrder;)I
|
D | hiddenapi-greylist-max-o.txt | 983 Landroid/animation/Keyframe$IntKeyframe;->getIntValue()I 998 Landroid/animation/Keyframes$IntKeyframes;->getIntValue(F)I 29594 Landroid/icu/text/Collator;->getIntValue(Ljava/lang/String;Ljava/lang/String;[[Ljava/lang/String;)I 38439 Landroid/media/ExifInterface$ExifAttribute;->getIntValue(Ljava/nio/ByteOrder;)I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6297 method public java.lang.Integer getIntValue(int, int); 8043 method public int getIntValue();
|