HomeSort by relevance Sort by last modified time
    Searched refs:kVerbose (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/util/
bloom_test.cc 14 static const int kVerbose = 1;
51 if (kVerbose >= 2) DumpFilter();
140 if (kVerbose >= 1) {
148 if (kVerbose >= 1) {
  /ndk/tests/abcc/jni/host/
Abcc_host.h 28 extern bool kVerbose;
31 if (kVerbose) LOG(format, ##__VA_ARGS__); \
Abcc_host.cpp 21 bool kVerbose = false;
187 if (!kVerbose)
main.cpp 51 kVerbose = true;
  /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());
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 520 static const bool kVerbose = false;
524 if (kVerbose) fprintf(stderr, "---\n");
530 if (kVerbose) fprintf(stderr, "Next\n");
539 if (kVerbose) fprintf(stderr, "SeekToFirst\n");
549 if (kVerbose) fprintf(stderr, "Seek '%s'\n",
558 if (kVerbose) fprintf(stderr, "Prev\n");
571 if (kVerbose) fprintf(stderr, "SeekToLast\n");

Completed in 1061 milliseconds