HomeSort by: relevance | last modified time | path
    Searched refs:only_one (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
wps-ap-nfc.py 197 global only_one
198 if only_one:
232 global only_one, no_wait
242 if only_one and success:
289 global only_one
290 only_one = args.only_one
331 if only_one and srv and srv.success:
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
wps-nfc.py 284 global only_one
285 if only_one:
324 global only_one
325 if only_one:
372 global only_one, no_wait
381 success = wps_tag_read(tag, not only_one)
382 if only_one and success:
467 global only_one
468 only_one = args.only_one
    [all...]
p2p-nfc.py 246 global only_one
247 if only_one:
248 print("only_one -> stop loop")
423 global only_one
424 if only_one:
455 global only_one, no_wait
465 if only_one and success:
573 global only_one
574 only_one = args.only_one
    [all...]
dpp-nfc.py 512 global only_one
513 if only_one:
514 print("only_one -> stop loop")
519 if no_wait or only_one:
801 global only_one, operation_success
803 if only_one:
852 global only_one, no_wait
859 if only_one and success:
967 global only_one
968 if only_one
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 1336 edge only_one; local
1353 only_one = ep;
1361 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ())
1363 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ());
1364 AFDO_EINFO (only_one)->set_annotated ();
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 1335 edge only_one; local
1352 only_one = ep;
1360 if (total == 1 && ! AFDO_EINFO (only_one)->is_annotated ())
1362 AFDO_EINFO (only_one)->set_count (AFDO_EINFO (e)->get_count ());
1363 AFDO_EINFO (only_one)->set_annotated ();
  /src/external/gpl2/lvm2/dist/lib/config/
config.c 456 static int _write_config(const struct config_node *n, int only_one,
504 } while (n && !only_one);

Completed in 36 milliseconds