Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 20 of 20) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp160 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/
DIntKeyframeSet.java40 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()
DPathKeyframes.java186 public int getIntValue(float fraction) {
200 public int getIntValue(float fraction) {
235 return getIntValue(fraction);
DKeyframes.java74 int getIntValue(float fraction); in getIntValue() method
DKeyframe.java316 public int getIntValue() { in getIntValue() method in Keyframe.IntKeyframe
DPropertyValuesHolder.java1207 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction); in calculateValue()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp56 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
DELFAttributeData.cpp72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DNotBindableVo.java48 public int getIntValue() { in getIntValue() method in NotBindableVo
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
/frameworks/base/media/java/android/media/
DExifInterface.java847 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute
1469 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1927 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
1928 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2900 && attribute.getIntValue(mExifByteOrder) == 65535)) { in readImageFileDirectory()
2949 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
2964 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder); in setThumbnailData()
2994 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
2995 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
3094 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()
[all …]
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java820 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute
1402 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1820 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
1821 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2842 && attribute.getIntValue(mExifByteOrder) == 65535)) { in readImageFileDirectory()
2891 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
2906 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder); in setThumbnailData()
2937 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
2938 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
3047 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()
[all …]
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp57 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/content/
DRestrictionEntry.java291 public int getIntValue() { in getIntValue() method in RestrictionEntry
DRestrictionsManager.java712 bundle.putInt(entry.getKey(), entry.getIntValue()); in addRestrictionToBundle()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java512 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
Dandroid-22.txt6297 method public java.lang.Integer getIntValue(int, int);
8043 method public int getIntValue();
/frameworks/base/api/
Dcurrent.txt7700 method public java.lang.Integer getIntValue(int, int);
9790 method public int getIntValue();
Dsystem-current.txt8179 method public java.lang.Integer getIntValue(int, int);
10370 method public int getIntValue();