Home
last modified time | relevance | path

Searched defs:Report (Results 1 – 25 of 240) sorted by relevance

12345678910

/aosp_15_r20/external/scudo/standalone/
H A Dreport.cpp43 ScopedErrorReport Report; in reportCheckFailed() local
50 ScopedErrorReport Report; in reportError() local
62 ScopedErrorReport Report; in reportInvalidFlag() local
69 ScopedErrorReport Report; in reportHeaderCorruption() local
76 ScopedErrorReport Report; in reportSanityCheckError() local
83 ScopedErrorReport Report; in reportAlignmentTooBig() local
92 ScopedErrorReport Report; in reportAllocationSizeTooBig() local
99 ScopedErrorReport Report; in reportOutOfBatchClass() local
104 ScopedErrorReport Report; in reportOutOfMemory() local
125 ScopedErrorReport Report; in reportInvalidChunkState() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
Dreport.go87 func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
297 func printProto(w io.Writer, rpt *Report) error {
312 func printTopProto(w io.Writer, rpt *Report) error {
385 func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
390 func PrintAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool, maxFuncs int) error {
688 func valueOrDot(value int64, rpt *Report) string {
697 func printTags(w io.Writer, rpt *Report) error {
762 func printComments(w io.Writer, rpt *Report) error {
781 func TextItems(rpt *Report) ([]TextItem, []string) {
823 func printText(w io.Writer, rpt *Report) error {
[all …]
Dsource.go42 func printSource(w io.Writer, rpt *Report) error {
242 func MakeWebList(rpt *Report, obj plugin.ObjTool, maxFiles int) (WebListData, error) {
259 func newSourcePrinter(rpt *Report, obj plugin.ObjTool, sourcePath string) *sourcePrinter {
810 assembly []assemblyInstruction, reader *sourceReader, rpt *Report) WebListLine {
839 …s(srcIndent int, assembly []assemblyInstruction, reader *sourceReader, rpt *Report) []WebListInstr…
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Derror.rs224 pub struct Report<E = Box<dyn Error>> { struct
233 impl<E> Report<E> argument
244 impl<E> Report<E> { impl
448 impl<E> Report<E> impl
518 impl<E> From<E> for Report<E> implementation
528 impl<E> fmt::Display for Report<E> implementation
540 impl<E> fmt::Debug for Report<E> implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Derror.rs224 pub struct Report<E = Box<dyn Error>> { struct
233 impl<E> Report<E> impl
244 impl<E> Report<E> { implementation
448 impl<E> Report<E> implementation
518 impl<E> From<E> for Report<E> implementation
528 impl<E> fmt::Display for Report<E> implementation
540 impl<E> fmt::Debug for Report<E> implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Derror.rs224 pub struct Report<E = Box<dyn Error>> { struct
233 impl<E> Report<E> implementation
244 impl<E> Report<E> { impl
448 impl<E> Report<E> implementation
518 impl<E> From<E> for Report<E> implementation
528 impl<E> fmt::Display for Report<E> implementation
540 impl<E> fmt::Debug for Report<E> implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Derror.rs224 pub struct Report<E = Box<dyn Error>> { struct
233 impl<E> Report<E> argument
244 impl<E> Report<E> { impl
448 impl<E> Report<E> impl
518 impl<E> From<E> for Report<E> implementation
528 impl<E> fmt::Display for Report<E> implementation
540 impl<E> fmt::Debug for Report<E> implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Derror.rs224 pub struct Report<E = Box<dyn Error>> { struct
233 impl<E> Report<E> impl
244 impl<E> Report<E> { impl
448 impl<E> Report<E> implementation
518 impl<E> From<E> for Report<E> implementation
528 impl<E> fmt::Display for Report<E> implementation
540 impl<E> fmt::Debug for Report<E> implementation
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_test_util.h299 struct Report { struct
330 const std::vector<Report>& reports() const { return reports_; } in reports() argument
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/
Derror.rs15 impl Report { implementation
413 pub fn with_source_code(self, source_code: impl SourceCode + Send + Sync + 'static) -> Report { in with_source_code()
422 impl<E> From<E> for Report implementation
432 impl Deref for Report { implementation
440 impl DerefMut for Report { implementation
446 impl Display for Report { implementation
452 impl Debug for Report { implementation
458 impl Drop for Report { implementation
782 impl AsRef<dyn Diagnostic + Send + Sync> for Report { implementation
788 impl AsRef<dyn Diagnostic> for Report { implementation
[all …]
Dmod.rs54 pub struct Report { struct
58 unsafe impl Sync for Report {} implementation
59 unsafe impl Send for Report {} implementation
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/telemetry/
Dtypes.go35 type Report struct { struct
36 Week string // End day this report covers (YYYY-MM-DD)
37 LastWeek string // Week field from latest previous report uploaded
38 X float64 // A random probability used to determine which counters are uploaded
39 Programs []*ProgramReport
40 Config string // version of UploadConfig used
/aosp_15_r20/external/webrtc/video/
H A Dreport_block_stats.h43 struct Report { struct
53 std::map<uint32_t, Report> prev_reports_; argument
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp210 auto Report = llvm::make_unique<BugReport>( in ReleaseLock() local
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock() local
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N); in InitLock() local
326 auto Report = llvm::make_unique<BugReport>( in reportUseDestroyedBug() local
H A DMacOSKeychainAPIChecker.cpp262 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
307 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in checkPreStmt() local
363 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
429 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
539 auto Report = in generateAllocatedDataNotReleasedReport() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType, in reportDoubleNonblocking() local
57 auto Report = in reportMissingWait() local
77 auto Report = in reportUnmatchedWait() local
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/metrics/
Dmetrics.h267 void Report(MetricsBackend* backend) const { backend->ReportCounter(counter_type, Value()); } in Report() function
310 void Report(MetricsBackend* backend) const { in Report() function
354 void Report(MetricsBackend* backend) const { in Report() function
418 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/metrics/
Dmetrics.h268 void Report(MetricsBackend* backend) const { backend->ReportCounter(counter_type, Value()); } in Report() function
311 void Report(MetricsBackend* backend) const { in Report() function
355 void Report(MetricsBackend* backend) const { in Report() function
419 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/metrics/
Dmetrics.h267 void Report(MetricsBackend* backend) const { backend->ReportCounter(counter_type, Value()); } in Report() function
310 void Report(MetricsBackend* backend) const { in Report() function
354 void Report(MetricsBackend* backend) const { in Report() function
418 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/art/libartbase/base/metrics/
H A Dmetrics.h329 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
376 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
465 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
536 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/metrics/
Dmetrics.h326 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
372 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
461 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
532 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/metrics/
Dmetrics.h326 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
372 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
461 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
532 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/metrics/
Dmetrics.h326 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
372 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
461 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
532 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/metrics/
Dmetrics.h325 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
371 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
460 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
531 void Report(MetricsBackend* backend) const { in Report() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/metrics/
Dmetrics.h326 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
372 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
461 void Report(const std::vector<MetricsBackend*>& backends) const { in Report() function
532 void Report(MetricsBackend* backend) const { in Report() function

12345678910