/external/webrtc/test/pc/e2e/ |
D | cross_media_metrics_reporter.cc | 102 GetTestCaseName(pair.second.audio_stream_label, sync_group), in StopAndReportResults() 106 GetTestCaseName(pair.second.video_stream_label, sync_group), in StopAndReportResults() 122 std::string CrossMediaMetricsReporter::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::CrossMediaMetricsReporter
|
D | network_quality_metrics_reporter.cc | 144 GetTestCaseName(network_label), value, unit, in ReportResult() 148 std::string NetworkQualityMetricsReporter::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::NetworkQualityMetricsReporter
|
D | cross_media_metrics_reporter.h | 57 std::string GetTestCaseName(const std::string& stream_label,
|
D | network_quality_metrics_reporter.h | 60 std::string GetTestCaseName(const std::string& network_label) const;
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | video_quality_metrics_reporter.cc | 102 ReportVideoBweResults(GetTestCaseName(item.first), item.second); in StopAndReportResults() 106 std::string VideoQualityMetricsReporter::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::VideoQualityMetricsReporter
|
D | video_quality_metrics_reporter.h | 57 std::string GetTestCaseName(const std::string& stream_label) const;
|
D | default_video_quality_analyzer.h | 488 std::string GetTestCaseName(const std::string& stream_label) const;
|
D | default_video_quality_analyzer.cc | 761 ReportResults(GetTestCaseName(StatsKeyToMetricName(ToStatsKey(item.first))), in ReportResults() 889 std::string DefaultVideoQualityAnalyzer::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::DefaultVideoQualityAnalyzer
|
/external/webrtc/test/pc/e2e/analyzer/audio/ |
D | default_audio_quality_analyzer.cc | 112 std::string DefaultAudioQualityAnalyzer::GetTestCaseName( in GetTestCaseName() function in webrtc::webrtc_pc_e2e::DefaultAudioQualityAnalyzer 152 metric_name, /*modifier=*/"", GetTestCaseName(stream_label), in ReportResult()
|
D | default_audio_quality_analyzer.h | 61 std::string GetTestCaseName(const std::string& stream_label) const;
|
/external/libchrome/base/test/launcher/ |
D | test_result.h | 75 std::string GetTestCaseName() const;
|
D | test_result.cc | 90 std::string TestResult::GetTestCaseName() const { in GetTestCaseName() function in base::TestResult
|
D | test_results_tracker.cc | 106 test_case_map[result.GetTestCaseName()].push_back(result); in ~TestResultsTracker() 141 result.GetTestCaseName().c_str()); in ~TestResultsTracker()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 420 virtual const string& GetTestCaseName() const = 0; 457 const string &GetTestCaseName() const override { return test_case_name_; } in GetTestCaseName() function 576 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 475 virtual const string& GetTestCaseName() const = 0; 514 virtual const string& GetTestCaseName() const { return test_case_name_; } in GetTestCaseName() function 687 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util.h | 471 virtual const std::string& GetTestCaseName() const = 0; 510 virtual const std::string& GetTestCaseName() const { return test_case_name_; } in GetTestCaseName() function 682 if ((*it)->GetTestCaseName() == test_case_name) { in GetTestCasePatternHolder()
|
/external/fmtlib/test/gtest/ |
D | gtest.h | 10423 virtual const string& GetTestCaseName() const = 0; 10460 virtual const string& GetTestCaseName() const { return test_case_name_; } 10579 if ((*it)->GetTestCaseName() == test_case_name) {
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/ |
D | gtest.h | 11518 virtual const string& GetTestCaseName() const = 0; 11557 virtual const string& GetTestCaseName() const { return test_case_name_; } 11730 if ((*it)->GetTestCaseName() == test_case_name) {
|