Searched refs:getIntValue (Results 1 - 13 of 13) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp162 if (pInAttr.getIntValue() <= CPU_Arch_Max) {
163 m_CPUArch = pInAttr.getIntValue();
182 m_FPArch = pInAttr.getIntValue();
187 m_HardFPUse = pInAttr.getIntValue();
197 m_VFPArgs = pInAttr.getIntValue();
216 if (pInAttr.getIntValue() > out_attr.getIntValue())
217 out_attr.setIntValue(pInAttr.getIntValue());
227 if (pInAttr.getIntValue() < out_attr.getIntValue())
[all...]
/frameworks/base/core/java/android/animation/
H A DKeyframes.java80 int getIntValue(float fraction); method in interface:Keyframes.IntKeyframes
H A DIntKeyframeSet.java46 return getIntValue(fraction);
67 public int getIntValue(float fraction) { method in class:IntKeyframeSet
71 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
72 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
87 int prevValue = prevKeyframe.getIntValue();
88 int nextValue = nextKeyframe.getIntValue();
103 int prevValue = prevKeyframe.getIntValue();
104 int nextValue = nextKeyframe.getIntValue();
126 int prevValue = prevKeyframe.getIntValue();
127 int nextValue = nextKeyframe.getIntValue();
[all...]
H A DPathKeyframes.java189 public int getIntValue(float fraction) {
203 public int getIntValue(float fraction) {
242 return getIntValue(fraction);
H A DKeyframe.java316 public int getIntValue() { method in class:Keyframe.IntKeyframe
H A DPropertyValuesHolder.java1127 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction);
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp59 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
H A DELFAttributeData.cpp73 leb128::encode<uint32_t>(pBuf, pValue.getIntValue());
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h54 unsigned int getIntValue() const function in class:mcld::ELFAttributeValue
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeReturnValuesTest.java73 public int getIntValue() { method in class:JavaBridgeReturnValuesTest.TestObject
149 executeJavaScriptAndGetStringResult("typeof testObject.getIntValue()"));
185 assertTrue(executeJavaScriptAndGetBooleanResult("42 === testObject.getIntValue()"));
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java217 public int getIntValue() { method in class:RestrictionEntry
/frameworks/base/drm/jni/
H A 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) { function in class:Utility
431 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType");
512 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType");
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java444 public Integer getIntValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic

Completed in 184 milliseconds