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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/net/http/
request_test.go 19 "regexp"
249 var end = regexp.MustCompile("/foo/$")
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 22 "regexp"
71 var scriptRe = regexp.MustCompile(`^([0-9A-F]+)(\.\.[0-9A-F]+)? *; ([A-Za-z_]+)$`)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 183 * <p>Specifically, I've removed any keywords that can't precede a regexp
215 // have flags for case-sensitivity and the like. Having regexp tokens
217 // TODO: maybe style special characters inside a regexp as punctuation.
347 * Given a group of {@link RegExp}s, returns a {@code RegExp} that globally
348 * matches the union o the sets o strings matched d by the input RegExp.
351 * @param {Array.<RegExp>} regexs non multiline, non-global regexs.
352 * @return {RegExp} a global regex.
403 new RegExp(
479 new RegExp(
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 410 """Matches the string with the pattern, caching the compiled regexp."""
411 # The regexp compilation caching is inlined in both Match and Search for
420 """Searches the string for the pattern, caching the compiled regexp."""
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 18 var matchBenchmarks = flag.String("test.bench", "", "run only benchmarks matching `regexp`")
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 18 var matchBenchmarks = flag.String("test.bench", "", "run only benchmarks matching `regexp`")
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/dnsmasq/src/
rfc1035.c     [all...]
  /prebuilts/go/darwin-x86/src/go/types/
api_test.go 16 "regexp"
1073 rx := regexp.MustCompile(`^/\*(\w*)=([\w:]*)\*/$`)
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go 922 `unfinished JS regexp charset: "foo[\\]/"`,
931 `'/' could start a division or regexp: "/-"`,
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
api_test.go 16 "regexp"
1073 rx := regexp.MustCompile(`^/\*(\w*)=([\w:]*)\*/$`)
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape_test.go 922 `unfinished JS regexp charset: "foo[\\]/"`,
931 `'/' could start a division or regexp: "/-"`,
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go 23 "regexp"
    [all...]
alldocs.go 377 // go generate [-run regexp] [-n] [-v] [-x] [build flags] [file.go... | packages]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go 23 "regexp"
    [all...]
alldocs.go 377 // go generate [-run regexp] [-n] [-v] [-x] [build flags] [file.go... | packages]
    [all...]

Completed in 1087 milliseconds

<<11121314151617181920>>