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

  /development/vndk/tools/sourcedr/sourcedr/commands/
scan.py 6 def init_argparse(parsers): function
__init__.py 18 def _register_subcmd(name, init_argparse):
19 commands[name] = init_argparse(subparsers)
21 _register_subcmd('init', init.init_argparse)
22 _register_subcmd('scan', scan.init_argparse)
23 _register_subcmd('review', review.init_argparse)
24 _register_subcmd('collect', collect.init_argparse)
review.py 11 def init_argparse(parsers): function
init.py 16 def init_argparse(parsers): function
collect.py 13 def init_argparse(parsers): function

Completed in 78 milliseconds