HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 426 - 450 of 680) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 17 "regexp"
53 runRx *regexp.Regexp
175 t.runRx = regexp.MustCompile(t.runRxStr)
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 15 "regexp"
91 if !regexp.MustCompile("^" + string(verb) + "+$").MatchString(s) {
537 re := regexp.MustCompile("overflow|too large|out of range|not representable")
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
reader.go 10 "regexp"
410 noteMarkerRx = regexp.MustCompile(`^[ \t]*` + noteMarker) // MARKER(uid) at text start
411 noteCommentRx = regexp.MustCompile(`^/[/*][ \t]*` + noteMarker) // MARKER(uid) at comment start
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 17 "regexp"
53 runRx *regexp.Regexp
175 t.runRx = regexp.MustCompile(t.runRxStr)
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 15 "regexp"
91 if !regexp.MustCompile("^" + string(verb) + "+$").MatchString(s) {
537 re := regexp.MustCompile("overflow|too large|out of range|not representable")
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
reader.go 10 "regexp"
410 noteMarkerRx = regexp.MustCompile(`^[ \t]*` + noteMarker) // MARKER(uid) at text start
411 noteCommentRx = regexp.MustCompile(`^/[/*][ \t]*` + noteMarker) // MARKER(uid) at comment start
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 20 "regexp"
130 -bench regexp
182 -run regexp
834 // The generated main also imports testing, regexp, and os.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 20 "regexp"
130 -bench regexp
182 -run regexp
834 // The generated main also imports testing, regexp, and os.
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /dalvik/docs/
prettify.js 208 * <p>Specifically, I've removed any keywords that can't precede a regexp
240 return new RegExp(pattern);
243 // have flags for case-sensitivity and the like. Having regexp tokens
246 // TODO: maybe style special characters inside a regexp as punctuation.
521 * [style : string, pattern : RegExp, context : RegExp, shortcut : string].
742 [PR_STRING, new RegExp(REGEX_LITERAL), REGEXP_PRECEDER_PATTERN]);
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 280 fmt.Fprintf(os.Stderr, "testing: invalid regexp for -test.run: %s\n", err)
  /prebuilts/go/darwin-x86/src/regexp/
find_test.go 5 package regexp package
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 280 fmt.Fprintf(os.Stderr, "testing: invalid regexp for -test.run: %s\n", err)
  /prebuilts/go/linux-x86/src/regexp/
find_test.go 5 package regexp package
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /external/dnsmasq/src/
dnsmasq.h 228 char *name, *replace, *regexp, *services, *flags; member in struct:naptr
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/skia/infra/bots/
gen_tasks.go 18 "regexp"
405 m, err := regexp.MatchString(s, name)
  /external/v8/src/
factory.cc     [all...]
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 25 "regexp"
1121 rx := regexp.MustCompile(`sendfile(64)?\(\d+,\s*\d+,\s*NULL,\s*\d+`)
    [all...]
request_test.go 19 "regexp"
249 var end = regexp.MustCompile("/foo/$")
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 22 "regexp"
71 var scriptRe = regexp.MustCompile(`^([0-9A-F]+)(\.\.[0-9A-F]+)? *; ([A-Za-z_]+)$`)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 25 "regexp"
1121 rx := regexp.MustCompile(`sendfile(64)?\(\d+,\s*\d+,\s*NULL,\s*\d+`)
    [all...]

Completed in 1224 milliseconds

<<11121314151617181920>>