Home
last modified time | relevance | path

Searched defs:oops (Results 1 – 5 of 5) sorted by relevance

/external/syzkaller/pkg/report/
Dreport.go202 type oops struct { struct
203 header []byte
204 formats []oopsFormat
205 suppressions []*regexp.Regexp
248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool {
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int { argument
282 func extractDescription(output []byte, oops *oops, params *stackParams) ( argument
429 func simpleLineParser(output []byte, oopses []*oops, params *stackParams, ignores []*regexp.Regexp)…
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DMalformedBenchmarksTest.java137 @Param static String oops; field in MalformedBenchmarksTest.StaticParamBenchmark
151 @Param Object oops; field in MalformedBenchmarksTest.UnparsableParamTypeBenchmark
DRuntimeInstrumentTest.java143 @Benchmark void integerParam(Integer oops) {} in integerParam()
/external/tinycompress/
Dcompress.c96 static int oops(struct compress *compress, int e, const char *fmt, ...) in oops() function
/external/tinyalsa/
Dpcm.c277 static int oops(struct pcm *pcm, int e, const char *fmt, ...) in oops() function