Home
last modified time | relevance | path

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

12

/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()
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/base/services/core/java/com/android/server/integrity/parser/
DRuleBinaryParser.java34 import static com.android.server.integrity.parser.BinaryFileOperations.getIntValue;
180 long upper = getIntValue(bitInputStream); in parseAtomicFormula()
181 long lower = getIntValue(bitInputStream); in parseAtomicFormula()
DRuleIndexingController.java21 import static com.android.server.integrity.parser.BinaryFileOperations.getIntValue;
87 int value = getIntValue(bitInputStream); in getNextIndexGroup()
DBinaryFileOperations.java70 public static int getIntValue(BitInputStream bitInputStream) throws IOException { in getIntValue() method in BinaryFileOperations
/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
DBinaryFileOperationsTest.java21 import static com.android.server.integrity.parser.BinaryFileOperations.getIntValue;
96 assertThat(getIntValue(inputStream)).isEqualTo(randomValue); in testGetIntValue()
/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/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
/frameworks/base/media/java/android/media/
DExifInterface.java981 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute
1718 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
2249 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2250 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
3887 && attribute.getIntValue(mExifByteOrder) == 65535)) { in readImageFileDirectory()
3949 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
3964 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder); in setThumbnailData()
3994 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
3995 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
4120 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()
[all …]
/frameworks/base/apex/statsd/framework/test/src/android/os/
DStatsDimensionsValueTest.java86 assertThat(sdvChildren.get(1).getIntValue()).isEqualTo(intValue); in testConversionFromStructuredParcel()
/frameworks/base/apex/statsd/framework/java/android/os/
DStatsDimensionsValue.java124 public int getIntValue() { in getIntValue() method in StatsDimensionsValue
/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.java715 bundle.putInt(entry.getKey(), entry.getIntValue()); in addRestrictionToBundle()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java527 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
/frameworks/base/apex/statsd/framework/api/
Dsystem-current.txt65 method public int getIntValue();
/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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dsystem-current.txt8420 method public int getIntValue();
/frameworks/base/config/
Dboot-image-profile.txt238 HSPLandroid/animation/IntKeyframeSet;->getIntValue(F)I
248 HSPLandroid/animation/Keyframe$IntKeyframe;->getIntValue()I
12896 HSPLandroid/media/ExifInterface$ExifAttribute;->getIntValue(Ljava/nio/ByteOrder;)I

12