Searched refs:only_one (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | 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 514 if only_one and srv and srv.success:
|
D | p2p-nfc.py | 246 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/ |
D | 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:
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 281 int bplen, bool only_one, int buff_len,
|
/external/elfutils/src/ |
D | elflint.c | 93 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()
|
D | readelf.c | 244 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 …]
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 523 bool only_one, int blen, char * b) in sg_decode_transportid_str() argument 539 if ((k > 0) && only_one) in sg_decode_transportid_str()
|