HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 201 - 225 of 752) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/runtime/race/
output_test.go 15 "regexp"
75 if !regexp.MustCompile(test.re).MatchString(string(got)) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 9 "regexp"
185 re := regexp.MustCompile(`\| (\d+)\s+\| (\S+)\s*\| (\S(.*\S)?)?\s+\|`)
  /prebuilts/go/linux-x86/test/stress/
parsego.go 194 "regexp",
195 "regexp/syntax",
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/
java.security 199 com.sun.org.apache.regexp.internal.,\
247 com.sun.org.apache.regexp.internal.,\
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/security/
java.security 198 com.sun.org.apache.regexp.internal.,\
245 com.sun.org.apache.regexp.internal.,\
    [all...]
  /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"
264 var fileLineRE = regexp.MustCompile(`(?:^|\()(testdata[/\\][0-9a-z]+\.s:[0-9]+)(?:$|\))`)
268 errRE = regexp.MustCompile(`// ERROR ?(.*)`)
269 errQuotesRE = regexp.MustCompile(`"([^"]*)"`)
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 11 "regexp"
47 // Regexp for Go identifiers
50 // Regexp for URLs
66 var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`)
141 // match against first parenthesized sub-regexp; must be match against urlRx
267 var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 37 "regexp"
97 var posMsgRx = regexp.MustCompile(`^(.*:[0-9]+:[0-9]+): *(.*)`)
140 var errRx = regexp.MustCompile(`^ *ERROR *(HERE)? *"?([^"]*)"?`)
208 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
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
endtoend_test.go 14 "regexp"
264 var fileLineRE = regexp.MustCompile(`(?:^|\()(testdata[/\\][0-9a-z]+\.s:[0-9]+)(?:$|\))`)
268 errRE = regexp.MustCompile(`// ERROR ?(.*)`)
269 errQuotesRE = regexp.MustCompile(`"([^"]*)"`)
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 11 "regexp"
47 // Regexp for Go identifiers
50 // Regexp for URLs
66 var matchRx = regexp.MustCompile(`(` + urlRx + `)|(` + identRx + `)`)
141 // match against first parenthesized sub-regexp; must be match against urlRx
267 var nonAlphaNumRx = regexp.MustCompile(`[^a-zA-Z0-9]`)
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 37 "regexp"
97 var posMsgRx = regexp.MustCompile(`^(.*:[0-9]+:[0-9]+): *(.*)`)
140 var errRx = regexp.MustCompile(`^ *ERROR *(HERE)? *"?([^"]*)"?`)
208 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
  /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);
  /build/soong/ui/build/
kati.go 24 "regexp"
112 var katiIncludeRe = regexp.MustCompile(`^(\[\d+/\d+] )?including [^ ]+ ...$`)
113 var katiLogRe = regexp.MustCompile(`^\*kati\*: `)
  /external/v8/tools/
callstats.py 95 if ('regexp' in item) { return url.match(item.regexp) !== null };
364 for group_name, regexp in groups:
387 for group_name, regexp in groups:
388 if not regexp.match(key): continue
394 for group_name, regexp in groups:
401 for group_name, regexp in groups:
408 for group_name, regexp in groups:
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 25 "regexp"
87 s, err := regexp.Compile(cmd[1])
89 return nil, nil, fmt.Errorf("parsing argument regexp %s: %v", cmd[1], err)
webui_test.go 25 "regexp"
111 if match, _ := regexp.MatchString(w, result); !match {
154 func (f fakeObj) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) {
  /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/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 25 "regexp"
87 s, err := regexp.Compile(cmd[1])
89 return nil, nil, fmt.Errorf("parsing argument regexp %s: %v", cmd[1], err)
webui_test.go 25 "regexp"
111 if match, _ := regexp.MatchString(w, result); !match {
154 func (f fakeObj) Symbols(r *regexp.Regexp, addr uint64) ([]*plugin.Sym, error) {

Completed in 634 milliseconds

1 2 3 4 5 6 7 891011>>