Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
Dversioner.h26 extern bool verbose;
31 if (verbose) { \
Dversioner.cpp65 bool verbose; variable
577 verbose = true; in main()
670 if (verbose) { in main()
DPreprocessor.cpp78 if (verbose) { in calculateRequiredGuard()
401 if (verbose) { in rewriteFile()
DDriver.cpp230 if (verbose) { in initializeTargetCC1FlagCache()
/bionic/libc/tools/
Dgenfunctosyscallnrs.py43 if args.verbose:
Dgenseccomp.py283 if args.verbose:
/bionic/libc/malloc_debug/
DREADME.md404 ### verbose subsection
413 add the verbose option. All of the "Run XXX" messages are also silenced unless
414 the verbose option is specified. This is an example of the type
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp747 TEST_F(MallocDebugConfigTest, verbose) { in TEST_F() argument