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.py198 def _finalize_close(buffer, notempty): argument
200 with notempty:
202 notempty.notify()
205 def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe, argument
208 nacquire = notempty.acquire
209 nrelease = notempty.release
210 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.c580 cache->vlan_id.notempty = !!radius_msg_get_vlanid( in hostapd_acl_recv_radius()
605 if (cache->vlan_id.notempty && in hostapd_acl_recv_radius()
616 !cache->vlan_id.notempty) in hostapd_acl_recv_radius()
Dwpa_auth_glue.c810 vlan_desc.notempty = 1; in hostapd_wpa_auth_update_vlan()
934 if (vlan->notempty && in hostapd_wpa_auth_set_vlan()
Dpmksa_cache_auth.c168 if (vlan_desc && vlan_desc->notempty) { in pmksa_cache_from_eapol_data()
Dieee802_1x.c1753 vlan_desc.notempty = !!radius_msg_get_vlanid(msg, &vlan_desc.untagged, in ieee802_1x_update_vlan()
1757 if (vlan_desc.notempty && in ieee802_1x_update_vlan()
1771 !vlan_desc.notempty) { in ieee802_1x_update_vlan()
Dwpa_auth_ft.c298 vlan->notempty = vlan->untagged || vlan->tagged[0]; in wpa_ft_rrb_get_tlv_vlan()
361 if (!vlan || !vlan->notempty) in wpa_ft_vlan_len()
385 if (!vlan || !vlan->notempty) in wpa_ft_vlan_lin()
1346 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r0()
1435 if (vlan && vlan->notempty) { in wpa_ft_store_pmk_r1()
Dap_config.c836 if (!vlan_desc->notempty || vlan_desc->untagged < 0 || in hostapd_vlan_valid()
Dsta_info.c942 } else if (vlan_desc && vlan_desc->notempty) { in ap_sta_set_vlan()
Dieee802_11.c730 vlan_desc.notempty = 1; in sae_accept_sta()
1976 if (vlan_id->notempty && in ieee802_11_set_radius_info()
/external/pcre/dist2/testdata/
Dtestinput1887 ddd\=notempty
Dtestoutput18131 ddd\=notempty
Dtestinput2592 \=notempty
597 ab-c\=notempty
599 abc\=notempty
2714 abcdef\=notempty
2715 xyzabcdef\=notempty
2721 abcdef\=notempty
2726 xyzabc\=notempty
2730 xyz\=notempty
2736 xyzabc\=notempty
2739 xyz\=notempty
[all …]
Dtestoutput21575 \=notempty
1586 ab-c\=notempty
1589 abc\=notempty
9470 abcdef\=notempty
9472 xyzabcdef\=notempty
9484 abcdef\=notempty
9494 xyzabc\=notempty
9504 xyz\=notempty
9515 xyzabc\=notempty
9521 xyz\=notempty
[all …]
Dtestinput6437 xyz\=notempty
439 bcd\=notempty
Dtestoutput6795 xyz\=notempty
798 bcd\=notempty
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1309 (vlan_id.notempty && in hostapd_disassoc_accept_mac()
1326 (!vlan_id.notempty || in hostapd_disassoc_deny_mac()
Dconfig_file.c113 vlan->vlan_desc.notempty = !!vlan_id; in hostapd_config_read_vlan_file()
150 (*acl)[*num].vlan_id.notempty = !!vlan_id; in hostapd_add_acl_maclist()
/external/pcre/dist2/doc/
Dpcre2test.txt492 abc\=notbol,notempty
1021 notempty set PCRE2_NOTEMPTY
1032 that have any effect are notbol, notempty, and noteol, causing REG_NOT-