/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | queues.py | 224 def _finalize_close(buffer, notempty): argument 234 def _feed(buffer, notempty, send, writelock, close): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | queues.py | 205 def _finalize_close(buffer, notempty): argument 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/ |
H A D | queues.py | 205 def _finalize_close(buffer, notempty): argument 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | queues.py | 205 def _finalize_close(buffer, notempty): argument 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/ |
D | queues.py | 205 def _finalize_close(buffer, notempty): argument 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | queues.py | 205 def _finalize_close(buffer, notempty): argument 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/ |
D | queues.py | 205 def _finalize_close(buffer, notempty): argument 212 def _feed(buffer, notempty, send_bytes, writelock, reader_close, argument
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | vlan_full.c | 465 int untagged, *tagged, i, notempty; in vlan_newlink() local 584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local
|
H A D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|