Searched refs:make_option (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py29 from optparse import make_option namespace
32 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
33 git_commit = make_option("-g", "--git-commit", action="store", dest="git_commit", help="Operate on a local commit. If a range, the commits are squashed into one. <ref>.... includes the working copy changes. UPSTREAM can be used for the upstream/tracking branch.")
34 parent_command = make_option("--parent-command", action="store", dest="parent_command", default=None, help="(Internal) The command that spawned this instance.")
35 quiet = make_option("--quiet", action="store_true", dest="quiet", default=False, help="Produce less console output.")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests.py105 optparse.make_option("--adb-device",
110 optparse.make_option("--no-android-logging",
116 optparse.make_option("--add-platform-exceptions", action="store_true", default=False,
118 optparse.make_option("--additional-drt-flag", action="append",
121 optparse.make_option("--additional-expectations", action="append", default=[],
124 optparse.make_option("--additional-platform-directory", action="append",
128 optparse.make_option("--build-directory",
130 optparse.make_option("--clobber-old-results", action="store_true",
132 optparse.make_option("--compare-port", action="store", default=None,
134 optparse.make_option("
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractlocalservercommand.py25 from optparse import make_option namespace
37 make_option("--httpd-port", action="store", type="int", default=8127, help="Port to use for the HTTP server"),
38 make_option("--no-show-results", action="store_false", default=True, dest="show_results", help="Don't launch a browser with the rebaseline server"),
H A Dqueries.py35 from optparse import make_option namespace
68 make_option('--all', action='store_true', default=False,
70 make_option('-x', '--exclude-keyword', action='append', default=[],
72 make_option('-i', '--include-keyword', action='append', default=[],
74 make_option('--csv', action='store_true', default=False,
76 make_option('-f', '--full', action='store_true', default=False,
78 make_option('--paths', action='store_true', default=False,
160 make_option('--all', action='store_true', default=False,
162 make_option('--csv', action='store_true', default=False,
164 make_option('
[all...]
H A Dcommitannouncer.py27 from optparse import make_option namespace
45 make_option("--irc-password", default=None, help="Specify IRC password to use."),
H A Dflakytests.py62 optparse.make_option('--upload', action='store_true',
64 optparse.make_option('--reviewers', action='store',
H A Drebaseline.py63 no_optimize_option = optparse.make_option('--no-optimize', dest='optimize', action='store_false', default=True,
69 results_directory_option = optparse.make_option("--results-directory", help="Local results directory to use")
71 suffixes_option = optparse.make_option("--suffixes", default=','.join(BASELINE_SUFFIX_LIST), action="store",
91 optparse.make_option("--builder", help="Builder to pull new baselines from"),
92 optparse.make_option("--test", help="Test to rebaseline"),
241 optparse.make_option('--no-modify-scm', action='store_true', default=False, help='Dump SCM commands as JSON instead of '),
284 optparse.make_option('--missing', action='store_true', default=False, help='show missing baselines as well'),
612 optparse.make_option("--builders", default=None, action="append", help="Comma-separated-list of builders to pull new baselines from (can also be provided multiple times)"),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py81 optparse.make_option('--debug', action='store_const', const='Debug', dest="configuration",
83 optparse.make_option('--release', action='store_const', const='Release', dest="configuration",
85 optparse.make_option("--platform",
87 optparse.make_option("--chromium",
89 optparse.make_option("--android",
91 optparse.make_option("--builder-name",
93 optparse.make_option("--build-number",
95 optparse.make_option("--build", dest="build", action="store_true", default=True,
97 optparse.make_option("--no-build", dest="build", action="store_false",
99 optparse.make_option("
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dfactory.py40 optparse.make_option('--android', action='store_const', dest='platform',
45 optparse.make_option('--chromium', action='store_const', dest='platform',
49 optparse.make_option('--platform', action='store',
56 optparse.make_option('--debug', action='store_const', const='Debug', dest="configuration",
58 optparse.make_option("-t", "--target", dest="configuration",
60 optparse.make_option('--release', action='store_const', const='Release', dest="configuration",
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dmain.py32 from optparse import make_option namespace
41 make_option("-v", "--verbose", action="store_true", dest="verbose", default=False, help="enable all logging"),
42 make_option("-d", "--directory", action="append", dest="patch_directories", default=[], help="Directory to look at for changed files"),
H A Dmulticommandtool_unittest.py32 from optparse import make_option namespace
72 command_with_args = TrivialCommand(options=[make_option("--my_option")])
170 command_with_options = TrivialCommand(options=[make_option("--my_option")], long_help="LONG HELP")
H A Dmulticommandtool.py37 from optparse import OptionParser, IndentedHelpFormatter, SUPPRESS_USAGE, make_option namespace
178 make_option("-a", "--all-commands", action="store_true", dest="show_all_commands", help="Print all available commands"),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcmdline.py13 append = optparse.make_option(
18 branch = optparse.make_option(
22 directory = optparse.make_option(
27 help = optparse.make_option(
31 ignore_errors = optparse.make_option(
35 include = optparse.make_option(
41 pylib = optparse.make_option(
46 show_missing = optparse.make_option(
51 old_omit = optparse.make_option(
57 omit = optparse.make_option(
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting.py45 optparse.make_option('--debug-rwt-logging', action='store_true', default=False,
47 optparse.make_option('--details', action='store_true', default=False,
49 optparse.make_option('-q', '--quiet', action='store_true', default=False,
51 optparse.make_option('--timing', action='store_true', default=False,
53 optparse.make_option('-v', '--verbose', action='store_true', default=False,

Completed in 151 milliseconds