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

  /external/llvm/lib/Transforms/Instrumentation/
BlackList.cpp 51 // Get our prefix and unparsed regexp.
54 std::string Regexp = SplitLine.second;
55 if (Regexp.empty()) {
61 for (size_t pos = 0; (pos = Regexp.find("*", pos)) != std::string::npos;
63 Regexp.replace(pos, strlen("*"), ".*");
66 // Check that the regexp is valid.
67 Regex CheckRE(Regexp);
74 // Add this regexp into the proper group by its prefix.
77 Regexps[Prefix] += Regexp;
  /external/regex-re2/re2/
regexp.cc 9 #include "re2/regexp.h"
16 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags)
32 Regexp::~Regexp() {
34 LOG(DFATAL) << "Regexp not destroyed.";
52 // If it's possible to destroy this regexp without recurring,
54 bool Regexp::QuickDestroy() {
62 static map<Regexp*, int> *ref_map;
65 int Regexp::Ref()
    [all...]
re2.h 13 // REGEXP SYNTAX:
195 class Regexp;
236 ErrorTrailingBackslash, // trailing \ at end of regexp
241 ErrorBadUTF8, // invalid UTF-8 in regexp
255 Quiet // do not log about regexp parse errors
286 // portion of the regexp.
289 // Returns the program size, a very approximate measure of a regexp's "cost".
293 // Returns the underlying Regexp; not for general use.
296 re2::Regexp* Regexp() const { return entire_regexp_;
    [all...]
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 might accept a restricted o
    [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/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 218 milliseconds