Searched refs:verbose (Results 1 – 21 of 21) sorted by relevance
/build/make/tools/zipalign/ |
D | ZipAlign.cpp | 172 static int verify(const char* fileName, int alignment, bool verbose, in verify() argument 178 if (verbose) in verify() 192 if (verbose) { in verify() 200 if (verbose) { in verify() 207 if (verbose) { in verify() 215 if (verbose) in verify() 229 bool verbose = false; in main() local 256 verbose = true; in main() 291 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs); in main() 298 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs); in main()
|
D | README.txt | 9 -v : verbose output
|
/build/soong/docs/ |
D | perf.md | 11 are stored in `soong.#.log` and `verbose.#.log.gz`. 69 The `$OUT_DIR/verbose.log.gz` contains statistics from the regen check: 72 verbose: *kati*: regen check time: 0.754030 73 verbose: *kati*: glob time (regen): 0.545859 / 43840 74 verbose: *kati*: shell time (regen): 0.278095 / 66 (59 unique) 75 verbose: *kati*: 0.012 / 1 mkdir -p out/target/product/generic && echo Android/aosp_arm/generic:R… 76 verbose: *kati*: 0.010 / 1 echo 'com.android.launcher3.config.FlagOverrideSampleTest com.android.… 77 verbose: *kati*: 0.010 / 1 cd cts/tests/framework/base/windowmanager ; find -L * -name "Componen… 78 verbose: *kati*: 0.010 / 1 git -C test/framework/build log -s -n 1 --format="%cd" --date=format:"… 79 verbose: *kati*: 0.009 / 2 cd development/samples/ShortcutDemo/publisher ; find -L ../common/src… [all …]
|
/build/soong/finder/cmd/ |
D | finder.go | 42 verbose bool var 50 flag.BoolVar(&verbose, "v", false, "log additional information") 97 if verbose {
|
/build/soong/ui/logger/ |
D | logger.go | 139 verbose bool member 161 s.verbose = v 229 if s.verbose {
|
/build/make/tools/releasetools/ |
D | merge_target_files.py | 99 OPTIONS.verbose = True 730 find_process = common.Run(find_command, stdout=subprocess.PIPE, verbose=False) 733 verbose=False) 915 common.RunAndWait(command, verbose=True)
|
D | verity_utils.py | 44 output = common.RunAndCheckOutput(cmd, verbose=False) 50 output = common.RunAndCheckOutput(cmd, verbose=False) 56 output = common.RunAndCheckOutput(cmd, verbose=False)
|
D | build_image.py | 61 output = common.RunAndCheckOutput(cmd, verbose=False) 75 output = common.RunAndCheckOutput(cmd, verbose=False) 101 output = common.RunAndCheckOutput(cmd, verbose=False)
|
D | common.py | 87 self.verbose = False 199 if OPTIONS.verbose: 221 def Run(args, verbose=None, **kwargs): argument 251 if verbose: 256 def RunAndWait(args, verbose=None, **kwargs): argument 270 proc = Run(args, verbose=verbose, **kwargs) 279 def RunAndCheckOutput(args, verbose=None, **kwargs): argument 296 proc = Run(args, verbose=verbose, **kwargs) 301 if verbose: 2106 OPTIONS.verbose = True
|
D | sign_target_files_apks.py | 705 if OPTIONS.verbose: 716 if OPTIONS.verbose or e.errno != errno.ENOENT: 725 if OPTIONS.verbose:
|
D | sign_target_files_apks | 705 if OPTIONS.verbose: 716 if OPTIONS.verbose or e.errno != errno.ENOENT: 725 if OPTIONS.verbose:
|
D | apex_utils.py | 159 if OPTIONS.verbose:
|
D | ota_from_target_files | 317 common.RunAndCheckOutput(cmd, verbose=False) 378 if OPTIONS.verbose:
|
D | ota_from_target_files.py | 317 common.RunAndCheckOutput(cmd, verbose=False) 378 if OPTIONS.verbose:
|
D | blockimgdiff.py | 53 proc = common.Run(cmd, verbose=False)
|
/build/make/tools/ |
D | checkowners.py | 27 if args.verbose:
|
/build/make/ |
D | Usage.txt | 46 verbose.log.gz 52 verbose debug information from soong_ui
|
/build/soong/cc/ndkstubgen/ |
D | __init__.py | 128 verbosity = args.verbose
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 32 optional bool verbose = 2; field
|
/build/soong/ui/build/ |
D | config.go | 41 verbose bool member 495 c.verbose = true 692 return c.verbose
|
/build/make/core/ |
D | Makefile | 4826 --verbose \
|