HomeSort by relevance Sort by last modified time
    Searched defs:ArgumentParser (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
gen_common.py 77 class ArgumentParser(argparse.ArgumentParser):
79 Subclass of argparse.ArgumentParser
111 ''' Constructor. Compatible with argparse.ArgumentParser(),
114 super(ArgumentParser, self).__init__(
117 formatter_class=ArgumentParser._HelpFormatter,
  /development/python-packages/gdbrunner/
__init__.py 27 class ArgumentParser(argparse.ArgumentParser):
28 """ArgumentParser subclass that provides adb device selection."""
31 super(ArgumentParser, self).__init__()
52 result = super(ArgumentParser, self).parse_args(args, namespace)
  /cts/tools/release-parser/src/com/android/cts/releaseparser/
ArgumentParser.java 24 public class ArgumentParser {
28 public ArgumentParser(String args[]) {
  /external/v8/tools/dev/
gm.py 278 class ArgumentParser(object):
365 parser = ArgumentParser()
  /external/bcc/src/cc/
usdt.h 38 class ArgumentParser;
81 friend class ArgumentParser;
87 class ArgumentParser {
112 ArgumentParser(const char *arg) : arg_(arg), cur_pos_(0) {}
115 class ArgumentParser_aarch64 : public ArgumentParser {
124 ArgumentParser_aarch64(const char *arg) : ArgumentParser(arg) {}
127 class ArgumentParser_powerpc64 : public ArgumentParser {
130 ArgumentParser_powerpc64(const char *arg) : ArgumentParser(arg) {}
133 class ArgumentParser_x64 : public ArgumentParser {
173 ArgumentParser_x64(const char *arg) : ArgumentParser(arg) {
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 901 class ArgumentParser:
941 myArgParser = argparse.ArgumentParser(description='Generate PFW report')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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',
717 Action objects are used by an ArgumentParser to represent the information
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /external/python/cpython2/Lib/
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',
721 Action objects are used by an ArgumentParser to represent the information
    [all...]
  /external/python/cpython3/Lib/
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',
754 Action objects are used by an ArgumentParser to represent the information
    [all...]

Completed in 5454 milliseconds