Searched refs:READY (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
H A D | sigrelse01.c | 150 #define READY "ready" /* signal to parent that child is set up */ macro 257 if (strcmp(str, READY) != 0) { in parent() 286 if (write_pipe(pipe_fd2[1], READY) < 0) { in parent() 389 /* set note to READY and if an error occurs, overwrite it */ in child() 390 (void)strcpy(note, READY); in child() 419 * send note to parent (if not READY, parent will BROK) and in child() 466 if (strcmp(str, READY) != 0) { in child()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcher.java | 187 NOT_READY, READY, DONE enum constant 206 /** The last successful match, null unless in {@link State#READY}. */ 705 state = State.READY; in hasNext() 708 return state == State.READY; in hasNext()
|
/third_party/backends/backend/ |
H A D | canon_pp-dev.h | 53 #define READY 0x1f macro
|
H A D | canon_pp-io.c | 144 if ((tmp != READY)) in sanei_canon_pp_wake_scanner() 539 if (expect(port, "Reset 2 response 2 (READY)", in scanner_reset()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_cp.c | 258 * but the CP will transmit from RECEIVING to READY under in SM_STATE() 266 SM_STATE(CP, READY) in SM_STATE() 268 SM_ENTRY(CP, READY); in SM_STATE() 389 SM_ENTER(CP, READY); in SM_STEP()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_cp.c | 264 * but the CP will transmit from RECEIVING to READY under in SM_STATE() 272 SM_STATE(CP, READY) in SM_STATE() 274 SM_ENTRY(CP, READY); in SM_STATE() 400 SM_ENTER(CP, READY); in SM_STEP()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumbermatcher.h | 101 READY, enumerator 203 // The last successful match, NULL unless in State.READY.
|
H A D | phonenumbermatcher.cc | 662 state_ = READY; in HasNext() 665 return state_ == READY; in HasNext()
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 103 READY = 2 variable 346 self.state = READY
|
/third_party/ffmpeg/libavformat/ |
H A D | ftp.c | 38 READY, enumerator 642 s->state = READY; in ftp_connect_data_connection() 831 if (s->state == READY) { in ftp_read() 885 if (s->state == READY) { in ftp_write()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 1892 #define READY(v) [SND_PCM_READY_##v] = #v macro
|
Completed in 20 milliseconds