Home
last modified time | relevance | path

Searched refs:STATE_IDLE (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttp1xStream.java62 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers. field in Http1xStream
75 private int state = STATE_IDLE;
166 if (state != STATE_IDLE) throw new IllegalStateException("state: " + state); in writeRequest()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttp1xStream.java64 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers. field in Http1xStream
77 private int state = STATE_IDLE;
168 if (state != STATE_IDLE) throw new IllegalStateException("state: " + state); in writeRequest()
/external/u-boot/tools/
Dmoveconfig.py325 STATE_IDLE = 0 variable
1059 self.state = STATE_IDLE
1073 if self.state != STATE_IDLE:
1091 if self.state != STATE_IDLE:
1116 if self.state == STATE_IDLE:
1142 return True if self.state == STATE_IDLE else False
1262 self.state = STATE_IDLE
/external/u-boot/drivers/mtd/nand/
Dpxa3xx_nand.c130 STATE_IDLE = 0, enumerator
961 info->state = STATE_IDLE; in nand_cmdfunc()
1084 info->state = STATE_IDLE; in nand_cmdfunc_extended()