Searched defs:OptionParser (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/tools/gyp/test/win/vs-macros/
H A Das.py7 from optparse import OptionParser namespace
9 parser = OptionParser()
/external/chromium_org/build/
H A Dgypi_to_gn.py73 from optparse import OptionParser namespace
132 parser = OptionParser()
/external/chromium_org/build/mac/
H A Dfind_sdk.py19 from optparse import OptionParser namespace
28 parser = OptionParser()
/external/clang/bindings/python/examples/cindex/
H A Dcindex-includes.py21 from optparse import OptionParser, OptionGroup namespace
23 parser = OptionParser("usage: %prog [options] {filename} [clang-args*]")
H A Dcindex-dump.py60 from optparse import OptionParser, OptionGroup namespace
64 parser = OptionParser("usage: %prog [options] {filename} [clang-args*]")
/external/lldb/test/
H A Dbench.py19 from optparse import OptionParser namespace
42 parser = OptionParser(usage="""\
/external/llvm/utils/git/
H A Dfind-rev6 from optparse import OptionParser, OptionGroup namespace
7 parser = OptionParser("usage: %prog [options] <repo> <revision>")
/external/chromium_org/android_webview/buildbot/
H A Dgenerate_local_manifest.py13 from optparse import OptionParser namespace
64 parser = OptionParser(usage=usage)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dtest-webkit-scripts33 # The docstring above is passed as the "description" to the OptionParser
37 # that instantiates the OptionParser class, or else pass --help
43 from optparse import OptionParser namespace
66 parser = OptionParser(description=__doc__)
/external/chromium_org/tools/android/memdump/
H A Dmemsymbols.py12 from optparse import OptionParser namespace
104 parser = OptionParser()
/external/chromium_org/tools/gyp/test/win/linker-flags/
H A Dupdate_pgd.py7 from optparse import OptionParser namespace
12 parser = OptionParser()
/external/jsoncpp/devtools/
H A Dlicenseupdater.py76 from optparse import OptionParser namespace
77 parser = OptionParser(usage=usage)
/external/lldb/utils/test/
H A Dllvm-mc-shell.py10 from optparse import OptionParser namespace
63 parser = OptionParser(usage="""\
/external/llvm/utils/
H A Dclang-parse-diagnostics-file7 from optparse import OptionParser, OptionGroup namespace
8 parser = OptionParser("""\
/external/chromium_org/net/tools/quic/benchmark/
H A Drun_client.py14 from optparse import OptionParser namespace
160 parser = OptionParser()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dgenerate_event_interfaces.py43 from optparse import OptionParser namespace
60 parser = OptionParser()
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake-file-arrays.py35 from optparse import OptionParser namespace
135 parser = OptionParser()
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations.py64 from optparse import OptionParser namespace
171 parser = OptionParser()
/external/clang/tools/scan-build/
H A Dset-xcode-analyzer63 from optparse import OptionParser namespace
64 parser = OptionParser('usage: %prog [options]')
/external/compiler-rt/lib/dfsan/scripts/
H A Dbuild-libc-list.py18 from optparse import OptionParser namespace
34 p = OptionParser()
/external/deqp/scripts/
H A Dcheck_include_guards.py6 from optparse import OptionParser namespace
81 parser = OptionParser()
H A Dcheck_redundant_include_guards.py6 from optparse import OptionParser namespace
55 parser = OptionParser()
/external/jsoncpp/
H A Damalgamate.py126 from optparse import OptionParser namespace
127 parser = OptionParser(usage=usage)
H A Ddoxybuild.py145 from optparse import OptionParser namespace
146 parser = OptionParser(usage=usage)
/external/jsoncpp/test/
H A Drunjsontests.py109 from optparse import OptionParser namespace
110 parser = OptionParser( usage="%prog [options] <path to jsontestrunner.exe> [test case directory]" )

Completed in 555 milliseconds

123