Searched refs:removeAt (Results 1 – 9 of 9) sorted by relevance
210 int removeAt = fMangleString.findLastOf('_'); in onAfterChildProcEmitCode() local211 fMangleString.remove(removeAt, fMangleString.size() - removeAt); in onAfterChildProcEmitCode()
249 int removeAt = fMangleString.findLastOf('_'); in onAfterChildProcEmitCode() local250 fMangleString.remove(removeAt, fMangleString.size() - removeAt); in onAfterChildProcEmitCode()
105 removeAt(i); in delete()112 public void removeAt(int index) { in removeAt() method in SparseIntArray
127 void removeAt(int i) { in removeAt() method in MonitorBasedArrayBlockingQueue421 removeAt(i); in remove()766 removeAt(i); in remove()
381 @VisibleForTesting MoveDesc<E> removeAt(int index) { in removeAt() method in MinMaxPriorityQueue450 removeAt(index); in removeAndGet()787 MoveDesc<E> moved = removeAt(cursor); in remove()817 removeAt(i); in removeExact()
46 public void removeAt(int matchIdx) { in removeAt() method in SortedVector
1152 pMergedInfo.removeAt(matchIdx); in scanAndMergeDirLocked()1158 pContents.removeAt(i); in scanAndMergeDirLocked()
556 mmHeap.removeAt(random.nextInt(mmHeap.size())); in testRemoveAt()569 q.removeAt(i); in testRemoveAt_exhaustive()
244 this.a.removeAt(j);