| /prebuilts/go/linux-x86/src/cmd/internal/obj/ |
| stringer.go | 19 "regexp" 29 var Are = regexp.MustCompile(`^\tA([A-Z0-9]+)`)
|
| /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolz/ |
| symbolz.go | 14 "regexp" 22 symbolzRE = regexp.MustCompile(`(0x[[:xdigit:]]+)\s+(.*)`)
|
| /prebuilts/go/linux-x86/src/go/doc/ |
| headscan.go | 27 "regexp" 38 var html_h = regexp.MustCompile(`<h3 id="[^"]*">`)
|
| /prebuilts/go/linux-x86/src/mime/multipart/ |
| formdata_test.go | 11 "regexp" 17 testBody := regexp.MustCompile("\n").ReplaceAllString(message, "\r\n")
|
| /prebuilts/go/linux-x86/src/runtime/pprof/ |
| mprof_test.go | 11 "regexp" 109 if !regexp.MustCompile(test).Match(buf.Bytes()) {
|
| /prebuilts/go/darwin-x86/src/net/ |
| lookup_windows_test.go | 14 "regexp" 170 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+mail exchanger\s*=\s*([0-9]+)\s*([a-z0-9.\-]+)$`) 177 rx = regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+MX preference\s*=\s*([0-9]+)\s*,\s*mail exchanger\s*=\s*([a-z0-9.\-]+)$`) 192 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+nameserver\s*=\s*([a-z0-9.\-]+)$`) 205 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+canonical name\s*=\s*([a-z0-9.\-]+)$`) 227 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+text\s*=\s*"(.*)"$`)
|
| /prebuilts/go/linux-x86/src/net/ |
| lookup_windows_test.go | 14 "regexp" 170 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+mail exchanger\s*=\s*([0-9]+)\s*([a-z0-9.\-]+)$`) 177 rx = regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+MX preference\s*=\s*([0-9]+)\s*,\s*mail exchanger\s*=\s*([a-z0-9.\-]+)$`) 192 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+nameserver\s*=\s*([a-z0-9.\-]+)$`) 205 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+canonical name\s*=\s*([a-z0-9.\-]+)$`) 227 rx := regexp.MustCompile(`(?m)^([a-z0-9.\-]+)\s+text\s*=\s*"(.*)"$`)
|
| /external/icu/icu4c/source/i18n/unicode/ |
| regex.h | 336 * The matcher will retain a reference to the supplied input string, and all regexp 675 * @param regexp The Regular Expression to be compiled. 681 RegexMatcher(const UnicodeString ®exp, uint32_t flags, UErrorCode &status); 691 * @param regexp The regular expression to be compiled. 698 RegexMatcher(UText *regexp, uint32_t flags, UErrorCode &status); 708 * The matcher will retain a reference to the supplied input string, and all regexp 713 * @param regexp The Regular Expression to be compiled. 721 RegexMatcher(const UnicodeString ®exp, const UnicodeString &input, 732 * The matcher will make a shallow clone of the supplied input text, and all regexp 737 * @param regexp The Regular Expression to be compiled [all...] |
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| deps.go | 25 "go/build": {"bufio", "bytes", "errors", "fmt", "go/ast", "go/doc", "go/parser", "go/scanner", "go/token", "internal/race", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "log", "math", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"}, 26 "go/doc": {"bytes", "errors", "fmt", "go/ast", "go/scanner", "go/token", "internal/race", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "math", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"}, 48 "regexp": {"bytes", "errors", "internal/race", "io", "math", "reflect", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8"}, 49 "regexp/syntax": {"bytes", "errors", "internal/race", "io", "math", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8"}, 65 "cmd/go": {"bufio", "bytes", "compress/flate", "compress/zlib", "container/heap", "context", "crypto", "crypto/sha1", "debug/dwarf", "debug/elf", "debug/macho", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "flag", "fmt", "go/ast", "go/build", "go/doc", "go/parser", "go/scanner", "go/token", "hash", "hash/adler32", "internal/race", "internal/singleflight", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "log", "math", "net/url", "os", "os/exec", "os/signal", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"},
|
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| deps.go | 25 "go/build": {"bufio", "bytes", "errors", "fmt", "go/ast", "go/doc", "go/parser", "go/scanner", "go/token", "internal/race", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "log", "math", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"}, 26 "go/doc": {"bytes", "errors", "fmt", "go/ast", "go/scanner", "go/token", "internal/race", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "math", "net/url", "os", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"}, 48 "regexp": {"bytes", "errors", "internal/race", "io", "math", "reflect", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8"}, 49 "regexp/syntax": {"bytes", "errors", "internal/race", "io", "math", "reflect", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "unicode", "unicode/utf8"}, 65 "cmd/go": {"bufio", "bytes", "compress/flate", "compress/zlib", "container/heap", "context", "crypto", "crypto/sha1", "debug/dwarf", "debug/elf", "debug/macho", "encoding", "encoding/base64", "encoding/binary", "encoding/json", "errors", "flag", "fmt", "go/ast", "go/build", "go/doc", "go/parser", "go/scanner", "go/token", "hash", "hash/adler32", "internal/race", "internal/singleflight", "internal/syscall/windows", "internal/syscall/windows/registry", "internal/syscall/windows/sysdll", "io", "io/ioutil", "log", "math", "net/url", "os", "os/exec", "os/signal", "path", "path/filepath", "reflect", "regexp", "regexp/syntax", "runtime", "runtime/internal/atomic", "runtime/internal/sys", "sort", "strconv", "strings", "sync", "sync/atomic", "syscall", "text/template", "text/template/parse", "time", "unicode", "unicode/utf16", "unicode/utf8"},
|
| /prebuilts/go/darwin-x86/src/index/suffixarray/ |
| suffixarray_test.go | 10 "regexp" 163 func testFindAllIndex(t *testing.T, tc *testCase, x *Index, rx *regexp.Regexp, n int) { 173 // we may obtain different positions from the Index and from regexp (because 174 // Index may not find the results in the same order as regexp) => in general 201 if rx, err := regexp.Compile(pat); err == nil {
|
| suffixarray.go | 23 "regexp" 212 func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) { 223 // if regexp is a literal just use Lookup and convert its 269 // regexp has a non-empty literal prefix; Lookup(lit) computes 272 // (regexp "^" matches beginning of input, not beginning of line) 273 r = regexp.MustCompile("^" + r.String()) // compiles because r compiled
|
| /prebuilts/go/linux-x86/src/index/suffixarray/ |
| suffixarray_test.go | 10 "regexp" 163 func testFindAllIndex(t *testing.T, tc *testCase, x *Index, rx *regexp.Regexp, n int) { 173 // we may obtain different positions from the Index and from regexp (because 174 // Index may not find the results in the same order as regexp) => in general 201 if rx, err := regexp.Compile(pat); err == nil {
|
| suffixarray.go | 23 "regexp" 212 func (x *Index) FindAllIndex(r *regexp.Regexp, n int) (result [][]int) { 223 // if regexp is a literal just use Lookup and convert its 269 // regexp has a non-empty literal prefix; Lookup(lit) computes 272 // (regexp "^" matches beginning of input, not beginning of line) 273 r = regexp.MustCompile("^" + r.String()) // compiles because r compiled
|
| /prebuilts/go/darwin-x86/misc/linkcheck/ |
| linkcheck.go | 18 "regexp" 42 var aRx = regexp.MustCompile(`<a href=['"]?(/[^\s'">]+)`) 67 var idRx = regexp.MustCompile(`\bid=['"]?([^\s'">]+)`)
|
| /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
| gccgoinstallation_test.go | 117 "old/regexp", 126 "regexp", 127 "regexp/syntax",
|
| /prebuilts/go/linux-x86/misc/linkcheck/ |
| linkcheck.go | 18 "regexp" 42 var aRx = regexp.MustCompile(`<a href=['"]?(/[^\s'">]+)`) 67 var idRx = regexp.MustCompile(`\bid=['"]?([^\s'">]+)`)
|
| /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
| gccgoinstallation_test.go | 117 "old/regexp", 126 "regexp", 127 "regexp/syntax",
|
| /external/regex-re2/re2/testing/ |
| dfa_test.cc | 9 #include "re2/regexp.h" 36 // Create regexp with 2^FLAGS_size states in DFA. 45 Regexp* re = Regexp::Parse(s.c_str(), Regexp::LikePerl, NULL); 60 Regexp* re = Regexp::Parse(s.c_str(), Regexp::LikePerl, NULL); 89 // Create regexp with 2^30 states in DFA. 96 Regexp* re = Regexp::Parse(s.c_str(), Regexp::LikePerl, NULL) 310 const char *regexp; member in struct:re2::ReverseTest [all...] |
| /prebuilts/go/darwin-x86/test/ |
| nosplit.go | 18 "regexp" 188 commentRE = regexp.MustCompile(`(?m)^#.*`) 189 rejectRE = regexp.MustCompile(`(?s)\A(.+?)((\n|; *)REJECT(.*))?\z`) 190 lineRE = regexp.MustCompile(`(\w+) (\d+)( nosplit)?(.*)`) 191 callRE = regexp.MustCompile(`\bcall (\w+)\b`) 192 callindRE = regexp.MustCompile(`\bcallind\b`)
|
| /prebuilts/go/linux-x86/test/ |
| nosplit.go | 18 "regexp" 188 commentRE = regexp.MustCompile(`(?m)^#.*`) 189 rejectRE = regexp.MustCompile(`(?s)\A(.+?)((\n|; *)REJECT(.*))?\z`) 190 lineRE = regexp.MustCompile(`(\w+) (\d+)( nosplit)?(.*)`) 191 callRE = regexp.MustCompile(`\bcall (\w+)\b`) 192 callindRE = regexp.MustCompile(`\bcallind\b`)
|
| /build/soong/cc/ |
| util.go | 19 "regexp" 78 var libNameRegexp = regexp.MustCompile(`^lib(.*)$`)
|
| /external/testng/src/test/java/test/ |
| Test1.java | 111 public void regexp() { method in class:Test1
|
| /prebuilts/go/darwin-x86/src/go/doc/ |
| doc_test.go | 17 "regexp" 84 rx, err := regexp.Compile(*files)
|
| /prebuilts/go/darwin-x86/src/regexp/ |
| onepass_test.go | 5 package regexp package 9 "regexp/syntax" 181 re *syntax.Regexp
|