Searched refs:newLimit (Results 1 – 10 of 10) sorted by relevance
288 public Buffer limit(int newLimit) { in limit() argument289 if ((newLimit > capacity) || (newLimit < 0)) in limit()291 limit = newLimit; in limit()
649 public Buffer limit(int newLimit) { in limit() argument650 return super.limit(newLimit); in limit()
650 public Buffer limit(int newLimit) { in limit() argument651 return super.limit(newLimit); in limit()
875 public Buffer limit(int newLimit) { in limit() argument876 return super.limit(newLimit); in limit()
817 public Buffer limit(int newLimit) { in limit() argument818 return super.limit(newLimit); in limit()
54 public final java.nio.Buffer limit(int newLimit) { in limit() argument
75 @libcore.util.NonNull public java.nio.Buffer limit(int newLimit) { throw new RuntimeException("Stub… in limit() argument