Searched refs:FindAllStringSubmatch (Results 1 – 22 of 22) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | lookup_windows_test.go | 237 for _, ans := range rx.FindAllStringSubmatch(r, -1) { 244 for _, ans := range rx.FindAllStringSubmatch(r, -1) { 259 for _, ans := range rx.FindAllStringSubmatch(r, -1) { 274 for _, ans := range rx.FindAllStringSubmatch(r, -1) { 294 for _, ans := range rx.FindAllStringSubmatch(r, -1) { 317 for _, ans := range rx.FindAllStringSubmatch(r, -1) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | example_test.go | 146 fmt.Printf("%q\n", re.FindAllStringSubmatch("-ab-", -1)) 147 fmt.Printf("%q\n", re.FindAllStringSubmatch("-axxb-", -1)) 148 fmt.Printf("%q\n", re.FindAllStringSubmatch("-ab-axb-", -1)) 149 fmt.Printf("%q\n", re.FindAllStringSubmatch("-axxb-ab-", -1))
|
D | find_test.go | 473 result := MustCompile(test.pat).FindAllStringSubmatch(test.text, -1)
|
D | regexp.go | 1191 func (re *Regexp) FindAllStringSubmatch(s string, n int) [][]string { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | align_test.go | 37 matches := r.FindAllStringSubmatch(string(x), -1) 44 matches = r.FindAllStringSubmatch(string(x), -1)
|
D | stack_test.go | 839 matches := goroutineRegex.FindAllStringSubmatch(output, -1)
|
D | crash_test.go | 401 matches := regexp.MustCompile(`goroutine [0-9]+ \[`).FindAllStringSubmatch(output, -1)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/ |
D | asmdecl.go | 362 for _, m := range asmSP.FindAllStringSubmatch(line, -1) { 390 for _, m := range asmUnnamedFP.FindAllStringSubmatch(line, -1) { 400 for _, m := range asmNamedFP.FindAllStringSubmatch(line, -1) {
|
/aosp_15_r20/system/tools/hidl/build/ |
D | fqName.go | 37 matches := re_package.FindAllStringSubmatch(f, 3)
|
/aosp_15_r20/external/swiftshader/third_party/marl/tools/bench/ |
H A D | bench.go | 40 for _, match := range testVarRE.FindAllStringSubmatch(t.Name, -1) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | http_test.go | 178 for _, match := range re.FindAllStringSubmatch(line, -1) {
|
/aosp_15_r20/external/swiftshader/tests/check_build_files/ |
H A D | main.go | 183 for _, match := range re.FindAllStringSubmatch(text, -1) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
D | driver_focus.go | 170 ranges := tagFilterRangeRx.FindAllStringSubmatch(filter, 2)
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/nogo/custom/ |
H A D | custom_test.go | 237 if matches := visibilityRegexp.FindAllStringSubmatch(doc, -1); matches != nil {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vet/ |
D | vet_test.go | 420 mm := errQuotesRx.FindAllStringSubmatch(all, -1)
|
/aosp_15_r20/external/swiftshader/tests/regres/deqp/ |
H A D | deqp.go | 398 caseNameMatches := caseOutputRE.FindAllStringSubmatch(out, -1)
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ecdh/ |
D | ecdh_test.go | 475 for _, match := range regexp.MustCompile(`(?m)T (crypto/.*)$`).FindAllStringSubmatch(nm, -1) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/testdir/ |
D | testdir_test.go | 1408 mm := errQuotesRx.FindAllStringSubmatch(all, -1) 1566 for _, ac := range rxAsmPlatform.FindAllStringSubmatch(comment, -1) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcs/ |
D | vcs.go | 772 for _, m := range re.FindAllStringSubmatch(string(out), -1) {
|
/aosp_15_r20/external/swiftshader/tests/regres/cmd/regres/ |
H A D | main.go | 571 if matches := additionalTestsRE.FindAllStringSubmatch(change.commitMessage, -1); len(matches) > 0 {
|
/aosp_15_r20/prebuilts/go/linux-x86/api/ |
D | go1.txt | 5533 pkg regexp, method (*Regexp) FindAllStringSubmatch(string, int) [][]string
|
/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | org_golang_x_tools-deletegopls.patch | 17126 - matches := moduleVersionInErrorRe.FindAllStringSubmatch(goCmdError, -1) 17162 - matches := moduleVersionInErrorRe.FindAllStringSubmatch(goCmdError, -1)
|