Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 2301) sorted by relevance

12345678910>>...93

/external/doclava/test/doclava/
DApiCheckTest.java43 Report report = apiCheck.checkApi(args); in testEquivalentApi() local
44 assertEquals(report.errors().size(), 0); in testEquivalentApi()
50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged() local
51 assertEquals(1, report.errors().size()); in testMethodReturnTypeChanged()
52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error()); in testMethodReturnTypeChanged()
58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged() local
59 assertEquals(2, report.errors().size()); in testMethodParameterChanged()
61 Iterator<ErrorMessage> errors = report.errors().iterator(); in testMethodParameterChanged()
72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged() local
73 assertEquals(2, report.errors().size()); in testConstructorParameterChanged()
[all …]
/external/tcpdump/tests/
Digmpv1.out2 IP 10.0.200.163 > 224.0.0.252: igmp v1 report 224.0.0.252
3 IP 192.168.1.3 > 239.255.255.250: igmp v1 report 239.255.255.250
4 IP 10.0.200.108 > 224.0.1.24: igmp v1 report 224.0.1.24
5 IP 10.0.200.100 > 224.0.1.60: igmp v1 report 224.0.1.60
6 IP 10.0.200.144 > 224.0.0.9: igmp v1 report 224.0.0.9
7 IP 10.0.200.108 > 239.255.255.254: igmp v1 report 239.255.255.254
8 IP 10.0.200.10 > 224.0.0.251: igmp v1 report 224.0.0.251
10 IP 10.0.200.108 > 239.255.255.250: igmp v1 report 239.255.255.250
11 IP 10.0.200.108 > 239.255.255.254: igmp v1 report 239.255.255.254
12 IP 10.0.200.10 > 224.0.0.251: igmp v1 report 224.0.0.251
[all …]
Digmpv2.out2 IP 192.168.1.64 > 239.255.255.250: igmp v2 report 239.255.255.250
3 IP 192.168.11.201 > 225.10.10.10: igmp v2 report 225.10.10.10
4 IP 192.168.11.201 > 225.1.1.3: igmp v2 report 225.1.1.3
7 IP 192.168.11.201 > 225.1.1.4: igmp v2 report 225.1.1.4
8 IP 192.168.11.201 > 225.1.1.4: igmp v2 report 225.1.1.4
9 IP 192.168.11.201 > 225.1.1.4: igmp v2 report 225.1.1.4
12 IP 192.168.11.201 > 225.1.1.5: igmp v2 report 225.1.1.5
13 IP 192.168.11.201 > 225.1.1.5: igmp v2 report 225.1.1.5
14 IP 192.168.11.201 > 225.1.1.5: igmp v2 report 225.1.1.5
16 IP 192.168.11.201 > 225.10.10.10: igmp v2 report 225.10.10.10
[all …]
/external/antlr/runtime/Ruby/lib/antlr3/
Dprofile.rb130 report = '+' << '-' * 78 << "+\n"
131 report << '| ' << "ANTLR Rule Profile".center( 76 ) << " |\n"
132 report << '+' << '-' * 78 << "+\n"
133 report << "| Generated at #{ Time.now }".ljust( 78 ) << " |\n"
134 report << "| Profiled #{ parser_class.name }##{ top_rule }".ljust( 78 ) << " |\n"
135 report << "| Rule source generated from grammar file #{ grammar_file }".ljust( 78 ) << " |\n"
136 report << '+' << '-' * 78 << "+\n"
138 report << '| ' << "Rule Invocations".center( 76 ) << " |\n"
139 report << '+' << '-' * 68 << '+' << '-' * 9 << "+\n"
140 report << "| %-66s | %7i |\n" % [ "Total Invocations", rule_invocations ]
[all …]
/external/openscreen/cast/streaming/
Dpacket_receive_stats_tracker_unittest.cc21 RtcpReportBlock report; in GetSentinel() local
22 report.ssrc = Ssrc{0x1337beef}; in GetSentinel()
23 report.packet_fraction_lost_numerator = -999; in GetSentinel()
24 report.cumulative_packets_lost = -0x1337cafe; in GetSentinel()
25 report.extended_high_sequence_number = 0x98765432; in GetSentinel()
26 report.jitter = in GetSentinel()
28 report.last_status_report_id = StatusReportId{2222222222}; in GetSentinel()
29 report.delay_since_last_report = RtcpReportBlock::Delay(-0x3550641); in GetSentinel()
30 return report; in GetSentinel()
68 RtcpReportBlock report = GetSentinel(); in TEST() local
[all …]
/external/webrtc/stats/
Drtc_stats_report_unittest.cc56 rtc::scoped_refptr<RTCStatsReport> report = RTCStatsReport::Create(1337); in TEST() local
57 EXPECT_EQ(report->timestamp_us(), 1337u); in TEST()
58 EXPECT_EQ(report->size(), static_cast<size_t>(0)); in TEST()
59 report->AddStats(std::unique_ptr<RTCStats>(new RTCTestStats1("a0", 1))); in TEST()
60 report->AddStats(std::unique_ptr<RTCStats>(new RTCTestStats1("a1", 2))); in TEST()
61 report->AddStats(std::unique_ptr<RTCStats>(new RTCTestStats2("b0", 4))); in TEST()
62 report->AddStats(std::unique_ptr<RTCStats>(new RTCTestStats2("b1", 8))); in TEST()
63 report->AddStats(std::unique_ptr<RTCStats>(new RTCTestStats1("a2", 16))); in TEST()
64 report->AddStats(std::unique_ptr<RTCStats>(new RTCTestStats2("b2", 32))); in TEST()
65 EXPECT_EQ(report->size(), static_cast<size_t>(6)); in TEST()
[all …]
/external/libabigail/include/
Dabg-reporter.h64 report(const type_decl_diff& d, std::ostream& out,
68 report(const enum_diff& d, std::ostream& out,
72 report(const typedef_diff& d, std::ostream& out,
76 report(const qualified_type_diff& d, std::ostream& out,
80 report(const distinct_diff& d, std::ostream& out,
84 report(const pointer_diff& d, std::ostream& out,
88 report(const reference_diff& d, std::ostream& out,
92 report(const array_diff& d, std::ostream& out,
96 report(const base_diff& d, std::ostream& out,
100 report(const class_or_union_diff& d, std::ostream& out,
[all …]
/external/webrtc/pc/
Dstats_collector.cc66 StatsReport* report = reports->ReplaceOrAddNew(id); in AddTrackReport() local
67 report->AddString(StatsReport::kStatsValueNameTrackId, track_id); in AddTrackReport()
68 return report; in AddTrackReport()
76 StatsReport* report = AddTrackReport(reports, track_id); in CreateTrackReport() local
77 RTC_DCHECK(report != nullptr); in CreateTrackReport()
78 (*track_ids)[track_id] = report; in CreateTrackReport()
91 StatsReport* report, in ExtractCommonSendProperties() argument
93 report->AddString(StatsReport::kStatsValueNameCodecName, info.codec_name); in ExtractCommonSendProperties()
98 report->AddInt64(StatsReport::kStatsValueNameBytesSent, bytes_sent); in ExtractCommonSendProperties()
100 report->AddInt64(StatsReport::kStatsValueNameRtt, info.rtt_ms); in ExtractCommonSendProperties()
[all …]
Drtc_stats_collector_unittest.cc131 std::string IdForType(const RTCStatsReport* report) { in IdForType() argument
132 auto stats_of_my_type = report->RTCStatsReport::GetStatsOfType<T>(); in IdForType()
567 EXPECT_TRUE_WAIT(callback->report(), kGetStatsReportTimeoutMs); in WaitForReport()
569 for (const RTCStats& stats : *callback->report()) { in WaitForReport()
572 return callback->report(); in WaitForReport()
586 const rtc::scoped_refptr<const RTCStatsReport>& report, in ExpectReportContainsCertificateInfo() argument
590 "RTCCertificate_" + certinfo.fingerprints[i], report->timestamp_us()); in ExpectReportContainsCertificateInfo()
598 ASSERT_TRUE(report->Get(expected_certificate_stats.id())); in ExpectReportContainsCertificateInfo()
600 report->Get(expected_certificate_stats.id()) in ExpectReportContainsCertificateInfo()
785 rtc::scoped_refptr<const RTCStatsReport> report = stats_->GetStatsReport(); in TEST_F() local
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp222 void report(const char *msg, const MachineFunction *MF);
223 void report(const char *msg, const MachineBasicBlock *MBB);
224 void report(const char *msg, const MachineInstr *MI);
225 void report(const char *msg, const MachineOperand *MO, unsigned MONum,
350 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties()
403 report("Bad instruction parent pointer", &MBB); in verify()
410 report("Missing BundledPred flag, " in verify()
414 report("BundledPred flag is set, " in verify()
425 report("No bundle header", &MI); in verify()
432 report("Instruction has operand with wrong parent set", &MI); in verify()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp244 void report(const char *msg, const MachineFunction *MF);
245 void report(const char *msg, const MachineBasicBlock *MBB);
246 void report(const char *msg, const MachineInstr *MI);
247 void report(const char *msg, const MachineOperand *MO, unsigned MONum,
358 report("Function has NoVRegs property but there are VReg operands", &MF); in verifyProperties()
415 report("Bad instruction parent pointer", &*MFI); in verify()
422 report("Missing BundledPred flag, " in verify()
426 report("BundledPred flag is set, " in verify()
437 report("No bundle header", &*MBBI); in verify()
445 report("Instruction has operand with wrong parent set", &MI); in verify()
[all …]
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DDeviceReportActivity.java104 StringBuffer report = new StringBuffer(); in reportDeviceInfo() local
105 report.append("Device Report:\n"); in reportDeviceInfo()
107 report.append("\n==== Device =================== " + deviceInfo.getId() + "\n"); in reportDeviceInfo()
109 report.append(item); in reportDeviceInfo()
111 report.append(reportAllMicrophones()); in reportDeviceInfo()
112 report.append(reportExtraDeviceInfo()); in reportDeviceInfo()
113 log(report.toString()); in reportDeviceInfo()
117 StringBuffer report = new StringBuffer(); in reportAllMicrophones() local
118 report.append("\n############################"); in reportAllMicrophones()
119 report.append("\nMicrophone Report:\n"); in reportAllMicrophones()
[all …]
/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer_test.py52 report = cost_analyzer.GenerateCostReport(mg, per_node_report=True)
55 self.assertTrue(b"Total time measured in ns (serialized):" in report)
56 self.assertTrue(b"Total time measured in ns (actual):" in report)
57 self.assertTrue(b"Total time analytical in ns (upper bound):" in report)
58 self.assertTrue(b"Total time analytical in ns (lower bound):" in report)
59 self.assertTrue(b"Overall efficiency (analytical upper/actual):" in report)
60 self.assertTrue(b"Overall efficiency (analytical lower/actual):" in report)
61 self.assertTrue(b"Below is the per-node report summary:" in report)
64 print("{}".format(report))
77 report = cost_analyzer.GenerateCostReport(
[all …]
/external/llvm-project/libcxx/utils/libcxx/sym_check/
Ddiff.py62 report = ''
64 report += 'Symbol added: %s\n' % maybe_demangle(sym['name'])
66 report += ' %s\n\n' % sym
68 report += '\n'
70 report += 'SYMBOL REMOVED: %s\n' % maybe_demangle(sym['name'])
72 report += ' %s\n\n' % sym
74 report += '\n'
80 report += ('SYMBOL CHANGED: %s%s%s\n\n' %
89 report += 'Summary\n'
90 report += ' Added: %d\n' % len(added_syms)
[all …]
/external/libcxx/utils/libcxx/sym_check/
Ddiff.py63 report = ''
65 report += 'Symbol added: %s\n' % maybe_demangle(sym['name'])
67 report += ' %s\n\n' % sym
69 report += '\n'
71 report += 'SYMBOL REMOVED: %s\n' % maybe_demangle(sym['name'])
73 report += ' %s\n\n' % sym
75 report += '\n'
81 report += ('SYMBOL CHANGED: %s%s%s\n\n' %
90 report += 'Summary\n'
91 report += ' Added: %d\n' % len(added_syms)
[all …]
/external/libabigail/tests/data/
DMakefile.am61 test-abidiff/empty-report.txt \
64 test-abidiff/test-enum0-report.txt \
67 test-abidiff/test-enum1-report.txt \
70 test-abidiff/test-qual-type0-report.txt \
73 test-abidiff/test-struct0-report.txt \
76 test-abidiff/test-struct1-report.txt \
79 test-abidiff/test-var0-report.txt \
93 test-abidiff/test-crc-report.txt \
111 test-abidiff-exit/test-loc-with-locs-report.txt \
112 test-abidiff-exit/test-loc-without-locs-report.txt \
[all …]
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp207 template <typename T> void report(const char *msg, ilist_iterator<T> I) { in report() function
208 report(msg, &*I); in report()
210 void report(const char *msg, const MachineFunction *MF);
211 void report(const char *msg, const MachineBasicBlock *MBB);
212 void report(const char *msg, const MachineInstr *MI);
213 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
318 report( in verifyProperties()
362 report("Bad instruction parent pointer", MFI); in verify()
369 report("Missing BundledPred flag, " in verify()
373 report("BundledPred flag is set, " in verify()
[all …]
/external/emma/core/res/
Demma_default.properties16 # -Demma.report.txt.out.file=coverage.txt
63 # common report defaults:
65 report.units: instr
66 report.depth: method
67 report.columns: name,class,method,block,line
68 report.sort: +block,+name,+method,+class
69 report.metrics: method:70,block:80,line:80,class:100
72 # txt report properties:
74 report.txt.depth: all
75 report.txt.columns: class,method,block,line,name
[all …]
/external/curl/lib/
Dmk-ca-bundle.pl201 sub report($@) { subroutine
301 report "SHA256 of old file: $oldhash";
304 report "Downloading $txt ...";
310 report "Get certdata with curl!";
316 report "Downloaded $txt";
319 report "Failed downloading via HTTPS with curl";
321 report "Failed to remove '$txt': $!";
326 report "curl lacks https support";
330 report "curl not found";
337 report "Falling back to HTTP";
[all …]
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
DLoggerFactory.java149 Util.report("Failed to load class \"org.slf4j.impl.StaticLoggerBinder\"."); in bind()
150 Util.report("Defaulting to no-operation (NOP) logger implementation"); in bind()
151 Util.report("See " + NO_STATICLOGGERBINDER_URL + " for further details."); in bind()
160 Util.report("slf4j-api 1.6.x (or later) is incompatible with this binding."); in bind()
161 Util.report("Your binding is version 1.5.5 or earlier."); in bind()
162 Util.report("Upgrade your binding to version 1.6.x."); in bind()
173 Util.report("Failed to instantiate SLF4J LoggerFactory", t); in failedBinding()
183 Util.report("The following set of substitute loggers may have been accessed"); in fixSubstitutedLoggers()
184 Util.report("during the initialization phase. Logging calls during this"); in fixSubstitutedLoggers()
185 Util.report("phase were not honored. However, subsequent logging calls to these"); in fixSubstitutedLoggers()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
DPageTestBase.java12 package org.jacoco.report.internal.html.page;
17 import org.jacoco.report.ILanguageNames;
18 import org.jacoco.report.JavaNames;
19 import org.jacoco.report.MemoryMultiReportOutput;
20 import org.jacoco.report.internal.ReportOutputFolder;
21 import org.jacoco.report.internal.html.HTMLSupport;
22 import org.jacoco.report.internal.html.IHTMLReportContext;
23 import org.jacoco.report.internal.html.ILinkable;
24 import org.jacoco.report.internal.html.LinkableStub;
25 import org.jacoco.report.internal.html.index.IIndexUpdate;
[all …]
/external/google-benchmark/src/
Dbenchmark_runner.cc71 BenchmarkReporter::Run report; in CreateRunReport() local
73 report.run_name = b.name; in CreateRunReport()
74 report.error_occurred = results.has_error_; in CreateRunReport()
75 report.error_message = results.error_message_; in CreateRunReport()
76 report.report_label = results.report_label_; in CreateRunReport()
78 report.iterations = results.iterations; in CreateRunReport()
79 report.time_unit = b.time_unit; in CreateRunReport()
80 report.threads = b.threads; in CreateRunReport()
81 report.repetition_index = repetition_index; in CreateRunReport()
82 report.repetitions = b.repetitions; in CreateRunReport()
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
DHTMLFormatter.java12 package org.jacoco.report.html;
23 import org.jacoco.report.ILanguageNames;
24 import org.jacoco.report.IMultiReportOutput;
25 import org.jacoco.report.IReportGroupVisitor;
26 import org.jacoco.report.IReportVisitor;
27 import org.jacoco.report.ISourceFileLocator;
28 import org.jacoco.report.JavaNames;
29 import org.jacoco.report.internal.ReportOutputFolder;
30 import org.jacoco.report.internal.html.HTMLGroupVisitor;
31 import org.jacoco.report.internal.html.IHTMLReportContext;
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
DXMLFormatter.java12 package org.jacoco.report.xml;
22 import org.jacoco.report.IReportGroupVisitor;
23 import org.jacoco.report.IReportVisitor;
24 import org.jacoco.report.ISourceFileLocator;
25 import org.jacoco.report.internal.xml.ReportElement;
26 import org.jacoco.report.internal.xml.XMLCoverageWriter;
27 import org.jacoco.report.internal.xml.XMLGroupVisitor;
59 private ReportElement report; in createVisitor() field in XMLFormatter.RootVisitor
74 XMLCoverageWriter.writeBundle(bundle, report); in createVisitor()
80 groupVisitor = new XMLGroupVisitor(report, name); in createVisitor()
[all …]
/external/llvm-project/clang/test/Analysis/scan-build/rebuild_index/
Drebuild_index.test5 RUN: cp %S/report-1.html %t.output_dir
6 RUN: cp %S/report-2.html %t.output_dir
7 RUN: cp %S/report-3.html %t.output_dir
9 RUN: cp %S/subdirectory/report-4.html %t.output_dir/subdirectory
16 CHECK-FILES-NEXT: report-1.html
17 CHECK-FILES-NEXT: report-2.html
19 // report-3.html is a duplicate of report-1.html so it's not present.
20 CHECK-FILES-NOT: report-3.html
27 CHECK-SUB: report-4.html
38 CHECK-INDEX: report-1.html#EndPath
[all …]

12345678910>>...93