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

1 2 3 4 5 6 7 8 91011>>

  /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;
  /external/google-benchmark/src/
complexity.h 30 // the specified list of reports. If 'reports' contains less than two
33 const std::vector<BenchmarkReporter::Run>& reports);
36 // list of reports. If 'reports.size() < 2' an empty vector is returned.
38 const std::vector<BenchmarkReporter::Run>& reports);
complexity.cc 154 const std::vector<BenchmarkReporter::Run>& reports) {
159 std::count_if(reports.begin(), reports.end(),
162 if (reports.size() - error_count < 2) {
173 int64_t const run_iterations = reports.front().iterations;
176 for (Run const& run : reports) {
177 CHECK_EQ(reports[0].benchmark_name, run.benchmark_name);
190 mean_data.benchmark_name = reports[0].benchmark_name + "_mean";
198 mean_data.time_unit = reports[0].time_unit;
201 mean_data.report_label = reports[0].report_label
    [all...]
  /external/libcxx/utils/google-benchmark/src/
complexity.h 30 // the specified list of reports. If 'reports' contains less than two
33 const std::vector<BenchmarkReporter::Run>& reports);
36 // list of reports. If 'reports.size() < 2' an empty vector is returned.
38 const std::vector<BenchmarkReporter::Run>& reports);
complexity.cc 154 const std::vector<BenchmarkReporter::Run>& reports) {
159 std::count_if(reports.begin(), reports.end(),
162 if (reports.size() - error_count < 2) {
173 int64_t const run_iterations = reports.front().iterations;
176 for (Run const& run : reports) {
177 CHECK_EQ(reports[0].benchmark_name, run.benchmark_name);
190 mean_data.benchmark_name = reports[0].benchmark_name + "_mean";
198 mean_data.time_unit = reports[0].time_unit;
201 mean_data.report_label = reports[0].report_label
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/mime/
grammar.go 11 // isTSpecial reports whether rune is in 'tspecials' as defined by RFC
17 // isTokenChar reports whether rune is in 'token' as defined by RFC
25 // isToken reports whether s is a 'token' as defined by RFC 1521
  /prebuilts/go/linux-x86/src/mime/
grammar.go 11 // isTSpecial reports whether rune is in 'tspecials' as defined by RFC
17 // isTokenChar reports whether rune is in 'token' as defined by RFC
25 // isToken reports whether s is a 'token' as defined by RFC 1521
  /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/toolchain-utils/user_activity_benchmarks/
select_hot_functions.sql 15 -- The reports were collected periodically.
18 -- The reports were from a busy machine.
20 -- The reports are from the gnawty board, x86_64 architecture.
23 -- The reports include callchain data.
  /prebuilts/go/darwin-x86/src/os/
sys_nacl.go 7 // supportsCloseOnExec reports whether the platform supports the
  /prebuilts/go/linux-x86/src/os/
sys_nacl.go 7 // supportsCloseOnExec reports whether the platform supports the
  /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...]
  /frameworks/base/libs/hwui/tests/macrobench/
TestSceneRunner.cpp 76 static std::array<ReportInfo, 4> REPORTS = {
86 std::vector<BenchmarkReporter::Run> reports; local
93 reports.push_back(report);
94 reporter->ReportRuns(reports);
100 for (auto& ri : REPORTS) {
101 reports[0].benchmark_name = info.name;
102 reports[0].benchmark_name += ri.suffix;
104 reports[0].real_accumulated_time = durationInS;
105 reports[0].cpu_accumulated_time = durationInS;
106 reports[0].iterations = 1
    [all...]
  /prebuilts/go/darwin-x86/src/math/
bits.go 30 // IsNaN reports whether f is an IEEE 754 ``not-a-number'' value.
39 // IsInf reports whether f is an infinity, according to sign.
40 // If sign > 0, IsInf reports whether f is positive infinity.
41 // If sign < 0, IsInf reports whether f is negative infinity.
42 // If sign == 0, IsInf reports whether f is either infinity.
  /prebuilts/go/linux-x86/src/math/
bits.go 30 // IsNaN reports whether f is an IEEE 754 ``not-a-number'' value.
39 // IsInf reports whether f is an infinity, according to sign.
40 // If sign > 0, IsInf reports whether f is positive infinity.
41 // If sign < 0, IsInf reports whether f is negative infinity.
42 // If sign == 0, IsInf reports whether f is either infinity.
  /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);

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>