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

1 2 3 4 5

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
StatsObserver.java 30 /** Interface for observing Stats reports (see webrtc::StatsObservers). */
32 /** Called when the reports are ready.*/
33 public void onComplete(StatsReport[] reports);
  /external/testng/src/test/java/test/reports/
B.java 1 package test.reports;
FailedSampleTest.java 1 package test.reports;
A.java 1 package test.reports;
ReporterLogSampleTest.java 1 package test.reports;
9 import test.reports.ReporterLogSampleTest.MyTestListener;
ReporterSampleTest.java 1 package test.reports;
ReporterTest.java 1 package test.reports;
EmailableReportDriver.java 1 package test.reports;
ReporterLogTest.java 1 package test.reports;
  /external/google-benchmark/src/
reporter.cc 26 const std::vector<Run>& reports,
28 CHECK(reports.size() >= 2) << "Cannot compute stats for less than 2 reports";
36 int64_t const run_iterations = reports.front().iterations;
39 for (Run const& run : reports) {
40 CHECK_EQ(reports[0].benchmark_name, run.benchmark_name);
51 mean_data->benchmark_name = reports[0].benchmark_name + "_mean";
61 mean_data->report_label = reports[0].report_label;
62 for (std::size_t i = 1; i < reports.size(); i++) {
63 if (reports[i].report_label != reports[0].report_label)
    [all...]
console_reporter.cc 57 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
58 if (reports.empty()) {
62 for (Run const& run : reports) {
63 CHECK_EQ(reports[0].benchmark_name, run.benchmark_name);
67 if (reports.size() < 2) {
74 BenchmarkReporter::ComputeStats(reports, &mean_data, &stddev_data);
csv_reporter.cc 50 void CSVReporter::ReportRuns(std::vector<Run> const& reports) {
51 if (reports.empty()) {
55 std::vector<Run> reports_cp = reports;
56 if (reports.size() >= 2) {
59 BenchmarkReporter::ComputeStats(reports, &mean_data, &stddev_data);
json_reporter.cc 88 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
89 if (reports.empty()) {
98 std::vector<Run> reports_cp = reports;
99 if (reports.size() >= 2) {
102 BenchmarkReporter::ComputeStats(reports, &mean_data, &stddev_data);
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 22 var reports = [];
33 reports.push(JSON.parse(this.result));
38 analyzeReports_(reports, filesNames);
45 function analyzeReports_(reports, filesNames) {
49 analyzeRttData(reports, filesNames, "bot1");
50 analyzeRttData(reports, filesNames, "bot2");
53 analyzePacketsLostData(reports, filesNames, "bot1");
54 analyzePacketsLostData(reports, filesNames, "bot2");
57 analyzeData(reports, filesNames, "Available Send Bandwidth-bot1", "bot1",
59 analyzeData(reports, filesNames, "Available Send Bandwidth-bot2", "bot2"
    [all...]
  /external/webrtc/webrtc/video/
call_stats.cc 28 void RemoveOldReports(int64_t now, std::list<CallStats::RttTime>* reports) {
31 while (!reports->empty() &&
32 (now - reports->front().time) > kRttTimeoutMs) {
33 reports->pop_front();
37 int64_t GetMaxRttMs(std::list<CallStats::RttTime>* reports) {
39 for (std::list<CallStats::RttTime>::const_iterator it = reports->begin();
40 it != reports->end(); ++it) {
46 int64_t GetAvgRttMs(std::list<CallStats::RttTime>* reports) {
47 if (reports->empty()) {
51 for (std::list<CallStats::RttTime>::const_iterator it = reports->begin()
    [all...]
  /external/google-benchmark/include/benchmark/
reporter.h 26 // By default, benchmark reports are printed to stdout. However an application
27 // can control the destination of the reports by calling
84 static void ComputeStats(std::vector<Run> const& reports, Run* mean, Run* stddev);
92 virtual void ReportRuns(const std::vector<Run>& reports);
103 virtual void ReportRuns(const std::vector<Run>& reports);
115 virtual void ReportRuns(const std::vector<Run>& reports);
  /build/kati/testcase/
wildcard_with_commas.mk 9 # next "make test2" reports "foo,bar".
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 34 // crash reports via HTTP(S). A crash report is formatted as a multipart POST
59 // we exceeded the maximum reports per day.
71 // Sets the maximum number of crash reports that will be sent in a 24-hour
73 // The default value of -1 means that there is no limit on reports sent.
74 void set_max_reports_per_day(int reports) {
75 max_reports_per_day_ = reports;
113 // Number of reports sent on last_sent_date_
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 185 const StatsReports& reports,
187 for (const auto* r : reports) {
220 // Finds the |n|-th report of type |type| in |reports|.
223 const StatsReports& reports, const StatsReport::StatsType& type, int n) {
224 for (size_t i = 0; i < reports.size(); ++i) {
225 if (reports[i]->type() == type) {
228 return reports[i];
234 const StatsReport* FindReportById(const StatsReports& reports,
236 for (const auto* r : reports) {
243 std::string ExtractSsrcStatsValue(StatsReports reports,
680 StatsReports reports; \/\/ returned values. local
786 StatsReports reports; local
831 StatsReports reports; \/\/ returned values. local
878 StatsReports reports; \/\/ returned values. local
919 StatsReports reports; \/\/ returned values. local
932 StatsReports reports; \/\/ returned values. local
956 StatsReports reports; local
1008 StatsReports reports; local
1077 StatsReports reports; local
1114 StatsReports reports; local
1163 StatsReports reports; local
1211 StatsReports reports; local
1235 StatsReports reports; \/\/ returned values. local
1370 StatsReports reports; \/\/ returned values. local
1427 StatsReports reports; \/\/ returned values. local
1506 StatsReports reports; \/\/ returned values. local
1541 StatsReports reports; \/\/ returned values. local
1586 StatsReports reports; \/\/ returned values. local
1666 StatsReports reports; \/\/ returned values. local
1720 StatsReports reports; \/\/ returned values. local
    [all...]
statscollector.h 82 // a track label or empty string. The most recent reports are stored in
83 // |reports|.
85 // of filling in |reports|. As is, there's a requirement that the caller
86 // uses |reports| immediately without allowing any async activity on
89 StatsReports* reports);
109 bool CopySelectedReports(const std::string& selector, StatsReports* reports);
152 // A collection for all of our stats reports.
  /frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java 50 ArrayList<Report> reports; local
52 reports = mPendingReports;
54 if (reports == null || reports.isEmpty()) {
73 for (int i=0; i<reports.size(); i++) {
74 final Report rep = reports.get(i);
  /external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/
query.py 31 reports = trace_info.TraceInfo.gql(gql, *args)
34 i.key.string_id()) for i in reports])
  /external/webrtc/webrtc/tools/rtcbot/
test.js 111 function onStatsReady(reports) {
112 for (index in reports) {
114 stats[reports[index].id] = collectStats(reports[index].stats);
139 fs.exists("test/reports/", function (exists) {
143 fs.mkdir("test/reports/", 0777, writeFile.bind(this));
148 fs.writeFile("test/reports/" + this.outputFileName_ + "_" +
  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 61 var reports = stateResponse.result();
62 for (index in reports) {
64 report.id = reports[index].id;
65 report.type = reports[index].type;
66 report.names = reports[index].names();
68 populateStats(reports[index], report.stats);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
labels.s 23 lab? add #1,a ; reports as line 17?
28 lab? add #3,a ; reports as line 22?

Completed in 432 milliseconds

1 2 3 4 5