Home
last modified time | relevance | path

Searched full:reports (Results 1 – 25 of 1602) sorted by relevance

12345678910>>...65

/external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
Dmain.js22 var reports = [];
33 reports.push(JSON.parse(this.result));
38 analyzeReports_(reports, filesNames);
45 function analyzeReports_(reports, filesNames) { argument
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/talk/app/webrtc/
Dstatscollector_unittest.cc185 const StatsReports& reports, in ExtractStatsValue() argument
187 for (const auto* r : reports) { in ExtractStatsValue()
220 // Finds the |n|-th report of type |type| in |reports|.
223 const StatsReports& reports, const StatsReport::StatsType& type, int n) { in FindNthReportByType() argument
224 for (size_t i = 0; i < reports.size(); ++i) { in FindNthReportByType()
225 if (reports[i]->type() == type) { in FindNthReportByType()
228 return reports[i]; in FindNthReportByType()
234 const StatsReport* FindReportById(const StatsReports& reports, in FindReportById() argument
236 for (const auto* r : reports) { in FindReportById()
243 std::string ExtractSsrcStatsValue(StatsReports reports, in ExtractSsrcStatsValue() argument
[all …]
Dstatscollector.h82 // 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.
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanHandler.java26 Reports an attribute name without a value.
32 Reports an attribute name; a value will follow.
38 Reports an attribute value.
44 * Reports the content of a CDATA section (not a CDATA element)
49 * Reports a <!....> declaration - typically a DOCTYPE
55 Reports an entity reference or character reference.
61 Reports EOF.
67 Reports an end-tag.
73 Reports the general identifier (element type name) of a start-tag.
79 Reports character content.
[all …]
/external/google-benchmark/src/
Dreporter.cc26 const std::vector<Run>& reports, in ComputeStats() argument
28 CHECK(reports.size() >= 2) << "Cannot compute stats for less than 2 reports"; in ComputeStats()
36 int64_t const run_iterations = reports.front().iterations; in ComputeStats()
39 for (Run const& run : reports) { in ComputeStats()
40 CHECK_EQ(reports[0].benchmark_name, run.benchmark_name); in ComputeStats()
51 mean_data->benchmark_name = reports[0].benchmark_name + "_mean"; in ComputeStats()
61 mean_data->report_label = reports[0].report_label; in ComputeStats()
62 for (std::size_t i = 1; i < reports.size(); i++) { in ComputeStats()
63 if (reports[i].report_label != reports[0].report_label) { in ComputeStats()
69 stddev_data->benchmark_name = reports[0].benchmark_name + "_stddev"; in ComputeStats()
Dconsole_reporter.cc57 void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) { in ReportRuns() argument
58 if (reports.empty()) { in ReportRuns()
62 for (Run const& run : reports) { in ReportRuns()
63 CHECK_EQ(reports[0].benchmark_name, run.benchmark_name); in ReportRuns()
67 if (reports.size() < 2) { in ReportRuns()
74 BenchmarkReporter::ComputeStats(reports, &mean_data, &stddev_data); in ReportRuns()
Dcsv_reporter.cc50 void CSVReporter::ReportRuns(std::vector<Run> const& reports) { in ReportRuns() argument
51 if (reports.empty()) { in ReportRuns()
55 std::vector<Run> reports_cp = reports; in ReportRuns()
56 if (reports.size() >= 2) { in ReportRuns()
59 BenchmarkReporter::ComputeStats(reports, &mean_data, &stddev_data); in ReportRuns()
/external/chromium-trace/catapult/perf_insights/perf_insights/ui/reports/
Dall_reports.html7 <link rel="import" href="/perf_insights/ui/reports/coverage_report.html">
8 <link rel="import" href="/perf_insights/ui/reports/rail_score_report.html">
9 <link rel="import" href="/perf_insights/ui/reports/slice_cost_report.html">
10 <link rel="import" href="/perf_insights/ui/reports/startup_report.html">
11 <link rel="import" href="/perf_insights/ui/reports/stats_report.html">
12 <link rel="import" href="/perf_insights/ui/reports/task_info_report.html">
13 <link rel="import" href="/perf_insights/ui/reports/test_report.html">
14 <link rel="import" href="/perf_insights/ui/reports/v8_report.html">
15 <link rel="import" href="/perf_insights/ui/reports/weather_report.html">
/external/webrtc/webrtc/video/
Dcall_stats.cc28 void RemoveOldReports(int64_t now, std::list<CallStats::RttTime>* reports) { in RemoveOldReports() argument
31 while (!reports->empty() && in RemoveOldReports()
32 (now - reports->front().time) > kRttTimeoutMs) { in RemoveOldReports()
33 reports->pop_front(); in RemoveOldReports()
37 int64_t GetMaxRttMs(std::list<CallStats::RttTime>* reports) { in GetMaxRttMs() argument
39 for (std::list<CallStats::RttTime>::const_iterator it = reports->begin(); in GetMaxRttMs()
40 it != reports->end(); ++it) { in GetMaxRttMs()
46 int64_t GetAvgRttMs(std::list<CallStats::RttTime>* reports) { in GetAvgRttMs() argument
47 if (reports->empty()) { in GetAvgRttMs()
51 for (std::list<CallStats::RttTime>::const_iterator it = reports->begin(); in GetAvgRttMs()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h50 // Interface for individual bug reports.
54 /// individual bug reports.
119 /// path. This is useful for some reports that want maximum fidelty
162 /// The reports that have the same report location, description, bug type, and
163 /// ranges are uniqued - only one of the equivalent reports will be presented
165 /// for uniquing reports. For example, memory leaks checker, could set this to
213 /// Invalid reports are those that have been classified as likely false
308 /// Profile to identify equivalent bug reports for error report coalescing.
309 /// Reports are uniqued to ensure that we do not emit multiple diagnostics
340 // BugTypes (collections of related reports).
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.h40 // Reports that |num_samples| samples were produced through expansion, and
44 // Reports that |num_samples| samples were produced through expansion, and
48 // Reports that |num_samples| samples were produced through preemptive
52 // Reports that |num_samples| samples were removed through accelerate.
55 // Reports that |num_samples| zeros were inserted into the output.
58 // Reports that |num_packets| packets were discarded.
61 // Reports that |num_samples| were lost.
72 // Reports that |num_samples| samples were decoded from secondary packets.
/external/slf4j/integration/
Dbuild.xml97 <mkdir dir="target/unit-reports" />
115 <test fork="yes" todir="target/unit-reports"
123 <test fork="yes" todir="target/unit-reports"
135 <test fork="yes" todir="target/unit-reports"
144 <test fork="yes" todir="target/unit-reports"
155 <test fork="yes" todir="target/unit-reports"
165 <test fork="yes" todir="target/unit-reports"
175 <test fork="yes" todir="target/unit-reports"
185 <test fork="yes" todir="target/unit-reports"
194 <test fork="yes" todir="target/unit-reports"
/external/clang/utils/analyzer/
DCmpRuns.py5 which reports have been added, removed, or changed.
9 1. To monitor changes in the static analyzer's reports on real code bases, for
133 self.reports = []
134 # Cumulative list of all diagnostics from all the reports.
145 # reports. Assume that all reports were created using the same
153 # Ignore/delete empty reports.
159 # Extract the HTML reports, if they exists.
178 self.reports.append(report)
297 print "TOTAL REPORTS: %r" % TotalReports
300 print >>auxLog, "('TOTAL NEW REPORTS', %r)" % TotalReports
/external/webrtc/webrtc/tools/rtcbot/
Dtest.js111 function onStatsReady(reports) { argument
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/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.h34 // 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) { in set_max_reports_per_day() argument
75 max_reports_per_day_ = reports; in set_max_reports_per_day()
113 // Number of reports sent on last_sent_date_
/external/google-benchmark/include/benchmark/
Dreporter.h26 // 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);
/external/libpng/contrib/arm-neon/
DREADME44 BUG REPORTS: an email address to which to send reports of problems
55 BUG REPORTS
76 You must also be prepared to handle bug reports from users of the code, either
78 "BUG REPORTS" entry or both. Please make sure that the header of the file
79 contains the STATUS and BUG REPORTS fields as above.
/external/skia/tools/
DProcStats.cpp16 return static_cast<int>(ru.ru_maxrss / 1024 / 1024); // Darwin reports bytes. in getMaxResidentSetSizeMB()
18 return static_cast<int>(ru.ru_maxrss / 1024); // Linux reports kilobytes. in getMaxResidentSetSizeMB()
27 return static_cast<int>(info.PeakWorkingSetSize / 1024 / 1024); // Windows reports bytes. in getMaxResidentSetSizeMB()
42 return info.resident_size / 1024 / 1024; // Darwin reports bytes. in getCurrResidentSetSizeMB()
65 return static_cast<int>(info.WorkingSetSize / 1024 / 1024); // Windows reports bytes. in getCurrResidentSetSizeMB()
/external/google-breakpad/src/client/ios/
DBreakpadController.h38 // configures it, ensures thread-safety, and sends crash reports back to the
39 // collecting server. By default, no crash reports are sent, the user must call
55 // Whether or not crash reports should be uploaded.
67 // uploading crash reports.
91 // Set additional server parameters to send when uploading crash reports.
115 // Enables or disables uploading of crash reports, but does not stop the
122 // Get the number of crash reports waiting to upload.
/external/webrtc/webrtc/tools/rtcbot/bot/browser/
Dbot.js61 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);
/external/testng/src/main/java/org/testng/
DReporter.java14 * included in the HTML reports generated by TestNG.
73 // Escape for the HTML reports in log()
109 * Log the passed string to the HTML reports
117 * Log the passed string to the HTML reports if the current verbosity
136 * Log the passed string to the HTML reports. If logToStandardOut
150 * Log the passed string to the HTML reports if the current verbosity
/external/autotest/client/cros/
Dcrash_test.py42 Crash reports are rate limited to a certain number of reports each 24
43 hours. If the maximum number has already been sent then reports are held
62 - sender script which crash crash reporter to create reports, then
121 """Sets whether or not reports will upload for unofficial versions.
123 Normally, crash reports are only uploaded for official build
147 """Reset the count of crash reports sent today.
150 the effect of reseting our count of crash reports sent.
158 This will remove all crash reports which are waiting to be sent.
201 """Sets whether or not we have consent to send crash reports.
204 crash_sender will consider that it has consent to send crash reports.
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleData.java36 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
37 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
44 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
45 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
52 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
53 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
60 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
61 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
70 * <a href="http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements">
71 * http://www.unicode.org/reports/tr35/tr35-general.html#Character_Elements</a>.
/external/pdfium/tools/drmemory/scripts/
Ddrmemory_analyze.py51 …"http://dev.chromium.org/developers/how-tos/using-drmemory#TOC-Suppressing-error-reports-from-the-…
58 # By printing out this hash we can find duplicate reports between tests and
156 # Filter out the reports that were there in previous tests.
174 logging.info("PASS: No error reports found")
179 logging.info("Found %i error reports" % len(to_report))
183 logging.info("Total: %i error reports" % len(to_report))
/external/clang/docs/
DAddressSanitizer.rst71 subsequent reports.
81 Symbolizing the Reports
122 file\:line info in the AddressSanitizer reports.
151 Suppressing Reports in External Libraries
209 :doc:`SanitizerSpecialCaseList`, that can be used to suppress error reports
212 suppress error reports for out-of-bound access to globals with certain
215 You may use an ``init`` category to suppress reports about initialization-order
220 # Suppress error reports for code in a file or in a function:

12345678910>>...65