Searched refs:STATE_IDLE (Results 1 – 4 of 4) sorted by relevance
62 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers. field in Http1xStream75 private int state = STATE_IDLE;166 if (state != STATE_IDLE) throw new IllegalStateException("state: " + state); in writeRequest()
64 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers. field in Http1xStream77 private int state = STATE_IDLE;168 if (state != STATE_IDLE) throw new IllegalStateException("state: " + state); in writeRequest()
325 STATE_IDLE = 0 variable1059 self.state = STATE_IDLE1073 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 False1262 self.state = STATE_IDLE
130 STATE_IDLE = 0, enumerator961 info->state = STATE_IDLE; in nand_cmdfunc()1084 info->state = STATE_IDLE; in nand_cmdfunc_extended()