Searched defs:notempty (Results  1 – 4 of 4) sorted by relevance
| /external/wpa_supplicant_8/src/ap/ | 
| D | vlan.h | 15 	int notempty; /* 0 : no vlan information present, 1: else */  member
 | 
| D | vlan_full.c | 465 	int untagged, *tagged, i, notempty;  in vlan_newlink()  local584 		int notempty = vlan->vlan_desc.notempty;  in vlan_dellink()  local
 
 | 
| /external/python/cpython2/Lib/multiprocessing/ | 
| D | queues.py | 224     def _finalize_close(buffer, notempty):  argument234     def _feed(buffer, notempty, send, writelock, close):  argument
 
 | 
| /external/python/cpython3/Lib/multiprocessing/ | 
| D | queues.py | 207     def _finalize_close(buffer, notempty):  argument214     def _feed(buffer, notempty, send_bytes, writelock, close, ignore_epipe,  argument
 
 |