HomeSort by relevance Sort by last modified time
    Searched refs:ReportRuns (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 121 virtual void ReportRuns(const std::vector<Run>& report) = 0;
166 virtual void ReportRuns(const std::vector<Run>& reports);
183 virtual void ReportRuns(const std::vector<Run>& reports);
196 virtual void ReportRuns(const std::vector<Run>& reports);
  /external/google-benchmark/test/
filter_test.cc 21 virtual void ReportRuns(const std::vector<Run>& report) {
23 ConsoleReporter::ReportRuns(report);
register_benchmark_test.cc 13 virtual void ReportRuns(const std::vector<Run>& report) {
15 ConsoleReporter::ReportRuns(report);
skip_with_error_test.cc 17 virtual void ReportRuns(const std::vector<Run>& report) {
19 ConsoleReporter::ReportRuns(report);
output_test_helper.cc 142 void ReportRuns(const std::vector<Run>& report) {
143 for (auto rep : reporters_) rep->ReportRuns(report);
  /external/libcxx/utils/google-benchmark/test/
filter_test.cc 21 virtual void ReportRuns(const std::vector<Run>& report) {
23 ConsoleReporter::ReportRuns(report);
register_benchmark_test.cc 13 virtual void ReportRuns(const std::vector<Run>& report) {
15 ConsoleReporter::ReportRuns(report);
skip_with_error_test.cc 17 virtual void ReportRuns(const std::vector<Run>& report) {
19 ConsoleReporter::ReportRuns(report);
output_test_helper.cc 142 void ReportRuns(const std::vector<Run>& report) {
143 for (auto rep : reporters_) rep->ReportRuns(report);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
filter_test.cc 21 virtual void ReportRuns(const std::vector<Run>& report) {
23 ConsoleReporter::ReportRuns(report);
register_benchmark_test.cc 13 virtual void ReportRuns(const std::vector<Run>& report) {
15 ConsoleReporter::ReportRuns(report);
skip_with_error_test.cc 17 virtual void ReportRuns(const std::vector<Run>& report) {
19 ConsoleReporter::ReportRuns(report);
output_test_helper.cc 132 void ReportRuns(const std::vector<Run>& report) {
133 for (auto rep : reporters_) rep->ReportRuns(report);
  /external/google-benchmark/src/
csv_reporter.cc 45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) {
console_reporter.cc 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
json_reporter.cc 123 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) {
console_reporter.cc 72 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
json_reporter.cc 123 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
csv_reporter.cc 45 void CSVReporter::ReportRuns(const std::vector<Run> & reports) {
console_reporter.cc 65 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
json_reporter.cc 90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 90 reporter->ReportRuns(reports);
104 reporter->ReportRuns(reports);
  /external/google-benchmark/include/benchmark/
benchmark.h     [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h     [all...]

Completed in 228 milliseconds

1 2