Home
last modified time | relevance | path

Searched refs:matchRE (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/tests/check_build_files/
Dmain.go111 for _, sources := range matchRE(reSrc, content) {
112 for _, source := range matchRE(reQuoted, sources) {
126 for _, sources := range matchRE(reSources, content) {
127 for _, source := range matchRE(reQuoted, sources) {
144 for _, sources := range matchRE(reSrc, content) {
145 for _, source := range matchRE(reQuoted, sources) {
181 func matchRE(re *regexp.Regexp, text string) []string { func