Home
last modified time | relevance | path

Searched refs:notempty (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dqueues.py224 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/
Dqueues.py207 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/
Dvlan.c20 const int a_empty = !a || !a->notempty; in vlan_compare()
21 const int b_empty = !b || !b->notempty; in vlan_compare()
Dvlan_full.c465 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()
Dvlan.h15 int notempty; /* 0 : no vlan information present, 1: else */ member
Dieee802_11_auth.c517 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()
Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
Dwpa_auth_glue.c958 vlan_desc.notempty = 1; in hostapd_wpa_auth_update_vlan()
1124 if (vlan->notempty && in hostapd_wpa_auth_set_vlan()
Dieee802_1x.c1877 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()
Dwpa_auth_ft.c300 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()
Dap_config.c1059 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
Dsta_info.c994 } else if (vlan_desc && vlan_desc->notempty) { in ap_sta_set_vlan()
Dieee802_11.c927 vlan_desc.notempty = 1; in sae_accept_sta()
2309 if (vlan_id->notempty && in ieee802_11_set_radius_info()
/external/pcre/dist2/testdata/
Dtestinput1887 ddd\=notempty
Dtestoutput18131 ddd\=notempty
Dtestinput2583 \=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 …]
Dtestoutput21558 \=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 …]
Dtestinput6437 xyz\=notempty
439 bcd\=notempty
Dtestoutput6795 xyz\=notempty
798 bcd\=notempty
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1371 (vlan_id.notempty && in hostapd_disassoc_accept_mac()
1388 (!vlan_id.notempty || in hostapd_disassoc_deny_mac()
Dconfig_file.c106 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/
Dpcre2test.txt510 abc\=notbol,notempty
1053 notempty set PCRE2_NOTEMPTY
1064 that have any effect are notbol, notempty, and noteol, causing REG_NOT-