HomeSort by relevance Sort by last modified time
    Searched refs:notempty (Results 1 - 20 of 20) sorted by null

  /external/wpa_supplicant_8/src/ap/
vlan.c 20 const int a_empty = !a || !a->notempty;
21 const int b_empty = !b || !b->notempty;
vlan.h 15 int notempty; /* 0 : no vlan information present, 1: else */ member in struct:vlan_description
vlan_full.c 423 int untagged, *tagged, i, notempty; local
438 notempty = vlan->vlan_desc.notempty;
442 if (!notempty) {
535 int notempty = vlan->vlan_desc.notempty; local
552 if (!notempty) {
ieee802_11_auth.c 512 int *untagged, *tagged, *notempty; local
570 notempty = &cache->vlan_id.notempty;
573 *notempty = !!radius_msg_get_vlanid(msg, untagged,
598 if (cache->vlan_id.notempty &&
609 !cache->vlan_id.notempty)
ieee802_1x.c 1696 int *untagged, *tagged, *notempty; local
    [all...]
pmksa_cache_auth.c 168 if (vlan_desc && vlan_desc->notempty) {
ap_config.c 701 if (!vlan_desc->notempty || vlan_desc->untagged < 0 ||
sta_info.c 908 } else if (vlan_desc && vlan_desc->notempty) {
    [all...]
ieee802_11.c     [all...]
  /external/python/cpython2/Lib/multiprocessing/
queues.py 224 def _finalize_close(buffer, notempty):
226 notempty.acquire()
229 notempty.notify()
231 notempty.release()
234 def _feed(buffer, notempty, send, writelock, close):
236 nacquire = notempty.acquire
237 nrelease = notempty.release
238 nwait = notempty.wait
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 220 def _finalize_close(buffer, notempty):
222 notempty.acquire()
225 notempty.notify()
227 notempty.release()
230 def _feed(buffer, notempty, send, writelock, close):
234 nacquire = notempty.acquire
235 nrelease = notempty.release
236 nwait = notempty.wait
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 386 {"if string", "{{if `notempty`}}NON-EMPTY{{else}}EMPTY{{end}}", "NON-EMPTY", tVal, true},
465 {"with string", "{{with `notempty`}}{{.}}{{else}}EMPTY{{end}}", "notempty", tVal, true},
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 386 {"if string", "{{if `notempty`}}NON-EMPTY{{else}}EMPTY{{end}}", "NON-EMPTY", tVal, true},
465 {"with string", "{{with `notempty`}}{{.}}{{else}}EMPTY{{end}}", "notempty", tVal, true},
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go     [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 101 vlan->vlan_desc.notempty = !!vlan_id;
202 (*acl)[*num].vlan_id.notempty = !!vlan_id;
    [all...]
ctrl_iface.c 1396 (!vlan_id.notempty ||
1409 (vlan_id.notempty &&
    [all...]

Completed in 551 milliseconds