/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 | 45 return getIntValue(fraction); in getValue() 66 public int getIntValue(float fraction) { in getIntValue() method in IntKeyframeSet 70 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue(); in getIntValue() 71 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue(); in getIntValue() 86 int prevValue = prevKeyframe.getIntValue(); in getIntValue() 87 int nextValue = nextKeyframe.getIntValue(); in getIntValue() 102 int prevValue = prevKeyframe.getIntValue(); in getIntValue() 103 int nextValue = nextKeyframe.getIntValue(); in getIntValue() 122 int prevValue = prevKeyframe.getIntValue(); in getIntValue() 123 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
|
D | PathKeyframes.java | 190 public int getIntValue(float fraction) { 204 public int getIntValue(float fraction) { 243 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 | 1208 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction); in calculateValue()
|
/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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
D | NotBindableVo.java | 42 public int getIntValue() { in getIntValue() method in NotBindableVo
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | ELFAttributeValue.h | 49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
|
/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/content/ |
D | RestrictionEntry.java | 291 public int getIntValue() { in getIntValue() method in RestrictionEntry
|
D | RestrictionsManager.java | 710 bundle.putInt(entry.getKey(), entry.getIntValue()); in addRestrictionToBundle()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCharacteristic.java | 504 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 710 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute 1246 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
|
/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/21/ |
D | missingSinces.txt | 479 NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 6297 method public java.lang.Integer getIntValue(int, int); 8043 method public int getIntValue();
|
/frameworks/base/api/ |
D | current.txt | 7177 method public java.lang.Integer getIntValue(int, int); 9018 method public int getIntValue();
|
D | system-current.txt | 7478 method public java.lang.Integer getIntValue(int, int); 9369 method public int getIntValue();
|
D | test-current.txt | 7186 method public java.lang.Integer getIntValue(int, int); 9030 method public int getIntValue();
|