HomeSort by relevance Sort by last modified time
    Searched defs:outstanding (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/io/
BufferedReader.java 276 int outstanding = length; local
277 while (outstanding > 0) {
284 int count = available >= outstanding ? outstanding : available;
288 outstanding -= count;
297 if (outstanding == 0 || (outstanding < length && !in.ready())) {
310 && outstanding >= buf.length) {
311 int count = in.read(buffer, offset, outstanding);
314 outstanding -= count
    [all...]
  /external/tremolo/Tremolo/
ogg.h 53 int outstanding; member in struct:ogg_buffer_state

Completed in 207 milliseconds