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

  /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;
190 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());

Completed in 103 milliseconds