Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java688 int LAST = array.length-1; in remove_all_objects() local
689 while (LAST >= 0 && array[LAST] == null) { in remove_all_objects()
690 LAST--; in remove_all_objects()
692 for (int idx=LAST; idx>=0; idx--) { in remove_all_objects()
695 final int remain = LAST - idx; in remove_all_objects()
699 array[LAST] = null; in remove_all_objects()
700 LAST--; in remove_all_objects()
703 if (LAST < 0) { in remove_all_objects()
705 } else if (LAST < (array.length/2)) { in remove_all_objects()
706 F[] newa = newArray(LAST+2); in remove_all_objects()
[all …]
/frameworks/native/libs/gui/
DIConsumerListener.cpp34 LAST = ON_FRAME_DETACHED, enumerator
98 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) { in onTransact()
DIGraphicBufferConsumer.cpp55 LAST = DUMP_STATE, enumerator
180 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) { in onTransact()
DITransactionCompletedListener.cpp41 LAST = ON_TRUSTED_PRESENTATION_CHANGED, enumerator
343 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) { in onTransact()
/frameworks/av/media/libheadtracking/include/media/
DPosePredictorType.h27 LAST, enumerator
/frameworks/base/core/java/android/view/
DWindowInsets.java24 import static android.view.WindowInsets.Type.LAST;
228 for (int i = FIRST; i <= LAST; i = i << 1) { in getInsets()
249 for (int i = FIRST; i <= LAST; i = i << 1) { in setInsets()
301 for (int i = FIRST; i <= LAST; i = i << 1) { in createCompatVisibilityMap()
401 for (int i = FIRST; i <= LAST; i = i << 1) { in isVisible()
576 for (int i = FIRST; i <= LAST; i = i << 1) { in getBoundingRects()
1558 for (int i = FIRST; i <= LAST; i = i << 1) { in setVisible()
1705 for (int i = FIRST; i <= LAST; i = i << 1) { in setBoundingRects()
1733 for (int i = FIRST; i <= LAST; i = i << 1) { in setBoundingRectsIgnoringVisibility()
1796 static final int LAST = SYSTEM_OVERLAYS; field in WindowInsets.Type
DInsetsController.java26 import static android.view.WindowInsets.Type.LAST;
1135 for (@InsetsType int type = FIRST; type <= LAST; type = type << 1) { in show()
1232 for (@InsetsType int type = FIRST; type <= LAST; type = type << 1) { in hide()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceTest.java21 import static android.view.WindowInsets.Type.LAST;
237 for (int type = FIRST; type <= LAST; type = type << 1) { in testCreateId()
251 for (int type = FIRST; type <= LAST; type = type << 1) { in testGetIndex()
269 for (int type = FIRST; type <= LAST; type = type << 1) { in testGetType()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleTypes.h123 .insert = Flags::Insert::LAST,
139 .insert = Flags::Insert::LAST,
/frameworks/av/media/libheadtracking/
DHeadTrackingProcessor.cpp243 case PosePredictorType::LAST: return "LAST"; in toString()
253 case PosePredictorType::LAST: in isValidPosePredictorType()
DPosePredictor.cpp236 case android::media::PosePredictorType::LAST: in getCurrentPredictor()
/frameworks/native/cmds/lshal/
DTableEntry.h51 LAST, enumerator
DListCommand.h52 LAST, enumerator
Dtest.cpp872 for (HalTypeBase i = 0; i < static_cast<HalTypeBase>(HalType::LAST); ++i) { in TEST_F()
877 std::to_string(static_cast<HalTypeBase>(HalType::LAST)) + "]"))); in TEST_F()
DListCommand.cpp886 for (BaseType i = 0; i < static_cast<BaseType>(T::LAST); ++i) { in GetAllValues()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DStringUtil.java165 return formatter.format(value, RelativeDateTimeFormatter.Direction.LAST, unit); in formatRelativeTime()
/frameworks/av/media/audioaidlconversion/
DAidlConversionEffect.cpp99 case Flags::Insert::LAST: in aidl2legacy_Flags_Insert_uint32()
114 return Flags::Insert::LAST; in legacy2aidl_uint32_Flags_Insert()
/frameworks/base/core/java/android/text/format/
DRelativeDateTimeFormatter.java135 direction = android.icu.text.RelativeDateTimeFormatter.Direction.LAST; in getRelativeTimeSpanString()
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.cpp199 .insert = Flags::Insert::LAST,
/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java136 LAST("l"), enumConstant