HomeSort by relevance Sort by last modified time
    Searched defs:outstanding (Results 1 - 3 of 3) 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())) {
309 if ((mark == -1 || (pos - mark >= markLimit)) && outstanding >= buf.length) {
310 int count = in.read(buffer, offset, outstanding);
312 outstanding -= count
    [all...]
  /external/tremolo/Tremolo/
ogg.h 53 int outstanding; member in struct:ogg_buffer_state