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

12

/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="""\
H A Ddosep.ty8 from optparse import OptionParser namespace
39 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/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="""\
H A Drun-until-faulted.py10 from optparse import OptionParser namespace
74 parser = OptionParser(usage="""\
H A Ddisasm.py11 from optparse import OptionParser namespace
130 parser = OptionParser(usage="""\
H A Dras.py17 from optparse import OptionParser namespace
59 parser = OptionParser(usage="""\
H A Drun-dis.py10 from optparse import OptionParser namespace
77 parser = OptionParser(usage="""\
H A Dlldb-disasm.py11 from optparse import OptionParser namespace
176 parser = OptionParser(usage="""\
/external/llvm/utils/
H A Dclang-parse-diagnostics-file7 from optparse import OptionParser, OptionGroup namespace
8 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
35 p = OptionParser()
/external/deqp/scripts/src_util/
H A Dcheck_include_guards.py26 from optparse import OptionParser namespace
110 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]" )
/external/clang/tools/scan-view/
H A Dscan-view78 from optparse import OptionParser namespace
79 parser = OptionParser('usage: %prog [options] <results directory>')
/external/clang/utils/
H A DFuzzTest163 from optparse import OptionParser, OptionGroup namespace
164 parser = OptionParser("""%prog [options] ... test command args ...
H A Dtoken-delta.py232 from optparse import OptionParser, OptionGroup namespace
233 parser = OptionParser("%prog <test program> {files+}")
/external/clang/utils/ABITest/
H A DABITestGen.py351 from optparse import OptionParser, OptionGroup namespace
352 parser = OptionParser("%prog [options] {indices}")
/external/deqp/scripts/
H A Dtestset.py27 from optparse import OptionParser namespace
235 parser = OptionParser(usage = "usage: %prog [options] [caselist] [result csv file]")
/external/llvm/utils/Misc/
H A Dzkill139 from optparse import OptionParser, OptionGroup namespace
140 parser = OptionParser("usage: %prog [options] {pid}*")

Completed in 447 milliseconds

12