Home
last modified time | relevance | path

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

123

/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp180 m_FPArch = pInAttr.getIntValue(); in merge()
195 m_VFPArgs = pInAttr.getIntValue(); in merge()
214 if (pInAttr.getIntValue() > out_attr.getIntValue()) in merge()
225 if (pInAttr.getIntValue() < out_attr.getIntValue()) in merge()
262 switch (out_attr.getIntValue()) { in merge()
305 if (pInAttr.getIntValue() == 2) { in merge()
322 << pInput.name() << pInAttr.getIntValue() << out_attr.getIntValue(); in merge()
330 if (pInAttr.getIntValue() != 0) { in merge()
358 if (pInAttr.getIntValue() != 0) { in merge()
362 if ((out_attr.getIntValue() <= 3) && (pInAttr.getIntValue() <= 3)) { in merge()
[all …]
/aosp12/frameworks/base/core/java/android/animation/
H A 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()
H A DPathKeyframes.java186 public int getIntValue(float fraction) {
200 public int getIntValue(float fraction) {
235 return getIntValue(fraction);
H A DKeyframes.java74 int getIntValue(float fraction); in getIntValue() method
/aosp12/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/table/packed/
H A DPackedTableReaderWriterTest.java212 assertEquals(3, tableReader.getEntry(101).getIntValue()); in addEntry_outOfOrder()
240 assertEquals(3456, tableReader.getEntry(3).getIntValue()); in getEntry_unsignedValue()
241 assertEquals(1234, tableReader.getEntry(1).getIntValue()); in getEntry_unsignedValue()
242 assertEquals(2345, tableReader.getEntry(2).getIntValue()); in getEntry_unsignedValue()
259 assertEquals(-3456, tableReader.getEntry(3).getIntValue()); in getEntry_signedValue()
260 assertEquals(-1234, tableReader.getEntry(1).getIntValue()); in getEntry_signedValue()
261 assertEquals(2345, tableReader.getEntry(2).getIntValue()); in getEntry_signedValue()
351 assertTrue(oneOfMany.getIntValue() + " not expected", in findIntValueEntryDuplicateKeys()
359 assertEquals(expectedValue, currentEntry.getIntValue()); in findIntValueEntryDuplicateKeys()
412 assertEquals(456, entry.getIntValue()); in entryBasicInfo_int()
[all …]
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFpsTest.cpp79 TEST(FpsTest, getIntValue) { in TEST() argument
80 EXPECT_EQ(30, Fps(30.1f).getIntValue()); in TEST()
81 EXPECT_EQ(31, Fps(30.9f).getIntValue()); in TEST()
82 EXPECT_EQ(31, Fps(30.5f).getIntValue()); in TEST()
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceSource.java325 if (hdmiCecConfig.getIntValue( in getRcFeatures()
330 if (hdmiCecConfig.getIntValue( in getRcFeatures()
335 if (hdmiCecConfig.getIntValue( in getRcFeatures()
340 if (hdmiCecConfig.getIntValue( in getRcFeatures()
345 if (hdmiCecConfig.getIntValue(HdmiControlManager in getRcFeatures()
H A DHdmiCecConfig.java219 Integer getIntValue() { in getIntValue() method in HdmiCecConfig.Value
807 allowedValues.add(allowedValue.getIntValue()); in getAllowedIntValues()
839 return getSetting(name).getDefaultValue().getIntValue(); in getDefaultIntValue()
861 public int getIntValue(@NonNull @CecSettingName String name) { in getIntValue() method in HdmiCecConfig
871 String defaultValue = Integer.toString(setting.getDefaultValue().getIntValue()); in getIntValue()
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A 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()
H A DRuleIndexingController.java21 import static com.android.server.integrity.parser.BinaryFileOperations.getIntValue;
87 int value = getIntValue(bitInputStream); in getNextIndexGroup()
H A DBinaryFileOperations.java70 public static int getIntValue(BitInputStream bitInputStream) throws IOException { in getIntValue() method in BinaryFileOperations
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DBinaryFileOperationsTest.java21 import static com.android.server.integrity.parser.BinaryFileOperations.getIntValue;
96 assertThat(getIntValue(inputStream)).isEqualTo(randomValue); in testGetIntValue()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
H A DEabControllerImpl.java244 int contactId = getIntValue(c, EabProvider.ContactColumns._ID); in saveCapabilities()
402 int mechanism = getIntValue(cursor, EabProvider.EabCommonColumns.MECHANISM); in createNewBuilder()
403 int result = getIntValue(cursor, EabProvider.EabCommonColumns.REQUEST_RESULT); in createNewBuilder()
435 boolean audioCapable = getIntValue(cursor, in createPresenceTuple()
437 boolean videoCapable = getIntValue(cursor, in createPresenceTuple()
524 int result = getIntValue(cursor, EabProvider.EabCommonColumns.REQUEST_RESULT); in isNonRcsCapability()
547 int mechanism = getIntValue(cursor, EabProvider.EabCommonColumns.MECHANISM); in getRequestTimestamp()
851 private int getIntValue(Cursor cursor, String column) { in getIntValue() method in EabControllerImpl
/aosp12/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp163 ATRACE_INT(mActiveModeFPSTrace.c_str(), mode->getFps().getIntValue()); in setActiveMode()
183 ATRACE_INT(mActiveModeFPSHwcTrace.c_str(), info.mode->getFps().getIntValue()); in initiateModeChange()
418 mRefreshRateOverlay = std::make_unique<RefreshRateOverlay>(*mFlinger, lowFps.getIntValue(), in enableRefreshRateOverlay()
419 highFps.getIntValue(), showSpinnner); in enableRefreshRateOverlay()
H A DFps.h56 int getIntValue() const { return static_cast<int>(std::round(fps)); } in getIntValue() function
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DLayerInfo.cpp294 ATRACE_INT(mHeuristicTraceTagData->average.c_str(), refreshRate.getIntValue()); in add()
313 ATRACE_INT(mHeuristicTraceTagData->max.c_str(), max->refreshRate.getIntValue()); in isConsistent()
314 ATRACE_INT(mHeuristicTraceTagData->min.c_str(), min->refreshRate.getIntValue()); in isConsistent()
H A DRefreshRateStats.h117 fps = static_cast<uint32_t>(mCurrentRefreshRate.getIntValue()); in flushTime()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp56 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
H A DELFAttributeData.cpp72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DHdmiCecConfigTest.java362 () -> hdmiCecConfig.getIntValue("foo")); in getIntValue_InvalidSetting()
369 () -> hdmiCecConfig.getIntValue( in getIntValue_InvalidType()
380 assertThat(hdmiCecConfig.getIntValue( in getIntValue_GlobalSetting_BasicSanity()
392 assertThat(hdmiCecConfig.getIntValue( in getIntValue_SharedPref_BasicSanity()
H A DHdmiControlServiceTest.java353 assertThat(mHdmiControlServiceSpy.getHdmiCecConfig().getIntValue( in setAndGetCecVolumeControlEnabled_isApi()
360 assertThat(mHdmiControlServiceSpy.getHdmiCecConfig().getIntValue( in setAndGetCecVolumeControlEnabled_isApi()
373 assertThat(mHdmiControlServiceSpy.getHdmiCecConfig().getIntValue( in setAndGetCecVolumeControlEnabledInternal_doesNotChangeSetting()
379 assertThat(mHdmiControlServiceSpy.getHdmiCecConfig().getIntValue( in setAndGetCecVolumeControlEnabledInternal_doesNotChangeSetting()
405 assertThat(mHdmiControlServiceSpy.getHdmiCecConfig().getIntValue( in disableAndReenableCec_volumeControlReturnsToOriginalValue_disabled()
410 assertThat(mHdmiControlServiceSpy.getHdmiCecConfig().getIntValue( in disableAndReenableCec_volumeControlReturnsToOriginalValue_disabled()
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java1000 public int getIntValue(ByteOrder byteOrder) { in getIntValue() method in ExifInterface.ExifAttribute
1755 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
2295 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2296 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
4211 && attribute.getIntValue(mExifByteOrder) == 65535)) { in readImageFileDirectory()
4273 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
4469 int imageLengthValue = imageLengthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
4470 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
4561 int topBorderValue = topBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
4563 int rightBorderValue = rightBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
[all …]
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
H A DIntValueTypedPackedTable.java64 return mEntry.getIntValue(); in getValue()
/aosp12/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) { 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()

123