Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 21 of 21) sorted by relevance

/build/make/tools/zipalign/
DZipAlign.cpp172 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()
DREADME.txt9 -v : verbose output
/build/soong/docs/
Dperf.md11 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/
Dfinder.go42 verbose bool var
50 flag.BoolVar(&verbose, "v", false, "log additional information")
97 if verbose {
/build/soong/ui/logger/
Dlogger.go139 verbose bool member
161 s.verbose = v
229 if s.verbose {
/build/make/tools/releasetools/
Dmerge_target_files.py99 OPTIONS.verbose = True
730 find_process = common.Run(find_command, stdout=subprocess.PIPE, verbose=False)
733 verbose=False)
915 common.RunAndWait(command, verbose=True)
Dverity_utils.py44 output = common.RunAndCheckOutput(cmd, verbose=False)
50 output = common.RunAndCheckOutput(cmd, verbose=False)
56 output = common.RunAndCheckOutput(cmd, verbose=False)
Dbuild_image.py61 output = common.RunAndCheckOutput(cmd, verbose=False)
75 output = common.RunAndCheckOutput(cmd, verbose=False)
101 output = common.RunAndCheckOutput(cmd, verbose=False)
Dcommon.py87 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
Dsign_target_files_apks.py705 if OPTIONS.verbose:
716 if OPTIONS.verbose or e.errno != errno.ENOENT:
725 if OPTIONS.verbose:
Dsign_target_files_apks705 if OPTIONS.verbose:
716 if OPTIONS.verbose or e.errno != errno.ENOENT:
725 if OPTIONS.verbose:
Dapex_utils.py159 if OPTIONS.verbose:
Dota_from_target_files317 common.RunAndCheckOutput(cmd, verbose=False)
378 if OPTIONS.verbose:
Dota_from_target_files.py317 common.RunAndCheckOutput(cmd, verbose=False)
378 if OPTIONS.verbose:
Dblockimgdiff.py53 proc = common.Run(cmd, verbose=False)
/build/make/tools/
Dcheckowners.py27 if args.verbose:
/build/make/
DUsage.txt46 verbose.log.gz
52 verbose debug information from soong_ui
/build/soong/cc/ndkstubgen/
D__init__.py128 verbosity = args.verbose
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto32 optional bool verbose = 2; field
/build/soong/ui/build/
Dconfig.go41 verbose bool member
495 c.verbose = true
692 return c.verbose
/build/make/core/
DMakefile4826 --verbose \