Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/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
/external/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
/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
/external/cronet/stable/third_party/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
/external/python/cpython3/Modules/
D_tkinter.c3303 static int stdin_ready = 0; variable