Home
last modified time | relevance | path

Searched defs:fuzzResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dfuzz.go518 type fuzzResult struct { struct
520 entry CorpusEntry
523 crasherMsg string
527 canMinimize bool
530 coverageData []byte
534 limit int64
537 count int64
540 totalDuration time.Duration
543 entryDuration time.Duration
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dfuzz.go426 type fuzzResult struct { struct
427 N int // The number of iterations.
428 T time.Duration // The total time taken.
429 Error error // Error is the error from the failing input
432 func (r fuzzResult) String() string {