/build/make/tools/zipalign/ |
D | ZipAlign.cpp | 139 int verify(const char* fileName, int alignment, bool verbose, in verify() argument 145 if (verbose) in verify() 159 if (verbose) { in verify() 167 if (verbose) { in verify() 174 if (verbose) { in verify() 182 if (verbose) in verify()
|
D | ZipAlignMain.cpp | 56 bool verbose = false; in main() local 83 verbose = true; in main() 118 result = verify(argv[1], alignment, verbose, pageAlignSharedLibs); in main() 125 result = verify(argv[2], alignment, verbose, pageAlignSharedLibs); in main()
|
D | README.txt | 9 -v : verbose output
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | prepare_bazel_test_env.py | 32 def _configure_logging(verbose: bool) -> None: 40 level = logging.DEBUG if verbose else logging.INFO 83 _configure_logging(args.verbose)
|
/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/make/tools/zipalign/include/ |
D | ZipAlign.h | 44 int verify(const char* fileName, int alignTo, bool verbose,
|
/build/soong/ui/logger/ |
D | logger.go | 139 verbose bool member 161 s.verbose = v 229 if s.verbose {
|
/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/make/tools/releasetools/ |
D | verity_utils.py | 54 output = common.RunAndCheckOutput(cmd, verbose=False) 60 output = common.RunAndCheckOutput(cmd, verbose=False) 66 output = common.RunAndCheckOutput(cmd, verbose=False) 739 output = common.RunAndCheckOutput(cmd, verbose=False)
|
D | merge_target_files.py | 116 OPTIONS.verbose = True 1016 find_command, stdout=subprocess.PIPE, verbose=False) 1019 verbose=False) 1042 common.RunAndCheckOutput(command, verbose=True)
|
D | build_image.py | 61 output = common.RunAndCheckOutput(cmd, verbose=False) 75 output = common.RunAndCheckOutput(cmd, verbose=False) 105 output = common.RunAndCheckOutput(cmd, verbose=False)
|
D | common.py | 88 self.verbose = False 209 if OPTIONS.verbose: 252 def Run(args, verbose=None, **kwargs): argument 280 if verbose: 285 def RunAndCheckOutput(args, verbose=None, **kwargs): argument 302 proc = Run(args, verbose=verbose, **kwargs) 307 if verbose: 2490 OPTIONS.verbose = True
|
D | sign_target_files_apks.py | 737 if OPTIONS.verbose: 748 if OPTIONS.verbose or e.errno != errno.ENOENT: 757 if OPTIONS.verbose:
|
D | sign_target_files_apks | 737 if OPTIONS.verbose: 748 if OPTIONS.verbose or e.errno != errno.ENOENT: 757 if OPTIONS.verbose:
|
D | ota_from_target_files.py | 332 common.RunAndCheckOutput(cmd, verbose=False) 393 if OPTIONS.verbose:
|
D | ota_from_target_files | 332 common.RunAndCheckOutput(cmd, verbose=False) 393 if OPTIONS.verbose:
|
D | apex_utils.py | 185 if OPTIONS.verbose:
|
D | blockimgdiff.py | 53 proc = common.Run(cmd, verbose=False)
|
/build/soong/cc/ndkstubgen/ |
D | __init__.py | 139 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 | 46 verbose bool member 570 c.verbose = true 790 return c.verbose
|
/build/make/core/ |
D | Makefile | 5343 --verbose \
|