HomeSort by relevance Sort by last modified time
    Searched refs:MatchPattern (Results 1 - 12 of 12) sorted by null

  /external/libchrome/base/strings/
pattern_unittest.cc 12 EXPECT_TRUE(MatchPattern("www.google.com", "*.com"));
13 EXPECT_TRUE(MatchPattern("www.google.com", "*"));
14 EXPECT_FALSE(MatchPattern("www.google.com", "www*.g*.org"));
15 EXPECT_TRUE(MatchPattern("Hello", "H?l?o"));
16 EXPECT_FALSE(MatchPattern("www.google.com", "http://*)"));
17 EXPECT_FALSE(MatchPattern("www.msn.com", "*.COM"));
18 EXPECT_TRUE(MatchPattern("Hello*1234", "He??o\\*1*"));
19 EXPECT_FALSE(MatchPattern("", "*.*"));
20 EXPECT_TRUE(MatchPattern("", "*"));
21 EXPECT_TRUE(MatchPattern("", "?"))
    [all...]
pattern.h 19 BASE_EXPORT bool MatchPattern(const StringPiece& string,
21 BASE_EXPORT bool MatchPattern(const StringPiece16& string,
pattern.cc 48 // let's put it back where it was. This also mean that the MatchPattern
157 bool MatchPattern(const StringPiece& eval, const StringPiece& pattern) {
163 bool MatchPattern(const StringPiece16& eval, const StringPiece16& pattern) {
  /external/libchrome/base/trace_event/
trace_config_category_filter.cc 103 if (!MatchPattern(category_group_token, TRACE_DISABLED_BY_DEFAULT("*")))
113 if (MatchPattern(category_group_token, category)) {
125 if (!MatchPattern(category_group_token, TRACE_DISABLED_BY_DEFAULT("*")))
146 if (MatchPattern(category_name, category))
150 if (MatchPattern(category_name, TRACE_DISABLED_BY_DEFAULT("*")))
154 if (MatchPattern(category_name, category))
trace_event_unittest.cc     [all...]
memory_dump_manager.cc 740 if (MatchPattern(name, pattern))
    [all...]
  /external/clang/tools/driver/
driver.cpp 117 StringRef MatchPattern = Edit.substr(2).split('/').first;
125 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]);
  /external/libchrome/base/test/
trace_event_analyzer.cc 356 *result = base::MatchPattern(lhs, rhs);
358 *result = base::MatchPattern(rhs, lhs);
364 *result = !base::MatchPattern(lhs, rhs);
366 *result = !base::MatchPattern(rhs, lhs);
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 

Completed in 220 milliseconds