HomeSort by relevance Sort by last modified time
    Searched refs:kVerbose (Results 1 - 7 of 7) 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 107 const bool kVerbose = false;
395 if (kVerbose) printf("Child %d all chunk written\n", testCase->pid());
  /external/v8/src/compiler/
operator.h 61 enum class PrintVerbosity { kVerbose, kSilent };
127 PrintVerbosity verbose = PrintVerbosity::kVerbose) const {
graph-visualizer.cc 139 node->op()->PrintTo(title, Operator::PrintVerbosity::kVerbose);
simplified-operator.cc 135 if (verbose == PrintVerbosity::kVerbose) {
    [all...]
  /external/tensorflow/tensorflow/core/lib/io/
table_test.cc 317 static const bool kVerbose = false;
321 if (kVerbose) fprintf(stderr, "---\n");
327 if (kVerbose) fprintf(stderr, "Next\n");
337 if (kVerbose) fprintf(stderr, "SeekToFirst\n");
348 if (kVerbose)

Completed in 138 milliseconds