Searched refs:getEnd (Results 1 – 4 of 4) sorted by relevance
133 Preconditions.checkArgument(entry.getEnd() <= size, "entry.getEnd() > size"); in add()158 FileUseMapEntry<?> replacement = FileUseMapEntry.makeFree(entry.getStart(), entry.getEnd());197 Verify.verify(container.getEnd() >= entry.getEnd()); in findContainer()219 long end = entry.getEnd(); in split()220 long farEnd = container.getEnd(); in split()263 long end = entry.getEnd(); in coalesce()287 newEnd = nextToMerge.getEnd(); in coalesce()342 Verify.verify(last.getEnd() == size); in usedSize()519 if (area.isFree() && area.getEnd() != size) { in getFreeAreas()573 Verify.verify(entry.getEnd() > offset); in at()[all …]
122 long getEnd() { in getEnd() method in FileUseMapEntry
637 if (!found.isFree() || found.getEnd() < end) { in readData()664 + found.getEnd(); in readData()
1507 method public android.graphics.PointF getEnd();3888 method public int getEnd();