HomeSort by relevance Sort by last modified time
    Searched full:inputexhausted (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java 248 private boolean inputExhausted;
269 if (inputExhausted) return -1;
273 inputExhausted = true;
295 if (!inputExhausted && cacheBody != null) {
296 discardStream(); // Could make inputExhausted true!
301 if (!inputExhausted) {
HttpConnection.java 549 private boolean inputExhausted;
559 if (inputExhausted) return -1;
563 inputExhausted = true;
579 if (!inputExhausted) {
  /libcore/luni/src/main/java/java/util/
Scanner.java 118 private boolean inputExhausted = false;
333 if (!inputExhausted) {
467 if ((horizon == 0 && !matcher.hitEnd()) || isHorizonInBuffer || inputExhausted) {
475 if (isHorizonInBuffer || inputExhausted) {
481 if (!inputExhausted) {
    [all...]

Completed in 333 milliseconds