| /build/soong/ui/build/ |
| kati.go | 25 "regexp" 120 var katiIncludeRe = regexp.MustCompile(`^(\[\d+/\d+] )?including [^ ]+ ...$`)
|
| /external/autotest/client/cros/ |
| ec.py | 110 @raises error.TestError if regexp fails to match.
|
| /external/regex-re2/re2/testing/ |
| unicode_test.py | 7 """Unittest for the util/regexp/re2/unicode.py module.""" 13 from google3.util.regexp.re2 import unicode
|
| /external/v8/src/regexp/ |
| regexp-macro-assembler.h | 9 #include "src/regexp/regexp-ast.h" 151 // Return whether the matching (with a global regexp) will be restarted. 158 // Called from generated RegExp code. 177 // a failure in a global regexp may still mean success overall. 203 // Result of calling generated native RegExp code. 218 static Result Match(Handle<Code> regexp, 225 // Called from RegExp if the backtrack stack limit is hit. 243 // Used by generated RegExp code.
|
| /external/v8/src/regexp/x64/ |
| regexp-macro-assembler-x64.h | 9 #include "src/regexp/regexp-macro-assembler.h" 90 static Result Match(Handle<Code> regexp, 105 // Called from RegExp if the stack-guard is triggered. 131 // one set of capture results. For the case of non-global regexp, we ignore 150 // one set of capture results. For the case of non-global regexp, we ignore 197 // The rbp-relative location of a regexp register.
|
| /external/v8/src/ |
| value-serializer.h | 112 void WriteJSRegExp(JSRegExp* regexp);
|
| /external/v8/tools/ |
| callstats.py | 95 if ('regexp' in item) { return url.match(item.regexp) !== null }; 359 for group_name, regexp in groups: 382 for group_name, regexp in groups: 383 if not regexp.match(key): continue 389 for group_name, regexp in groups:
|
| /frameworks/rs/tests/lldb/tests/harness/ |
| test_base.py | 221 # check the regexp patterns 284 raise self.TestFail('Cannot match the regexp "{0}" in '
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
| asm_test.go | 15 "regexp" 45 if b, err := regexp.MatchString(r, asm); !b || err != nil {
|
| /prebuilts/go/darwin-x86/src/cmd/cover/ |
| profile.go | 16 "regexp" 138 var lineRe = regexp.MustCompile(`^(.+):([0-9]+).([0-9]+),([0-9]+).([0-9]+) ([0-9]+) ([0-9]+)$`)
|
| /prebuilts/go/darwin-x86/src/cmd/go/ |
| bug.go | 15 "regexp" 196 re := regexp.MustCompile(`libc\.so[^ ]* => ([^ ]+)`)
|
| /prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
| disasm.go | 13 "regexp" 108 func (d *Disasm) Print(w io.Writer, filter *regexp.Regexp, start, end uint64) {
|
| /prebuilts/go/darwin-x86/src/cmd/pprof/internal/plugin/ |
| plugin.go | 12 "regexp" 111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
|
| /prebuilts/go/darwin-x86/src/cmd/pprof/ |
| pprof.go | 13 "regexp" 325 func (f *file) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) {
|
| /prebuilts/go/darwin-x86/src/go/types/ |
| example_test.go | 28 "regexp" 76 rx := regexp.MustCompile(` 0x[a-fA-F0-9]*`)
|
| /prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
| reader_test.go | 15 "regexp" 105 var badSoftRx = regexp.MustCompile(`=([^\r\n]+?\n)|([^\r\n]+$)|(\r$)|(\r[^\n]+\n)|( \r\n)`)
|
| /prebuilts/go/darwin-x86/src/regexp/syntax/ |
| regexp.go | 8 // In this package, re is always a *Regexp and r is always a rune. 17 // A Regexp is a node in a regular expression syntax tree. 18 type Regexp struct { 21 Sub []*Regexp // subexpressions, if any 22 Sub0 [1]*Regexp // storage for short Sub 62 func (x *Regexp) Equal(y *Regexp) bool { 115 func writeRegexp(b *bytes.Buffer, re *Regexp) { 245 func (re *Regexp) String() string { 291 // MaxCap walks the regexp to find the maximum capture index [all...] |
| /prebuilts/go/darwin-x86/test/bench/garbage/ |
| parser.go | 254 "regexp", 255 "regexp/syntax",
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
| asm_test.go | 15 "regexp" 45 if b, err := regexp.MatchString(r, asm); !b || err != nil {
|
| /prebuilts/go/linux-x86/src/cmd/cover/ |
| profile.go | 16 "regexp" 138 var lineRe = regexp.MustCompile(`^(.+):([0-9]+).([0-9]+),([0-9]+).([0-9]+) ([0-9]+) ([0-9]+)$`)
|
| /prebuilts/go/linux-x86/src/cmd/go/ |
| bug.go | 15 "regexp" 196 re := regexp.MustCompile(`libc\.so[^ ]* => ([^ ]+)`)
|
| /prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
| disasm.go | 13 "regexp" 108 func (d *Disasm) Print(w io.Writer, filter *regexp.Regexp, start, end uint64) {
|
| /prebuilts/go/linux-x86/src/cmd/pprof/internal/plugin/ |
| plugin.go | 12 "regexp" 111 Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error)
|
| /prebuilts/go/linux-x86/src/cmd/pprof/ |
| pprof.go | 13 "regexp" 325 func (f *file) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) {
|
| /prebuilts/go/linux-x86/src/go/types/ |
| example_test.go | 28 "regexp" 76 rx := regexp.MustCompile(` 0x[a-fA-F0-9]*`)
|