| /prebuilts/go/darwin-x86/test/stress/ |
| parsego.go | 194 "regexp", 195 "regexp/syntax",
|
| /prebuilts/go/linux-x86/src/go/build/ |
| deps_test.go | 174 "regexp": {"L2", "regexp/syntax"}, 175 "regexp/syntax": {"L2"}, 198 "go/doc": {"L4", "go/ast", "go/token", "regexp", "text/template"}, 258 "index/suffixarray": {"L4", "regexp"}, 261 "internal/pprof/profile": {"L4", "OS", "compress/gzip", "regexp"}, 268 "testing/internal/testdeps": {"L4", "runtime/pprof", "regexp"}, 407 "net/http/cgi": {"L4", "NET", "OS", "crypto/tls", "net/http", "regexp"},
|
| /prebuilts/go/linux-x86/src/runtime/race/ |
| output_test.go | 15 "regexp" 65 if !regexp.MustCompile(test.re).MatchString(string(got)) {
|
| /prebuilts/go/linux-x86/test/stress/ |
| parsego.go | 194 "regexp", 195 "regexp/syntax",
|
| /external/libxml2/ |
| xmlregexp.c | 2 * regexp.c: generic and extensible Regular Expression engine 313 xmlRegexpPtr comp; /* the compiled regexp */ 368 * Regexp memory error handler * 380 const char *regexp = NULL; local 382 regexp = (const char *) ctxt->string; 387 regexp, NULL, 0, 0, 400 const char *regexp = NULL; local 404 regexp = (const char *) ctxt->string; 410 regexp, NULL, idx, 0, 425 * Allocate a new regexp and fill it with the result from the parse [all...] |
| /prebuilts/go/darwin-x86/src/regexp/syntax/ |
| parse.go | 22 return "error parsing regexp: " + e.Code.String() + ": `" + e.Expr + "`" 30 ErrInternalError ErrorCode = "regexp/syntax: internal error" 52 // Flags control the behavior of the parser and record information about regexp context. 64 WasDollar // regexp OpEndText was $, not \z 65 Simple // regexp contains no counted repetition 81 stack []*Regexp // stack of parsed expressions 82 free *Regexp 88 func (p *parser) newRegexp(op Op) *Regexp { 92 *re = Regexp{} 94 re = new(Regexp) [all...] |
| /prebuilts/go/linux-x86/src/regexp/syntax/ |
| parse.go | 22 return "error parsing regexp: " + e.Code.String() + ": `" + e.Expr + "`" 30 ErrInternalError ErrorCode = "regexp/syntax: internal error" 52 // Flags control the behavior of the parser and record information about regexp context. 64 WasDollar // regexp OpEndText was $, not \z 65 Simple // regexp contains no counted repetition 81 stack []*Regexp // stack of parsed expressions 82 free *Regexp 88 func (p *parser) newRegexp(op Op) *Regexp { 92 *re = Regexp{} 94 re = new(Regexp) [all...] |
| /external/v8/benchmarks/ |
| run.js | 35 load('regexp.js');
|
| /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
| endtoend_test.go | 14 "regexp" 258 var fileLineRE = regexp.MustCompile(`(?:^|\()(testdata[/\\][0-9a-z]+\.s:[0-9]+)(?:$|\))`) 262 errRE = regexp.MustCompile(`// ERROR ?(.*)`) 263 errQuotesRE = regexp.MustCompile(`"([^"]*)"`)
|
| /prebuilts/go/darwin-x86/src/go/doc/ |
| comment.go | 11 "regexp" 47 // Regexp for Go identifiers 50 // Regexp for URLs 59 var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`) 134 // match against first parenthesized sub-regexp; must be match against urlRx 260 var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)
|
| /prebuilts/go/darwin-x86/src/go/types/ |
| check_test.go | 37 "regexp" 96 var posMsgRx = regexp.MustCompile(`^(.*:[0-9]+:[0-9]+): *(.*)`) 139 var errRx = regexp.MustCompile(`^ *ERROR *(HERE)? *"?([^"]*)"?`) 207 rx, err := regexp.Compile(wantRx)
|
| /prebuilts/go/darwin-x86/src/html/template/ |
| js_test.go | 24 // A block followed by a statement starting with a RegExp is 33 // statement, expect a regexp. 49 // This is not airtight. In (g = ++/h/i) a regexp follows a 60 // return followed by a slash returns the regexp literal or the 61 // slash starts a regexp literal in an expression statement that
|
| error.go | 138 // ErrPartialCharset: "unfinished JS regexp charset in ..." 172 // ErrSlashAmbig: '/' could start a division or regexp. 182 // regexp literal.
|
| /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
| endtoend_test.go | 14 "regexp" 258 var fileLineRE = regexp.MustCompile(`(?:^|\()(testdata[/\\][0-9a-z]+\.s:[0-9]+)(?:$|\))`) 262 errRE = regexp.MustCompile(`// ERROR ?(.*)`) 263 errQuotesRE = regexp.MustCompile(`"([^"]*)"`)
|
| /prebuilts/go/linux-x86/src/go/doc/ |
| comment.go | 11 "regexp" 47 // Regexp for Go identifiers 50 // Regexp for URLs 59 var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`) 134 // match against first parenthesized sub-regexp; must be match against urlRx 260 var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)
|
| /prebuilts/go/linux-x86/src/go/types/ |
| check_test.go | 37 "regexp" 96 var posMsgRx = regexp.MustCompile(`^(.*:[0-9]+:[0-9]+): *(.*)`) 139 var errRx = regexp.MustCompile(`^ *ERROR *(HERE)? *"?([^"]*)"?`) 207 rx, err := regexp.Compile(wantRx)
|
| /prebuilts/go/linux-x86/src/html/template/ |
| js_test.go | 24 // A block followed by a statement starting with a RegExp is 33 // statement, expect a regexp. 49 // This is not airtight. In (g = ++/h/i) a regexp follows a 60 // return followed by a slash returns the regexp literal or the 61 // slash starts a regexp literal in an expression statement that
|
| error.go | 138 // ErrPartialCharset: "unfinished JS regexp charset in ..." 172 // ErrSlashAmbig: '/' could start a division or regexp. 182 // regexp literal.
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
| AdtStartup.java | 191 final Pattern regexp = local 213 Matcher m = regexp.matcher(line);
|
| /prebuilts/go/darwin-x86/src/go/parser/ |
| error_test.go | 30 "regexp" 64 var errRx = regexp.MustCompile(`^/\* *ERROR *(HERE)? *"([^"]*)" *\*/$`) 117 rx, err := regexp.Compile(msg)
|
| /prebuilts/go/linux-x86/src/go/parser/ |
| error_test.go | 30 "regexp" 64 var errRx = regexp.MustCompile(`^/\* *ERROR *(HERE)? *"([^"]*)" *\*/$`) 117 rx, err := regexp.Compile(msg)
|
| /prebuilts/go/darwin-x86/test/ |
| run.go | 26 "regexp" 306 var packageRE = regexp.MustCompile(`(?m)^package (\w+)`) 974 tmpRe := regexp.MustCompile(`autotmp_[0-9]+`) 1058 re *regexp.Regexp 1066 errRx = regexp.MustCompile(`// (?:GC_)?ERROR (.*)`) 1067 errAutoRx = regexp.MustCompile(`// (?:GC_)?ERRORAUTO (.*)`) 1068 errQuotesRx = regexp.MustCompile(`"([^"]*)"`) 1069 lineRx = regexp.MustCompile(`LINE(([+-])([0-9]+))?`) 1073 cache := make(map[string]*regexp.Regexp [all...] |
| /prebuilts/go/linux-x86/test/ |
| run.go | 26 "regexp" 306 var packageRE = regexp.MustCompile(`(?m)^package (\w+)`) 974 tmpRe := regexp.MustCompile(`autotmp_[0-9]+`) 1058 re *regexp.Regexp 1066 errRx = regexp.MustCompile(`// (?:GC_)?ERROR (.*)`) 1067 errAutoRx = regexp.MustCompile(`// (?:GC_)?ERRORAUTO (.*)`) 1068 errQuotesRx = regexp.MustCompile(`"([^"]*)"`) 1069 lineRx = regexp.MustCompile(`LINE(([+-])([0-9]+))?`) 1073 cache := make(map[string]*regexp.Regexp [all...] |
| /external/v8/src/regexp/ |
| jsregexp.h | 10 #include "src/regexp/regexp-ast.h" 11 #include "src/regexp/regexp-macro-assembler.h" 25 // Whether V8 is compiled with native regexp support or not. 35 // Implements RegExp.prototype.toString, see ECMA-262 section 15.10.6.4. 39 // Parses the RegExp pattern and prepares the JSRegExp object with 50 Handle<JSRegExp> regexp, Handle<String> subject, int index, 66 static int AtomExecRaw(Handle<JSRegExp> regexp, 72 static Handle<Object> AtomExec(Handle<JSRegExp> regexp, [all...] |
| /external/regex-re2/re2/ |
| prefilter.cc | 144 // regexps, matching ab will already allow this regexp to be a 196 // Information about a regexp used during computation of Prefilter. 242 // match for this regexp is guaranteed to match. 487 class Prefilter::Info::Walker : public Regexp::Walker<Prefilter::Info*> { 492 Regexp* re, Info* parent_arg, 497 Regexp* re, 506 Prefilter::Info* Prefilter::BuildInfo(Regexp* re) { 511 bool latin1 = re->parse_flags() & Regexp::Latin1; 524 Regexp* re, Prefilter::Info* parent_arg) { 531 Regexp* re, Prefilter::Info* parent_arg [all...] |