OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVerbose
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/shims/
netfilter_queue_helper.cc
55
static const char
kVerbose
[] = "verbose";
115
if (cl->HasSwitch(switches::
kVerbose
)) {
/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
107
const bool
kVerbose
= false;
395
if (
kVerbose
) printf("Child %d all chunk written\n", testCase->pid());
/system/core/crash_reporter/
list_proxies.cc
51
const char
kVerbose
[] = "verbose";
268
bool verbose = cl->HasSwitch(
kVerbose
);
Completed in 514 milliseconds