HomeSort by relevance Sort by last modified time
    Searched defs:Options (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/icu4c/tools/genren/
genren.pl 251 Usage: $0 [OPTIONS] LIBRARY_FILES
252 Options:
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 59 ## Options
92 Options:
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatchwithlocalcommit.py 30 from webkitpy.tool.steps.options import Options
34 def options(cls): member in class:ApplyPatchWithLocalCommit
35 return ApplyPatch.options() + [
36 Options.local_commit,
createbug.py 30 from webkitpy.tool.steps.options import Options
35 def options(cls): member in class:CreateBug
36 return AbstractStep.options() + [
37 Options.cc,
38 Options.component,
39 Options.blocks,
postdiff.py 30 from webkitpy.tool.steps.options import Options
35 def options(cls): member in class:PostDiff
36 return AbstractStep.options() + [
37 Options.description,
38 Options.comment,
39 Options.review,
40 Options.request_commit,
41 Options.open_bug,
suggestreviewers.py 30 from webkitpy.tool.steps.options import Options
35 def options(cls): member in class:SuggestReviewers
36 return AbstractStep.options() + [
37 Options.git_commit,
38 Options.suggest_reviewers,
applypatch.py 30 from webkitpy.tool.steps.options import Options
35 def options(cls): member in class:ApplyPatch
36 return AbstractStep.options() + [
37 Options.non_interactive,
38 Options.force_patch,
attachtobug.py 32 from webkitpy.tool.steps.options import Options
37 def options(cls): member in class:AttachToBug
38 return AbstractStep.options() + [
39 Options.comment,
40 Options.description,
build.py 30 from webkitpy.tool.steps.options import Options
36 def options(cls): member in class:Build
37 return AbstractStep.options() + [
38 Options.build,
39 Options.quiet,
40 Options.build_style,
cleanworkingdirectory.py 32 from webkitpy.tool.steps.options import Options
36 def __init__(self, tool, options, allow_local_commits=False):
37 AbstractStep.__init__(self, tool, options)
41 def options(cls): member in class:CleanWorkingDirectory
42 return AbstractStep.options() + [
43 Options.force_clean,
44 Options.clean,
closebug.py 30 from webkitpy.tool.steps.options import Options
36 def options(cls): member in class:CloseBug
37 return AbstractStep.options() + [
38 Options.close_bug,
closebugforlanddiff.py 31 from webkitpy.tool.steps.options import Options
37 def options(cls): member in class:CloseBugForLandDiff
38 return AbstractStep.options() + [
39 Options.close_bug,
ensurebuildersaregreen.py 30 from webkitpy.tool.steps.options import Options
36 def options(cls): member in class:EnsureBuildersAreGreen
37 return AbstractStep.options() + [
38 Options.check_builders,
ensurelocalcommitifneeded.py 30 from webkitpy.tool.steps.options import Options
36 def options(cls): member in class:EnsureLocalCommitIfNeeded
37 return AbstractStep.options() + [
38 Options.local_commit,
obsoletepatches.py 31 from webkitpy.tool.steps.options import Options
37 def options(cls): member in class:ObsoletePatches
38 return AbstractStep.options() + [
39 Options.obsolete_patches,
runtests.py 30 from webkitpy.tool.steps.options import Options
38 def options(cls): member in class:RunTests
39 return AbstractStep.options() + [
40 Options.test,
41 Options.non_interactive,
42 Options.quiet,
update.py 30 from webkitpy.tool.steps.options import Options
36 def options(cls): member in class:Update
37 return AbstractStep.options() + [
38 Options.update,
39 Options.quiet,
checkstyle.py 33 from webkitpy.tool.steps.options import Options
38 def options(cls): member in class:CheckStyle
39 return AbstractStep.options() + [
40 Options.non_interactive,
41 Options.check_style,
42 Options.git_commit,
preparechangelog.py 34 from webkitpy.tool.steps.options import Options
40 def options(cls): member in class:PrepareChangeLog
41 return AbstractStep.options() + [
42 Options.quiet,
43 Options.email,
44 Options.git_commit,
updatechromiumdeps.py 32 from webkitpy.tool.steps.options import Options
  /external/webkit/Tools/wx/build/
wxpresets.py 29 import Options
82 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_dll')
84 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_lib')
  /external/bison/doc/
refcard.tex 313 Options can be used as: \kbd{bison {\it options} {\it filename}}
315 \section{Command Line Options}
  /external/ceres-solver/include/ceres/
problem.h 121 struct Options {
122 Options()
140 // invocation Problem(Problem::Options()).
142 explicit Problem(const Options& options);
164 // do this by setting the corresponding enums in the Options struct.
  /external/ceres-solver/internal/ceres/
evaluator.h 57 struct Options {
58 Options()
68 static Evaluator* Create(const Options& options,
  /external/icu4c/tools/gendraft/
genheaders.pl 255 Options:

Completed in 268 milliseconds

1 2 3 4 5 6