HomeSort by relevance Sort by last modified time
    Searched refs:only_one (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_features.py 10 Feature. 'level' can be 'required', 'only_one', 'recommended', or 'optional',
  /external/wpa_supplicant_8/wpa_supplicant/examples/
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
    [all...]
p2p-nfc.py 246 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...]
  /external/wpa_supplicant_8/hostapd/
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/chromium_org/chrome/test/chromedriver/
element_util.h 30 bool only_one,
element_util.cc 225 bool only_one,
239 if (only_one)
259 if (only_one) {
275 if (only_one) {
commands_unittest.cc 244 FindElementWebView(bool only_one, TestScenario scenario)
245 : StubWebView("1"), only_one_(only_one), scenario_(scenario),
  /external/elfutils/0.153/src/
elflint.c 101 bool only_one);
103 const char *fname, size_t size, bool only_one);
152 bool only_one = remaining + 1 == argc; local
181 only_one);
251 const char *fname, size_t size, bool only_one)
260 process_elf_file (elf, prefix, suffix, fname, size, only_one);
    [all...]
readelf.c 221 static void process_file (int fd, const char *fname, bool only_one);
268 bool only_one = remaining + 1 == argc; local
279 process_file (fd, argv[remaining], only_one);
473 check_archive_index (int fd, const char *fname, bool only_one)
484 if (!only_one)
517 bool only_one; member in struct:process_dwflmod_args
530 if (!a->only_one)
559 process_file (int fd, const char *fname, bool only_one)
562 check_archive_index (fd, fname, only_one);
599 if (only_one)
    [all...]

Completed in 290 milliseconds