Home
last modified time | relevance | path

Searched refs:only_one (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dwps-ap-nfc.py197 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:
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dwps-ap-nfc.py197 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:
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwps-nfc.py284 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...]
H A Dp2p-nfc.py246 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...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwps-nfc.py284 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...]
H A Dp2p-nfc.py246 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...]
H A Ddpp-nfc.py511 global only_one
512 if only_one:
513 print("only_one -> stop loop")
518 if no_wait or only_one:
800 global only_one, operation_success
802 if only_one:
851 global only_one, no_wait
858 if only_one and success:
961 global only_one
962 if only_one
[all...]
/third_party/rust/crates/clap/clap_derive/src/utils/
H A Dty.rs89 }) => only_one(segments.iter()), in only_last_segment()
103 only_one(args.args.iter()).and_then(|genneric| { in subty_if()
144 fn only_one<I, T>(mut iter: I) -> Option<T> in only_one() functions
/third_party/elfutils/src/
H A Delflint.c91 bool only_one);
93 const char *fname, size_t size, bool only_one);
146 bool only_one = remaining + 1 == argc; in main() local
175 only_one); in main()
232 const char *fname, size_t size, bool only_one) in process_file()
241 process_elf_file (elf, prefix, suffix, fname, size, only_one); in process_file()
4768 const char *fname, size_t size, bool only_one) in process_elf_file()
4784 if (!only_one) in process_elf_file()
231 process_file(int fd, Elf *elf, const char *prefix, const char *suffix, const char *fname, size_t size, bool only_one) process_file() argument
4767 process_elf_file(Elf *elf, const char *prefix, const char *suffix, const char *fname, size_t size, bool only_one) process_elf_file() argument
H A Dreadelf.c297 static void process_file (int fd, const char *fname, bool only_one);
384 bool only_one = remaining + 1 == argc; in main() local
395 process_file (fd, argv[remaining], only_one); in main()
753 check_archive_index (int fd, const char *fname, bool only_one) in check_archive_index() argument
764 if (!only_one) in check_archive_index()
797 bool only_one; member
810 if (!a->only_one) in process_dwflmod()
891 process_file (int fd, const char *fname, bool only_one) in process_file() argument
894 check_archive_index (fd, fname, only_one); in process_file()
917 if (only_one) in process_file()
[all...]

Completed in 19 milliseconds