/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 688 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/ |
D | IConsumerListener.cpp | 34 LAST = ON_FRAME_DETACHED, enumerator 98 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) { in onTransact()
|
D | IGraphicBufferConsumer.cpp | 55 LAST = DUMP_STATE, enumerator 180 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) { in onTransact()
|
D | ITransactionCompletedListener.cpp | 41 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/ |
D | PosePredictorType.h | 27 LAST, enumerator
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 24 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
|
D | InsetsController.java | 26 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/ |
D | InsetsSourceTest.java | 21 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/ |
D | BundleTypes.h | 123 .insert = Flags::Insert::LAST, 139 .insert = Flags::Insert::LAST,
|
/frameworks/av/media/libheadtracking/ |
D | HeadTrackingProcessor.cpp | 243 case PosePredictorType::LAST: return "LAST"; in toString() 253 case PosePredictorType::LAST: in isValidPosePredictorType()
|
D | PosePredictor.cpp | 236 case android::media::PosePredictorType::LAST: in getCurrentPredictor()
|
/frameworks/native/cmds/lshal/ |
D | TableEntry.h | 51 LAST, enumerator
|
D | ListCommand.h | 52 LAST, enumerator
|
D | test.cpp | 872 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()
|
D | ListCommand.cpp | 886 for (BaseType i = 0; i < static_cast<BaseType>(T::LAST); ++i) { in GetAllValues()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/ |
D | StringUtil.java | 165 return formatter.format(value, RelativeDateTimeFormatter.Direction.LAST, unit); in formatRelativeTime()
|
/frameworks/av/media/audioaidlconversion/ |
D | AidlConversionEffect.cpp | 99 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/ |
D | RelativeDateTimeFormatter.java | 135 direction = android.icu.text.RelativeDateTimeFormatter.Direction.LAST; in getRelativeTimeSpanString()
|
/frameworks/av/media/libeffects/dynamicsproc/aidl/ |
D | DynamicsProcessing.cpp | 199 .insert = Flags::Insert::LAST,
|
/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
D | RawBatteryStats.java | 136 LAST("l"), enumConstant
|