HomeSort by relevance Sort by last modified time
    Searched refs:opt_parser (Results 1 - 3 of 3) 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()
  /external/v8/build/android/
install_emulator_deps.py 252 opt_parser = optparse.OptionParser(
254 opt_parser.add_option('--abi',
259 opt_parser.add_option('--api-level',
265 opt_parser.add_option('-v',
270 opt_parser.add_option('--google',
276 options, _ = opt_parser.parse_args(argv[1:])
  /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 635 milliseconds