HomeSort by relevance Sort by last modified time
    Searched refs:opt_parser (Results 1 - 2 of 2) sorted by null

  /frameworks/minikin/libs/minikin/
unicode_emoji_h_gen.py 98 opt_parser = _create_opt_parser() variable
99 opts, _ = opt_parser.parse_args()
  /frameworks/base/core/tests/overlaytests/
testrunner.py 554 opt_parser = _create_opt_parser() variable
555 opts, args = opt_parser.parse_args(sys.argv[1:])
562 opt_parser.error("unexpected arguments: %s" % " ".join(args))
563 # will never reach this: opt_parser.error will call sys.exit

Completed in 37 milliseconds