/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMELFAttributeData.cpp | 162 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/ |
D | IntKeyframeSet.java | 46 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()
|
D | PathKeyframes.java | 189 public int getIntValue(float fraction) { 203 public int getIntValue(float fraction) { 242 return getIntValue(fraction);
|
D | Keyframes.java | 80 int getIntValue(float fraction); in getIntValue() method
|
D | Keyframe.java | 316 public int getIntValue() { in getIntValue() method in Keyframe.IntKeyframe
|
D | PropertyValuesHolder.java | 1127 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction); in calculateValue()
|
/frameworks/compile/mclinker/lib/Target/ |
D | ELFAttributeValue.cpp | 59 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
|
D | ELFAttributeData.cpp | 73 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeValue.h | 54 unsigned int getIntValue() const in getIntValue() function
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
D | JavaBridgeReturnValuesTest.java | 73 public int getIntValue() { in getIntValue() method in JavaBridgeReturnValuesTest.TestObject
|
/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 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/ |
D | RestrictionEntry.java | 217 public int getIntValue() { in getIntValue() method in RestrictionEntry
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 444 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 455 final int heartRate = characteristic.getIntValue(format, 1);
|
/frameworks/base/docs/html/sdk/api_diff/preview-21/ |
D | missingSinces.txt | 266 NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 479 NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
|
/frameworks/base/api/ |
D | system-current.txt | 6513 method public java.lang.Integer getIntValue(int, int); 8291 method public int getIntValue();
|
D | current.txt | 6299 method public java.lang.Integer getIntValue(int, int); 8045 method public int getIntValue();
|