Home
last modified time | relevance | path

Searched refs:only_one (Results 1 – 12 of 12) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
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
514 if only_one and srv and srv.success:
Dp2p-nfc.py246 global only_one
247 if only_one:
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
643 if only_one and srv and srv.success:
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
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
514 if only_one and srv and srv.success:
Dp2p-nfc.py246 global only_one
247 if only_one:
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
643 if only_one and srv and srv.success:
Ddpp-nfc.py511 global only_one
512 if only_one:
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:
1048 global only_one
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
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_standard/hostapd/
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/rust/crates/clap/clap_derive/src/utils/
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() function
/third_party/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h281 int bplen, bool only_one, int buff_len,
/third_party/elfutils/src/
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() argument
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() argument
4784 if (!only_one) in process_elf_file()
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 …]
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c523 bool only_one, int blen, char * b) in sg_decode_transportid_str() argument
539 if ((k > 0) && only_one) in sg_decode_transportid_str()