OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVerbose
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/sdcard/
stopwatch.cpp
48
const bool
kVerbose
= false;
108
if (
kVerbose
) fprintf(stderr, "printing\n");
118
if (
kVerbose
) SNPRINTF_OR_RETURN(*str, *size, "# Got %d samples for %s\n", mDataLen, mName);
167
if (
kVerbose
) fprintf(stderr, "processing samples\n");
testcase.cpp
37
const bool
kVerbose
= false;
94
if (
kVerbose
) printf("Child pid: %d\n", mPid);
sdcard_perf_test.cpp
106
const bool
kVerbose
= false;
389
if (
kVerbose
) printf("Child %d all chunk written\n", testCase->pid());
Completed in 14 milliseconds