Home
last modified time | relevance | path

Searched refs:only_one (Results 1 – 5 of 5) 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:
/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/elfutils/src/
Delflint.c93 bool only_one);
95 const char *fname, size_t size, bool only_one);
148 bool only_one = remaining + 1 == argc; in main() local
177 only_one); in main()
247 const char *fname, size_t size, bool only_one) in process_file() argument
256 process_elf_file (elf, prefix, suffix, fname, size, only_one); in process_file()
4666 const char *fname, size_t size, bool only_one) in process_elf_file() argument
4682 if (!only_one) in process_elf_file()
Dreadelf.c244 static void process_file (int fd, const char *fname, bool only_one);
291 bool only_one = remaining + 1 == argc; in main() local
302 process_file (fd, argv[remaining], only_one); in main()
635 check_archive_index (int fd, const char *fname, bool only_one) in check_archive_index() argument
646 if (!only_one) in check_archive_index()
679 bool only_one; member
692 if (!a->only_one) in process_dwflmod()
735 process_file (int fd, const char *fname, bool only_one) in process_file() argument
738 check_archive_index (fd, fname, only_one); in process_file()
790 if (only_one) in process_file()
[all …]