Home
last modified time | relevance | path

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

/art/tools/
Dbuildbot-setup-device.sh28 if [ "$1" = --verbose ]; then
29 verbose=true
31 verbose=false
74 $verbose && adb shell getenforce
78 $verbose && adb shell ifconfig
80 if $verbose; then
102 $verbose && adb logcat -g
106 $verbose && adb logcat -p
Drun-libjdwp-tests.sh68 elif [[ $1 == --verbose-all ]]; then
77 elif [[ $1 == --verbose ]]; then
80 elif [[ $1 == --verbose-level ]]; then
Drun-jdwp-tests.sh74 verbose="no"
205 verbose="yes"
406 if [[ $verbose == "yes" ]]; then
428 --verbose \
434 --vm-arg -Djpda.settings.verbose=true \
Dart55 --verbose Run script verbosely.
390 --verbose)
/art/test/712-varhandle-invocations/src/
DVarHandleUnitTestCollector.java22 private final boolean verbose = false; field in VarHandleUnitTestCollector
41 if (verbose) { in printStatus()
/art/tools/dmtracedump/
Dcreatetesttrace.cc45 int32_t verbose = 0; variable
234 if (verbose) { in parseInputFile()
240 if (verbose) printf(" Entering %s\n", records[nextRecord].fullName); in parseInputFile()
246 if (verbose) in parseInputFile()
260 if (verbose) printf(" Exiting %s\n", name); in parseInputFile()
277 if (verbose) { in parseInputFile()
423 verbose = 1; in parseOptions()
Dtracedump.cc590 int64_t parseVersion(DataKeys* pKeys, int64_t offset, int32_t verbose) { in parseVersion() argument
615 if (verbose) printf("VERSION: %d\n", versionNumber); in parseVersion()
822 DataKeys* parseKeys(FILE* fp, int32_t verbose) { in parseKeys() argument
859 offset = parseVersion(pKeys, offset, verbose); in parseKeys()
884 if (verbose) { in parseKeys()
895 if (verbose) { in parseKeys()
1140 bool verbose = false; in addInclusiveTime()
1142 verbose = true; in addInclusiveTime()
1156 if (verbose) { in addInclusiveTime()
1209 if (verbose) { in addInclusiveTime()
/art/dexdump/
Ddexdump_main.cc64 gOptions.verbose = true; in dexdumpDriver()
105 gOptions.verbose = false; in dexdumpDriver()
Ddexdump.h50 bool verbose; member
Ddexdump.cc1819 if (gOptions.verbose) { in processDexFile()
1861 if (gOptions.verbose) { in processFile()
/art/test/638-checker-inline-cache-intrinsic/
Drun22 …initialsize:32M --runtime-option -Xjitthreshold:1000 -Xcompiler-option --verbose-methods=inlineMon…
/art/test/testrunner/
Dtestrunner.py133 verbose = False variable
658 if verbose:
692 if verbose:
743 if not verbose:
755 if test_time.total_seconds() != 0 and verbose:
760 if not verbose:
778 if verbose:
962 if not verbose:
1078 global verbose
1180 verbose = True
[all …]
/art/tools/bisection_search/
DREADME.md44 [--timeout TIMEOUT] [--verbose]
70 --verbose enable verbose output
Dbisection_search.py74 output_checker=None, verbose=False): argument
90 self._verbose = verbose
410 output_checker, args.verbose)
/art/runtime/
Dstack_map.cc256 bool verbose, in Dump() argument
266 ForEachBitTableField([this, &vios, verbose](size_t, auto member_pointer) { in Dump()
277 if (verbose) { in Dump()
300 if (verbose) { in Dump()
Dstack_map.h442 bool verbose,
/art/runtime/base/
Dtiming_logger.cc132 bool verbose, in TimingLogger() argument
134 : name_(name), precise_(precise), verbose_(verbose), kind_(kind) { in TimingLogger()
Dtiming_logger.h163 bool verbose,
/art/test/
DAndroid.run-test.mk114 $$(build_target) : args := --$(1) --verbose
/art/tools/jvmti-agents/enable-vlog/
DREADME.md24 `-verbose:[...]` argument to `dalvikvm`.
/art/tools/hiddenapi/
Dhiddenapi.cc460 Hierarchy(ClassPath& classpath, bool fragment, bool verbose) : classpath_(classpath) { in Hierarchy() argument
461 BuildClassHierarchy(fragment, verbose); in Hierarchy()
528 void BuildClassHierarchy(bool fragment, bool verbose) { in BuildClassHierarchy() argument
550 } else if (!fragment || verbose) { in BuildClassHierarchy()
551 auto severity = verbose ? ::android::base::WARNING : ::android::base::FATAL; in BuildClassHierarchy()
/art/test/utils/
Dregen-test-files979 if args.verbose: