Lines Matching refs:Regexp
85 type fn func(string, string, []*regexp.Regexp) (Reporter, []string, error)
87 func compileRegexps(list []string) ([]*regexp.Regexp, error) {
88 compiled := make([]*regexp.Regexp, len(list))
101 suppressions []*regexp.Regexp
119 match *regexp.Regexp
205 suppressions []*regexp.Regexp
209 title *regexp.Regexp
211 report *regexp.Regexp
231 parts []*regexp.Regexp
233 parts2 []*regexp.Regexp
238 var parseStackTrace *regexp.Regexp
240 func compile(re string) *regexp.Regexp {
248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool { argument
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int { argument
352 stackStartRes []*regexp.Regexp
354 frameRes []*regexp.Regexp
359 corruptedLines []*regexp.Regexp
365 var skipRe *regexp.Regexp
376 func extractStackFrameImpl(params *stackParams, output []byte, skipRe *regexp.Regexp, argument
377 parts []*regexp.Regexp) (string, string) { argument
429 func simpleLineParser(output []byte, oopses []*oops, params *stackParams, ignores []*regexp.Regexp)… argument
466 func matchesAny(line []byte, res []*regexp.Regexp) bool { argument