Searched defs:Regexp (Results 1 - 10 of 10) sorted by relevance
/external/lldb/include/lldb/Core/ |
H A D | AddressResolver.h | 50 Regexp, enumerator in enum:lldb_private::AddressResolver::__anon11653
|
/external/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 93 Regexp, enumerator in enum:lldb_private::Breakpoint::__anon11651
|
/external/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 107 std::string Regexp = SplitRegexp.first; local 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("*"), ".*"); 123 Regex CheckRE(Regexp); 134 Regexps[Prefix][Category] += "^" + Regexp + "$";
|
/external/regex-re2/re2/ |
H A D | regexp.cc | 16 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags) function in class:re2::Regexp 32 Regexp::~Regexp() { 34 LOG(DFATAL) << "Regexp not destroyed."; 54 bool Regexp::QuickDestroy() { 62 static map<Regexp*, int> *ref_map; 65 int Regexp::Ref() { 79 Regexp* Regexp [all...] |
H A D | re2.h | 195 class Regexp; 293 // Returns the underlying Regexp; not for general use. 296 re2::Regexp* Regexp() const { return entire_regexp_; } function in class:re2::RE2 709 re2::Regexp* entire_regexp_; // parsed regular expression 710 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed
|
H A D | regexp.h | 17 // Any operation that traverses the Regexp structures should be written 18 // using Regexp::Walker (see walker-inl.h), not recursively, because deeply nested 27 // Regexp::Parse parses regular expressions encoded in UTF-8. 39 // Regexp::Parse. In particular, many of the basic Perl additions 42 // If parsed with the flag Regexp::Latin1, both the regular expression 48 // Once Regexp has parsed a regular expression, it provides methods 53 // To call a sublibrary, Regexp does not simply prepare a 55 // sublibrary. Instead, Regexp prepares, from its own parsed form, the 61 // to be that used by Regexp's parser, not the syntax expected 62 // by the sublibrary. Regexp migh 267 class Regexp { class in namespace:re2 [all...] |
/external/guice/extensions/struts2/lib/ |
H A D | ant-1.6.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/jarjar/lib/ |
H A D | apache-ant-1.9.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
Completed in 149 milliseconds