HomeSort by relevance Sort by last modified time
    Searched defs:Regexp (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/test/interface/
pointer.go 16 type Regexp struct {
  /prebuilts/go/linux-x86/test/interface/
pointer.go 16 type Regexp struct {
  /external/llvm/lib/Support/
SpecialCaseList.cpp 96 // Get our prefix and unparsed regexp.
107 std::string Regexp = SplitRegexp.first;
110 // See if we can store Regexp in Strings.
111 if (Regex::isLiteralERE(Regexp)) {
112 Entries[Prefix][Category].Strings.insert(Regexp);
117 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos;
119 Regexp.replace(pos, strlen("*"), ".*");
122 // Check that the regexp is valid.
123 Regex CheckRE(Regexp);
131 // Add this regexp into the proper group by its prefix
    [all...]
  /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/linux-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/src/regexp/
regexp.go 5 // Package regexp implements regular expression search.
12 // go doc regexp/syntax
14 // The regexp implementation provided by this package is
19 // http://swtch.com/~rsc/regexp/regexp1.html
24 // There are 16 methods of Regexp that match a regular expression and identify
65 package regexp package
70 "regexp/syntax"
78 // Regexp is the representation of a compiled regular expression.
79 // A Regexp is safe for concurrent use by multiple goroutines,
81 type Regexp struct
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 5 // Package regexp implements regular expression search.
12 // go doc regexp/syntax
14 // The regexp implementation provided by this package is
19 // http://swtch.com/~rsc/regexp/regexp1.html
24 // There are 16 methods of Regexp that match a regular expression and identify
65 package regexp package
70 "regexp/syntax"
78 // Regexp is the representation of a compiled regular expression.
79 // A Regexp is safe for concurrent use by multiple goroutines,
81 type Regexp struct
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.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 

Completed in 617 milliseconds