Home | History | Annotate | Download | only in ndk

Lines Matching full:verbose

64 VERBOSE = False
93 global VERBOSE
94 if VERBOSE:
102 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
112 parser.add_argument( '--verbose',
113 help='Enable verbose mode', action='store_true', dest='verbose')
175 VERBOSE = args.verbose
616 Try using the --verbose option and look at its output for details.''')