/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 | 207 def _finalize_close(buffer, notempty): argument 209 with notempty: 211 notempty.notify() 214 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument 217 nacquire = notempty.acquire 218 nrelease = notempty.release 219 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 | 465 int untagged, *tagged, i, notempty; in vlan_newlink() local 480 notempty = vlan->vlan_desc.notempty; in vlan_newlink() 484 if (!notempty) { in vlan_newlink() 584 int notempty = vlan->vlan_desc.notempty; in vlan_dellink() local 601 if (!notempty) { in vlan_dellink()
|
D | vlan.h | 15 int notempty; /* 0 : no vlan information present, 1: else */ member
|
D | ieee802_11_auth.c | 517 info->vlan_id.notempty = !!radius_msg_get_vlanid( in hostapd_acl_recv_radius() 542 if (info->vlan_id.notempty && in hostapd_acl_recv_radius() 553 !info->vlan_id.notempty) in hostapd_acl_recv_radius()
|
D | pmksa_cache_auth.c | 168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
|
D | wpa_auth_glue.c | 958 vlan_desc.notempty = 1; in hostapd_wpa_auth_update_vlan() 1124 if (vlan->notempty && in hostapd_wpa_auth_set_vlan()
|
D | ieee802_1x.c | 1877 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan() 1881 if (vlan_desc.notempty && in ieee802_1x_update_vlan() 1895 !vlan_desc.notempty) { in ieee802_1x_update_vlan()
|
D | wpa_auth_ft.c | 300 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan() 363 if (!vlan || !vlan->notempty) in wpa_ft_vlan_len() 387 if (!vlan || !vlan->notempty) in wpa_ft_vlan_lin() 1349 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r0() 1438 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r1()
|
D | ap_config.c | 1059 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
|
D | sta_info.c | 994 } else if (vlan_desc && vlan_desc->notempty) { in ap_sta_set_vlan()
|
D | ieee802_11.c | 927 vlan_desc.notempty = 1; in sae_accept_sta() 2309 if (vlan_id->notempty && in ieee802_11_set_radius_info()
|
/external/pcre/dist2/testdata/ |
D | testinput18 | 87 ddd\=notempty
|
D | testoutput18 | 131 ddd\=notempty
|
D | testinput2 | 583 \=notempty 588 ab-c\=notempty 590 abc\=notempty 2706 abcdef\=notempty 2707 xyzabcdef\=notempty 2713 abcdef\=notempty 2718 xyzabc\=notempty 2722 xyz\=notempty 2728 xyzabc\=notempty 2731 xyz\=notempty [all …]
|
D | testoutput2 | 1558 \=notempty 1569 ab-c\=notempty 1572 abc\=notempty 9451 abcdef\=notempty 9453 xyzabcdef\=notempty 9465 abcdef\=notempty 9475 xyzabc\=notempty 9485 xyz\=notempty 9496 xyzabc\=notempty 9502 xyz\=notempty [all …]
|
D | testinput6 | 437 xyz\=notempty 439 bcd\=notempty
|
D | testoutput6 | 795 xyz\=notempty 798 bcd\=notempty
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1371 (vlan_id.notempty && in hostapd_disassoc_accept_mac() 1388 (!vlan_id.notempty || in hostapd_disassoc_deny_mac()
|
D | config_file.c | 106 vlan->vlan_desc.notempty = !!vlan_id; in hostapd_config_read_vlan_file() 143 (*acl)[*num].vlan_id.notempty = !!vlan_id; in hostapd_add_acl_maclist()
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 510 abc\=notbol,notempty 1053 notempty set PCRE2_NOTEMPTY 1064 that have any effect are notbol, notempty, and noteol, causing REG_NOT-
|