Home
last modified time | relevance | path

Searched refs:kVerbose (Results 1 – 5 of 5) sorted by relevance

/system/extras/tests/sdcard/
Dstopwatch.cpp48 const bool kVerbose = false; variable
108 if (kVerbose) fprintf(stderr, "printing\n"); in sprint()
118 if (kVerbose) SNPRINTF_OR_RETURN(*str, *size, "# Got %d samples for %s\n", mDataLen, mName); in sprint()
167 if (kVerbose) fprintf(stderr, "processing samples\n"); in processSamples()
Dtestcase.cpp37 const bool kVerbose = false; variable
94 if (kVerbose) printf("Child pid: %d\n", mPid); in runTest()
Dsdcard_perf_test.cpp107 const bool kVerbose = false; variable
395 if (kVerbose) printf("Child %d all chunk written\n", testCase->pid()); in testRead()
/system/connectivity/shill/shims/
Dnetfilter_queue_helper.cc55 static const char kVerbose[] = "verbose"; variable
115 if (cl->HasSwitch(switches::kVerbose)) { in main()
/system/core/crash_reporter/
Dlist_proxies.cc51 const char kVerbose[] = "verbose"; variable
268 bool verbose = cl->HasSwitch(kVerbose); in main()