Lines Matching full:verbose
23 # $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py --verbose
36 print " icu_dat_generator.py [-v|--verbose] [-h|--help]"
46 if VERBOSE:
150 if VERBOSE:
203 if VERBOSE:
214 global VERBOSE
216 VERBOSE = False
220 opts, args = getopt.getopt(sys.argv[1:], "hv", ["help", "verbose"])
226 elif opt in ("-v", "--verbose"):
227 VERBOSE = True