Home | History | Annotate | Download | only in ndk

Lines Matching defs:VERBOSE

64 VERBOSE = False
101 global VERBOSE
102 if VERBOSE:
110 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL
125 parser.add_argument( '--verbose',
126 help='Enable verbose mode', action='store_true', dest='verbose')
205 VERBOSE = args.verbose
680 Try using the --verbose option and look at its output for details.''')