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

  /external/chromium_org/chrome/common/extensions/docs/templates/private/
manifest_example.html 9 {{?manifest_source.only_one}}
11 {{+partials.manifest_properties properties:manifest_source.only_one}}
13 {{/manifest_source.only_one}}
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source_test.py 55 'only_one': [
84 'only_one': [
107 'only_one': [
manifest_data_source.py 38 for category in ('required', 'only_one', 'recommended', 'optional'):
63 # Property types are: required, only_one, recommended, and optional.
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 376 only_one = True
378 only_one = False
415 if only_one:
420 success = wps_tag_read(tag, not only_one)
421 if only_one:
428 if only_one:
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
manifest.json 41 "only_one": [
  /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) {
276 if (only_one) {
commands_unittest.cc 239 FindElementWebView(bool only_one, TestScenario scenario)
240 : StubWebView("1"), only_one_(only_one), scenario_(scenario),
  /external/elfutils/src/
readelf.c 204 static void process_file (int fd, const char *fname, bool only_one);
249 bool only_one = remaining + 1 == argc; local
260 process_file (fd, argv[remaining], only_one);
427 check_archive_index (int fd, const char *fname, bool only_one)
438 if (!only_one)
471 bool only_one; member in struct:process_dwflmod_args
484 if (!a->only_one)
513 process_file (int fd, const char *fname, bool only_one)
516 check_archive_index (fd, fname, only_one);
552 if (only_one)
    [all...]
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);
252 const char *fname, size_t size, bool only_one)
261 process_elf_file (elf, prefix, suffix, fname, size, only_one);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 667 interruptIdleWorkers(ONLY_ONE);
781 private static final boolean ONLY_ONE = true;
    [all...]

Completed in 406 milliseconds