Searched defs:remaining (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/nio/src/main/java/java/nio/
H A DBuffer.java190 * Indicates if there are elements remaining in this buffer, that is if
193 * @return {@code true} if there are elements remaining in this buffer,
302 * Returns the number of remaining elements in this buffer, that is
305 * @return the number of remaining elements in this buffer.
308 public final int remaining() { method in class:Buffer
/dalvik/vm/
H A DStdioConverter.c284 int remaining = data->count - (start - data->buf); local
285 memmove(data->buf, start, remaining);
286 data->count = remaining;

Completed in 67 milliseconds