HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentParser (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/utils/
sort_includes.py 79 parser = argparse.ArgumentParser(description=__doc__)
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 98 argparser = argparse.ArgumentParser()
  /external/clang/tools/clang-format/
clang-format-diff.py 84 parser = argparse.ArgumentParser(description=
git-clang-format 80 p = argparse.ArgumentParser(
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser_unittest.py 28 from webkitpy.style.optparser import ArgumentParser
65 """Test the ArgumentParser class."""
86 """Return an ArgumentParser instance for testing."""
93 return ArgumentParser(all_categories=all_categories,
checker.py 50 from optparser import ArgumentParser
267 return ArgumentParser(all_categories=all_categories,
optparser.py 232 class ArgumentParser(object):
258 """Create an ArgumentParser instance.
checker_unittest.py 61 from optparser import ArgumentParser
184 parser = ArgumentParser(all_categories=self._all_categories(),
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 177 parser = argparse.ArgumentParser()
  /external/skia/tools/
jsondiff.py 182 parser = argparse.ArgumentParser()
rebaseline.py 351 parser = argparse.ArgumentParser(
  /ndk/docs/tools/
ndk-markdown-substitutions.py 180 parser = argparse.ArgumentParser(description='''
  /external/chromium_org/tools/cr/cr/
context.py 70 class _ArgumentParser(argparse.ArgumentParser):
71 """An extension of an ArgumentParser to enable speculative parsing.
  /external/chromium_org/tools/valgrind/
scan-build.py 190 parser = argparse.ArgumentParser()
test_suppressions.py 99 parser = argparse.ArgumentParser()
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py     [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py     [all...]
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 212 parser = argparse.ArgumentParser(formatter_class = argparse.RawTextHelpFormatter,
  /external/skia/gm/rebaseline_server/
server.py 501 parser = argparse.ArgumentParser()
  /external/skia/tools/skpdiff/
skpdiff_server.py 524 parser = argparse.ArgumentParser()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py 126 class ErrorRaisingArgumentParser(argparse.ArgumentParser):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py 126 class ErrorRaisingArgumentParser(argparse.ArgumentParser):
    [all...]
  /ndk/
ndk-gdb.py 120 parser = argparse.ArgumentParser(description='''
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 14 parser = argparse.ArgumentParser(
28 - ArgumentParser -- The main entry point for command-line parsing. As the
34 - ArgumentError -- The exception raised by ArgumentParser objects when
36 parsing the command-line are caught by ArgumentParser and emitted
46 customization of ArgumentParser actions, subclasses of Action may
52 ArgumentParser constructor. HelpFormatter is the default,
66 'ArgumentParser',
715 Action objects are used by an ArgumentParser to represent the information
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 14 parser = argparse.ArgumentParser(
28 - ArgumentParser -- The main entry point for command-line parsing. As the
34 - ArgumentError -- The exception raised by ArgumentParser objects when
36 parsing the command-line are caught by ArgumentParser and emitted
46 customization of ArgumentParser actions, subclasses of Action may
52 ArgumentParser constructor. HelpFormatter is the default,
66 'ArgumentParser',
715 Action objects are used by an ArgumentParser to represent the information
    [all...]

Completed in 578 milliseconds

1 2