Searched refs:verbose (Results 1 – 14 of 14) sorted by relevance
/build/tools/zipalign/ |
D | ZipAlign.cpp | 171 static int verify(const char* fileName, int alignment, bool verbose, in verify() argument 177 if (verbose) in verify() 191 if (verbose) { in verify() 199 if (verbose) { in verify() 206 if (verbose) { in verify() 214 if (verbose) in verify() 228 bool verbose = false; in main() local 255 verbose = true; in main() 290 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs); in main() 297 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs); in main()
|
D | README.txt | 9 -v : verbose output
|
/build/tools/ijar/ |
D | zip_main.cc | 54 UnzipProcessor(const char *output_root, bool verbose, bool extract) in UnzipProcessor() argument 55 : output_root_(output_root), verbose_(verbose), extract_(extract) {} in UnzipProcessor() 159 int extract(char *zipfile, bool verbose, bool extract) { in extract() argument 163 UnzipProcessor processor(output_root, verbose, extract); in extract() 180 int create(char *zipfile, char **files, bool flatten, bool verbose, in create() argument 216 if (verbose) { in create() 269 bool verbose = false; in main() local 284 verbose = true; in main() 304 return devtools_ijar::create(argv[2], argv + 3, flatten, verbose, compress); in main() 310 return devtools_ijar::extract(argv[2], verbose, extract); in main()
|
D | ijar.cc | 31 bool verbose = false; variable 76 if (verbose) { in Process() 123 if (verbose) { in OpenFilesAndProcessJar() 147 devtools_ijar::verbose = true; in main() 176 if (devtools_ijar::verbose) { in main()
|
D | common.h | 98 extern bool verbose;
|
D | classfile.cc | 1387 if (devtools_ijar::verbose) { in ReadConstantPool() 1419 if (devtools_ijar::verbose) { in ReadConstantPool()
|
/build/blueprint/choosestage/ |
D | choosestage.go | 47 verbose bool var 54 flag.BoolVar(&verbose, "v", false, "Verbose mode") 95 if verbose { 166 if verbose {
|
/build/tools/releasetools/ |
D | sign_target_files_apks | 291 if OPTIONS.verbose: 302 if OPTIONS.verbose: 306 if e.errno == errno.ENOENT and not OPTIONS.verbose:
|
D | sign_target_files_apks.py | 291 if OPTIONS.verbose: 302 if OPTIONS.verbose: 306 if e.errno == errno.ENOENT and not OPTIONS.verbose:
|
D | common.py | 57 self.verbose = False 111 if OPTIONS.verbose: 769 elif OPTIONS.verbose: 853 OPTIONS.verbose = True
|
D | ota_from_target_files | 1965 if OPTIONS.verbose: 1990 if OPTIONS.verbose: 2057 if OPTIONS.verbose:
|
D | ota_from_target_files.py | 1965 if OPTIONS.verbose: 1990 if OPTIONS.verbose: 2057 if OPTIONS.verbose:
|
/build/core/ |
D | config.mk | 560 DEFAULT_JACK_EXTRA_ARGS += --verbose error
|
D | java.mk | 567 -verbose \
|