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

  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 315 size_t name_field_width = 10; local
317 name_field_width = std::max<size_t>(name_field_width, test.name.size());
320 name_field_width += 5;
326 context.name_field_width = name_field_width;
  /external/google-benchmark/src/
benchmark.cc 483 size_t name_field_width = 10; local
485 name_field_width =
486 std::max<size_t>(name_field_width, benchmark.name.size());
489 if (has_repetitions) name_field_width += std::strlen("_stddev");
497 context.name_field_width = name_field_width;
console_reporter.cc 37 name_field_width_ = context.name_field_width;
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 461 size_t name_field_width = 10; local
463 name_field_width =
464 std::max<size_t>(name_field_width, benchmark.name.size());
467 if (has_repetitions) name_field_width += std::strlen("_stddev");
475 context.name_field_width = name_field_width;
console_reporter.cc 36 name_field_width_ = context.name_field_width;
  /external/google-benchmark/include/benchmark/
reporter.h 41 size_t name_field_width; member in struct:benchmark::BenchmarkReporter::Context
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 40 size_t name_field_width; member in struct:benchmark::BenchmarkReporter::Context

Completed in 110 milliseconds