Home
last modified time | relevance | path

Searched defs:stdin_ready (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/boringssl/src/tool/
H A Dtransport_common.cc401 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
551 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
696 bool stdin_ready = false; in TransferData() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc401 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
551 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
696 bool stdin_ready = false; in TransferData() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/tool/
H A Dtransport_common.cc401 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
551 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
696 bool stdin_ready = false; in TransferData() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc401 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
551 bool Wait(StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) { in Wait()
696 bool stdin_ready = false; in TransferData() local
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c3173 static int stdin_ready = 0; variable
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c3528 static int stdin_ready = 0; variable