Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp162 if (pInAttr.getIntValue() <= CPU_Arch_Max) { in merge()
163 m_CPUArch = pInAttr.getIntValue(); in merge()
182 m_FPArch = pInAttr.getIntValue(); in merge()
187 m_HardFPUse = pInAttr.getIntValue(); in merge()
197 m_VFPArgs = pInAttr.getIntValue(); in merge()
216 if (pInAttr.getIntValue() > out_attr.getIntValue()) in merge()
217 out_attr.setIntValue(pInAttr.getIntValue()); in merge()
227 if (pInAttr.getIntValue() < out_attr.getIntValue()) in merge()
228 out_attr.setIntValue(pInAttr.getIntValue()); in merge()
236 const int in_val = pInAttr.getIntValue(); in merge()
[all …]
/frameworks/base/core/java/android/animation/
DIntKeyframeSet.java46 return getIntValue(fraction); in getValue()
67 public int getIntValue(float fraction) { in getIntValue() method in IntKeyframeSet
71 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue(); in getIntValue()
72 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue(); in getIntValue()
87 int prevValue = prevKeyframe.getIntValue(); in getIntValue()
88 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
103 int prevValue = prevKeyframe.getIntValue(); in getIntValue()
104 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
126 int prevValue = prevKeyframe.getIntValue(); in getIntValue()
127 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
DPathKeyframes.java189 public int getIntValue(float fraction) {
203 public int getIntValue(float fraction) {
242 return getIntValue(fraction);
DKeyframes.java80 int getIntValue(float fraction); in getIntValue() method
DKeyframe.java316 public int getIntValue() { in getIntValue() method in Keyframe.IntKeyframe
DPropertyValuesHolder.java1127 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction); in calculateValue()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp59 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
DELFAttributeData.cpp73 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h54 unsigned int getIntValue() const in getIntValue() function
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeReturnValuesTest.java73 public int getIntValue() { in getIntValue() method in JavaBridgeReturnValuesTest.TestObject
/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
431 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType"); in android_drm_DrmManagerClient_processDrmInfo()
512 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType"); in android_drm_DrmManagerClient_acquireDrmInfo()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java217 public int getIntValue() { in getIntValue() method in RestrictionEntry
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java444 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd455 final int heartRate = characteristic.getIntValue(format, 1);
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt266 NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt479 NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
/frameworks/base/api/
Dsystem-current.txt6513 method public java.lang.Integer getIntValue(int, int);
8291 method public int getIntValue();
Dcurrent.txt6299 method public java.lang.Integer getIntValue(int, int);
8045 method public int getIntValue();