Home
last modified time | relevance | path

Searched refs:ReportEntry (Results 1 – 25 of 46) sorted by relevance

12

/dports/textproc/bat/bat-0.18.3/cargo-crates/bugreport-0.4.1/src/
H A Dcollector.rs13 use crate::report::{Code, ReportEntry};
67 Ok(ReportEntry::Text(format!( in collect()
91 Ok(ReportEntry::List(vec![ in collect()
94 ReportEntry::Text(format!( in collect()
99 ReportEntry::Text(format!( in collect()
103 ReportEntry::Text(format!( in collect()
107 ReportEntry::Text(format!( in collect()
111 ReportEntry::Text(format!( in collect()
142 Ok(ReportEntry::Code(Code { in collect()
252 Ok(ReportEntry::Code(Code { in collect()
[all …]
H A Dreport.rs12 pub enum ReportEntry { enum
15 List(Vec<ReportEntry>),
16 Concat(Vec<ReportEntry>),
22 pub(crate) entry: ReportEntry,
25 impl ReportEntry {} impl
/dports/textproc/bat/bat-0.18.3/cargo-crates/bugreport-0.4.1/examples/
H A Dcustom_collector.rs3 use bugreport::{bugreport, collector::*, format::Markdown, report::ReportEntry, CrateInfo};
12 fn collect(&mut self, _: &CrateInfo) -> Result<ReportEntry, CollectionError> { in collect() argument
13 Ok(ReportEntry::Text("custom information".into())) in collect()
/dports/textproc/bat/bat-0.18.3/cargo-crates/bugreport-0.4.1/src/format/
H A Dplaintext.rs2 use crate::report::ReportEntry;
12 fn format_entry(&mut self, entry: &ReportEntry) -> String { in format_entry()
13 use ReportEntry::*; in format_entry()
H A Dmarkdown.rs2 use crate::report::ReportEntry;
12 fn format_entry(&mut self, entry: &ReportEntry) -> String { in format_entry()
13 use ReportEntry::*; in format_entry()
H A Dmod.rs3 use crate::report::ReportEntry;
17 fn format_entry(&mut self, entry: &ReportEntry) -> String; in format_entry()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A Dcmd_trace_sched.cpp325 struct ReportEntry { in ReportProcessInfo() struct
332 std::vector<ReportEntry> entries; in ReportProcessInfo()
334 ReportEntry entry; in ReportProcessInfo()
350 ReportEntry entry; in ReportProcessInfo()
368 SampleDisplayer<ReportEntry, uint64_t> displayer; in ReportProcessInfo()
370 displayer.AddDisplayFunction("Type", [](const ReportEntry* entry) -> std::string { in ReportProcessInfo()
374 displayer.AddDisplayFunction("Runtime", [](const ReportEntry* entry) { in ReportProcessInfo()
377 displayer.AddDisplayFunction("Percentage", [](const ReportEntry* entry) { in ReportProcessInfo()
380 displayer.AddDisplayFunction("Pid", [](const ReportEntry* entry) { in ReportProcessInfo()
383 displayer.AddDisplayFunction("Name", [](const ReportEntry* entry) { in ReportProcessInfo()
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dtest_failures.py75 class ReportEntry(_ReportEntry): class
173 test = next(iter(test)) if len(test) == 1 else ReportEntry._MULTIPLE_TESTS
174 task = next(iter(task)) if len(task) == 1 else ReportEntry._MULTIPLE_TASKS
175 variant = next(iter(variant)) if len(variant) == 1 else ReportEntry._MULTIPLE_VARIANTS
176 distro = next(iter(distro)) if len(distro) == 1 else ReportEntry._MULTIPLE_DISTROS
178 return ReportEntry(test=test,
253 elif component not in ReportEntry._fields:
256 ReportEntry._fields))
292 summed_entries = [ReportEntry.sum(group) for (_key, group) in grouped_entries]
528 return ReportEntry(
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/tests/
H A Dtest_test_failures.py18 ENTRY = test_failures.ReportEntry(test="jstests/core/all.js",
133 entry_1234 = test_failures.ReportEntry.sum([entry1, entry2, entry3, entry4])
134 entry_1432 = test_failures.ReportEntry.sum([entry1, entry4, entry3, entry2])
135 entry_124 = test_failures.ReportEntry.sum([entry1, entry2, entry4])
136 entry_13 = test_failures.ReportEntry.sum([entry1, entry3])
137 entry_42 = test_failures.ReportEntry.sum([entry4, entry2])
183 entry_12 = test_failures.ReportEntry.sum([entry1, entry2])
189 entry_123 = test_failures.ReportEntry.sum([entry1, entry2, entry3])
195 entry_1234 = test_failures.ReportEntry.sum([entry1, entry2, entry3, entry4])
201 entry_34 = test_failures.ReportEntry.sum([entry3, entry4])
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp781 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
784 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
786 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
788 std::string ReportEntry::getMessage() const { in getMessage()
792 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
796 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
800 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp749 ReportEntry::ReportEntry(BasicBlock *BB) in ReportEntry() function in polly::ReportEntry
752 std::string ReportEntry::getRemarkName() const { return "Entry"; } in getRemarkName()
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB()
756 std::string ReportEntry::getMessage() const { in getMessage()
760 std::string ReportEntry::getEndUserMessage() const { in getEndUserMessage()
764 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc()
768 bool ReportEntry::classof(const RejectReason *RR) { in classof()
/dports/deskutils/mindforger/mindforger-1.52.0/build/
H A Dcheck-n-fix-codestyle.py206 class ReportEntry: class
235 reportEntry = ReportEntry(self.filename)
279 reportEntry = ReportEntry(self.filename)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/src/org/eclipse/jdt/internal/junit5/runner/
H A DJUnit5TestListener.java23 import org.junit.platform.engine.reporting.ReportEntry;
249 public void reportingEntryPublished(TestIdentifier testIdentifier, ReportEntry entry) { in reportingEntryPublished()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.test/src/org/eclipse/test/
H A DLegacyXmlResultFormatter.java37 import org.junit.platform.engine.reporting.ReportEntry;
142 public void reportingEntryPublished(final TestIdentifier testIdentifier, final ReportEntry entry) { in reportingEntryPublished()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/include/polly/
H A DScopDetectionDiagnostic.h786 class ReportEntry : public ReportOther {
790 ReportEntry(BasicBlock *BB);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/include/polly/
H A DScopDetectionDiagnostic.h821 class ReportEntry : public ReportOther {
825 ReportEntry(BasicBlock *BB);
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/include/polly/
H A DScopDetectionDiagnostic.h786 class ReportEntry : public ReportOther {
790 ReportEntry(BasicBlock *BB);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/include/polly/
H A DScopDetectionDiagnostic.h786 class ReportEntry : public ReportOther {
790 ReportEntry(BasicBlock *BB);

12