/external/v8/benchmarks/ |
D | run.js | 41 function PrintResult(name, result) { class 47 PrintResult(name, error); 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult,
|
/external/regex-re2/re2/testing/ |
D | exhaustive_tester.cc | 59 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m… in PrintResult() function 112 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup); in HandleRegexp() 114 PrintResult(re, input, RE2::UNANCHORED, group, ngroup); in HandleRegexp() 116 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup); in HandleRegexp() 118 PrintResult(relongest, input, RE2::UNANCHORED, group, ngroup); in HandleRegexp()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_performance_unittest.cc | 25 webrtc::test::PrintResult( in TEST() 39 webrtc::test::PrintResult( in TEST()
|
/external/webrtc/webrtc/video/ |
D | video_quality_test.cc | 458 PrintResult("psnr", psnr_, " dB"); in PrintResults() 459 PrintResult("ssim", ssim_, ""); in PrintResults() 460 PrintResult("sender_time", sender_time_, " ms"); in PrintResults() 463 PrintResult("receiver_time", receiver_time_, " ms"); in PrintResults() 464 PrintResult("total_delay_incl_network", end_to_end_, " ms"); in PrintResults() 465 PrintResult("time_between_rendered_frames", rendered_delta_, " ms"); in PrintResults() 466 PrintResult("encoded_frame_size", encoded_frame_size_, " bytes"); in PrintResults() 467 PrintResult("encode_frame_rate", encode_frame_rate_, " fps"); in PrintResults() 468 PrintResult("encode_time", encode_time_ms, " ms"); in PrintResults() 469 PrintResult("encode_usage_percent", encode_usage_percent, " percent"); in PrintResults() [all …]
|
D | video_send_stream_tests.cc | 1003 test::PrintResult("bitrate_stats_", in TEST_F()
|
/external/webrtc/webrtc/test/testsupport/ |
D | perf_test.h | 36 void PrintResult(const std::string& measurement, 53 void PrintResult(const std::string& measurement,
|
D | perf_test.cc | 63 void PrintResult(const std::string& measurement, in PrintResult() function 89 void PrintResult(const std::string& measurement, in PrintResult() function
|
/external/webrtc/webrtc/call/ |
D | rampup_tests.cc | 244 webrtc::test::PrintResult( in ReportResult() 392 webrtc::test::PrintResult("ramp_up_down_up", GetModifierString(), in EvolveTestState() 409 webrtc::test::PrintResult("ramp_up_down_up", GetModifierString(), in EvolveTestState() 420 webrtc::test::PrintResult("ramp_up_down_up", GetModifierString(), in EvolveTestState()
|
D | call_perf_tests.cc | 155 webrtc::test::PrintResult("stream_offset", in RenderFrame() 169 webrtc::test::PrintResult("sync_convergence_time", in RenderFrame() 448 webrtc::test::PrintResult( in TestCaptureNtpTime() 603 test::PrintResult( in TestMinTransmitBitrate()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 209 webrtc::test::PrintResult("BwePerformance", GetTestName(), "Utilization", in PrintResults() 213 webrtc::test::PrintResult("BwePerformance", GetTestName(), in PrintResults() 240 webrtc::test::PrintResult("BwePerformance", GetTestName(), "Fairness", in PrintResults()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.cc | 825 webrtc::test::PrintResult("isac", "", "time_per_10ms_frame", in main()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | process_test.cc | 1138 webrtc::test::PrintResult("audioproc", "", "time_per_10ms_frame", in void_main()
|