Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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 …]
/external/wpa_supplicant_8/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:
/external/rust/crates/structopt-derive/src/
Dty.rs56 }) => only_one(segments.iter()), in only_last_segment()
72 only_one(args.args.iter()).and_then(|genneric| { in subty_if()
124 fn only_one<I, T>(mut iter: I) -> Option<T> in only_one() function
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h281 int bplen, bool only_one, int buff_len,
/external/elfutils/src/
Delflint.c92 bool only_one);
94 const char *fname, size_t size, bool only_one);
147 bool only_one = remaining + 1 == argc; in main() local
176 only_one); in main()
233 const char *fname, size_t size, bool only_one) in process_file() argument
242 process_elf_file (elf, prefix, suffix, fname, size, only_one); in process_file()
4757 const char *fname, size_t size, bool only_one) in process_elf_file() argument
4773 if (!only_one) in process_elf_file()
Dreadelf.c292 static void process_file (int fd, const char *fname, bool only_one);
361 bool only_one = remaining + 1 == argc; in main() local
372 process_file (fd, argv[remaining], only_one); in main()
727 check_archive_index (int fd, const char *fname, bool only_one) in check_archive_index() argument
738 if (!only_one) in check_archive_index()
771 bool only_one; member
784 if (!a->only_one) in process_dwflmod()
865 process_file (int fd, const char *fname, bool only_one) in process_file() argument
868 check_archive_index (fd, fname, only_one); in process_file()
891 if (only_one) in process_file()
[all …]
/external/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()