HomeSort by relevance Sort by last modified time
    Searched refs:removeAt (Results 51 - 75 of 486) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 381 @VisibleForTesting MoveDesc<E> removeAt(int index) {
434 // Returned from removeAt() to iterator.remove()
450 removeAt(index);
503 * returns a pair as described in {@link #removeAt}.
787 MoveDesc<E> moved = removeAt(cursor);
817 removeAt(i);
  /frameworks/av/services/medialog/
MediaLogService.cpp 70 mNamedReaders.removeAt(i);
  /frameworks/base/core/java/android/service/autofill/
FillContext.java 158 missingNodeIndexes.removeAt(i);
  /frameworks/base/core/java/android/util/
ArraySet.java 478 removeAt(index);
489 public E removeAt(int index) {
714 removeAt(index);
794 removeAt(i);
SparseBooleanArray.java 121 public void removeAt(int index) {
ArrayMap.java 629 return removeAt(index);
640 public V removeAt(int index) {
847 removeAt(index);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
SparseLongArrayTest.java 150 sparseLongArray2.removeAt(i);
  /frameworks/support/compat/java/android/support/v4/util/
ArraySet.java 468 removeAt(index);
479 public E removeAt(int index) {
704 removeAt(index);
784 removeAt(i);
SimpleArrayMap.java 501 return removeAt(index);
512 public V removeAt(int index) {
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 105 profileLevels.removeAt(i);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 184 void removeAt(final int removeIndex) {
488 removeAt(i);
    [all...]
PriorityBlockingQueue.java 625 private void removeAt(int i) {
666 removeAt(i);
683 removeAt(i);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppPermissions.java 120 mGroups.removeAt(i);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 245 mPendingEvents.removeAt(0);
285 mDisplayEventConnections.removeAt(i);
  /frameworks/native/libs/input/
InputTransport.cpp 470 mBatches.removeAt(batchIndex);
529 mBatches.removeAt(i);
545 mBatches.removeAt(i);
660 mTouchStates.removeAt(index);
851 mSeqChains.removeAt(i);
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
ArraySetTest.java 359 assertEquals(indexToDelete * 10, set.removeAt(indexToDelete).intValue());
368 set.removeAt(0);
375 set.removeAt(0);
  /frameworks/base/libs/input/
PointerController.cpp 559 mLocked.spots.removeAt(i--);
679 mLocked.spots.removeAt(0);
703 mLocked.spots.removeAt(i);
  /system/core/libutils/
Looper.cpp 320 mMessageEnvelopes.removeAt(0);
634 mMessageEnvelopes.removeAt(i);
652 mMessageEnvelopes.removeAt(i);
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 393 mCurrentBuffers.removeAt(i);
431 mPendingBuffers.removeAt(i);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
HwModule.cpp 100 mOutputProfiles.removeAt(i);
129 mInputProfiles.removeAt(i);
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 174 sCache.removeAt(index);
181 sCache.removeAt(i);
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 185 mRunsByEndTime.removeAt(ix);
636 runsByEndTime.removeAt(ix);
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 147 mLivingEncodersTable.livingEncoders.removeAt(i);
159 mLivingDecodersTable.livingDecoders.removeAt(i);
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 248 mPendingEvents.removeAt(index);

Completed in 5485 milliseconds

1 23 4 5 6 7 8 91011>>