/external/python/cpython2/Lib/multiprocessing/ |
D | queues.py | 224 def _finalize_close(buffer, notempty): argument 226 notempty.acquire() 229 notempty.notify() 231 notempty.release() 234 def _feed(buffer, notempty, send, writelock, close): argument 236 nacquire = notempty.acquire 237 nrelease = notempty.release 238 nwait = notempty.wait
|
/external/python/cpython3/Lib/multiprocessing/ |
D | queues.py | 204 def _finalize_close(buffer, notempty): argument 206 with notempty: 208 notempty.notify() 211 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe): argument 213 nacquire = notempty.acquire 214 nrelease = notempty.release 215 nwait = notempty.wait
|
/external/wpa_supplicant_8/src/ap/ |
D | vlan.c | 20 const int a_empty = !a || !a->notempty; in vlan_compare() 21 const int b_empty = !b || !b->notempty; in vlan_compare()
|
D | vlan_full.c | 423 int untagged, *tagged, i, notempty; in vlan_newlink() local 438 notempty = vlan->vlan_desc.notempty; in vlan_newlink() 442 if (!notempty) { in vlan_newlink() 535 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local 552 if (!notempty) { in vlan_dellink()
|
D | ieee802_11_auth.c | 511 int *untagged, *tagged, *notempty; in hostapd_acl_recv_radius() local 569 notempty = &cache->vlan_id.notempty; in hostapd_acl_recv_radius() 572 *notempty = !!radius_msg_get_vlanid(msg, untagged, in hostapd_acl_recv_radius() 597 if (cache->vlan_id.notempty && in hostapd_acl_recv_radius() 608 !cache->vlan_id.notempty) in hostapd_acl_recv_radius()
|
D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|
D | ieee802_1x.c | 1699 int *untagged, *tagged, *notempty; in ieee802_1x_receive_auth() local 1768 notempty = &vlan_desc.notempty; in ieee802_1x_receive_auth() 1771 *notempty = !!radius_msg_get_vlanid(msg, untagged, in ieee802_1x_receive_auth() 1776 if (vlan_desc.notempty && in ieee802_1x_receive_auth() 1791 !vlan_desc.notempty) { in ieee802_1x_receive_auth()
|
D | pmksa_cache_auth.c | 168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
|
D | ap_config.c | 734 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
|
D | sta_info.c | 919 } else if (vlan_desc && vlan_desc->notempty) { in ap_sta_set_vlan()
|
D | ieee802_11.c | 1585 if (vlan_id->notempty && in ieee802_11_set_radius_info()
|
/external/pcre/dist2/testdata/ |
D | testinput18 | 83 ddd\=notempty
|
D | testoutput18 | 124 ddd\=notempty
|
D | testinput2 | 592 \=notempty 597 ab-c\=notempty 599 abc\=notempty 2691 abcdef\=notempty 2692 xyzabcdef\=notempty 2698 abcdef\=notempty 2703 xyzabc\=notempty 2707 xyz\=notempty 2713 xyzabc\=notempty 2716 xyz\=notempty [all …]
|
D | testoutput2 | 1563 \=notempty 1574 ab-c\=notempty 1577 abc\=notempty 9279 abcdef\=notempty 9281 xyzabcdef\=notempty 9293 abcdef\=notempty 9303 xyzabc\=notempty 9313 xyz\=notempty 9324 xyzabc\=notempty 9330 xyz\=notempty [all …]
|
D | testinput6 | 437 xyz\=notempty 439 bcd\=notempty
|
D | testoutput6 | 795 xyz\=notempty 798 bcd\=notempty
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 443 abc\=notbol,notempty 872 notempty set PCRE2_NOTEMPTY 883 effect are notbol, notempty, and noteol, causing REG_NOTBOL,
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1344 (!vlan_id.notempty || in hostapd_ctrl_iface_set() 1357 (vlan_id.notempty && in hostapd_ctrl_iface_set()
|
D | config_file.c | 103 vlan->vlan_desc.notempty = !!vlan_id; in hostapd_config_read_vlan_file() 204 (*acl)[*num].vlan_id.notempty = !!vlan_id; in hostapd_config_read_maclist()
|