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

  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 18 action='store_true')
20 action='store_true')
26 dest='expect_to_be_killed', action='store_true')
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 73 action='store_true')
verify_filelist.py 188 parser.add_option('-s', '--sort', action='store_true',
update_nacl_manifest.py 870 action='store_true')
874 action='store_true')
880 action='store_true')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 125 action='store_true',
  /external/chromium_org/build/android/
adb_profile_chrome.py 358 'stopped.', action='store_true')
362 action='store_true')
381 'compositor frame viewer data.', action='store_true')
383 'GPU data.', action='store_true')
389 'html file.', action='store_true')
391 'browser.', action='store_true')
400 action='store_true')
402 'with gzip. ', action='store_true')
  /external/skia/tools/
rebaseline.py 368 parser.add_argument('--add-new', action='store_true',
373 parser.add_argument('--add-ignored', action='store_true',
410 parser.add_argument('--keep-going-on-failure', action='store_true',
425 parser.add_argument('--unreviewed', action='store_true',
429 parser.add_argument('--ignore-failure', action='store_true',
433 parser.add_argument('--from-trybot', action='store_true',
436 parser.add_argument('--skimage', action='store_true',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
malloc-tree 151 parser.add_option('-s', '--size-scale', action='store_true', dest='scaleSize',
153 parser.add_option('-t', '--hotspot', action='store_true', dest='hotspot',
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 62 action='store_true', default=False)
102 action='store_true', default=False)
113 action='store_true', default=False)
  /external/chromium_org/build/android/buildbot/
bb_device_status_check.py 289 parser.add_option('--no-provisioning-check', action='store_true',
291 parser.add_option('--device-status-dashboard', action='store_true',
293 parser.add_option('--restart-usb', action='store_true',
  /external/chromium_org/chrome/tools/
webforms_extractor.py 237 '-j', '--js', dest='js', action='store_true', default=False,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py     [all...]
  /external/chromium_org/tools/git/
move_source_file.py 158 parser.add_option('--already_moved', action='store_true',
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 101 group.add_option('--pageset-shuffle', action='store_true',
113 dest='allow_live_sites', action='store_true',
128 '--interactive', dest='interactive', action='store_true',
135 action='store_true',
141 group.add_option('--no-performance-mode', action='store_true',
147 action='store_true', help='Use RNDIS forwarding on Android.')
257 action='store_true',
  /external/chromium_org/tools/
bisect-builds.py 723 parser.add_option('-o', action="store_true", dest='official_builds',
754 parser.add_option('-l', '--blink', action='store_true',
758 action='store_true',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 484 "store_true",
498 "store_true",
795 elif action == "store_true":
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 484 "store_true",
498 "store_true",
795 elif action == "store_true":
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 279 Sig('-x', action='store_true'),
378 Sig('--badger', action='store_true'),
396 Sig('--badger', action='store_true'),
415 Sig('-f', action='store_true'),
435 Sig('+f', action='store_true'),
457 Sig('+f', action='store_true'),
477 Sig('-x', action='store_true'),
478 Sig('+y', action='store_true'),
479 Sig('+z', action='store_true'),
499 Sig('-v', '--verbose', '-n', '--noisy', action='store_true'),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 279 Sig('-x', action='store_true'),
378 Sig('--badger', action='store_true'),
396 Sig('--badger', action='store_true'),
415 Sig('-f', action='store_true'),
435 Sig('+f', action='store_true'),
457 Sig('+f', action='store_true'),
477 Sig('-x', action='store_true'),
478 Sig('+y', action='store_true'),
479 Sig('+z', action='store_true'),
499 Sig('-v', '--verbose', '-n', '--noisy', action='store_true'),
    [all...]

Completed in 729 milliseconds