Home
last modified time | relevance | path

Searched refs:READY (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sigrelse/
H A Dsigrelse01.c150 #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 DPhoneNumberMatcher.java187 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 Dcanon_pp-dev.h53 #define READY 0x1f macro
H A Dcanon_pp-io.c144 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 Dieee802_1x_cp.c258 * 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 Dieee802_1x_cp.c264 * 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 Dphonenumbermatcher.h101 READY, enumerator
203 // The last successful match, NULL unless in State.READY.
H A Dphonenumbermatcher.cc662 state_ = READY; in HasNext()
665 return state_ == READY; in HasNext()
/third_party/python/Lib/turtledemo/
H A D__main__.py103 READY = 2 variable
346 self.state = READY
/third_party/ffmpeg/libavformat/
H A Dftp.c38 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 Dpcm.c1892 #define READY(v) [SND_PCM_READY_##v] = #v macro

Completed in 20 milliseconds