Searched refs:Explode (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dexhaustive1_test.cc20 ExhaustiveTest(3, 2, Explode("abc."), ops,
21 6, Explode("ab"), "(?:%s)", "");
22 ExhaustiveTest(3, 2, Explode("abc."), ops,
23 40, Explode("a"), "(?:%s)", "");
33 7, Explode("ab"), "(?:%s)", "");
38 100, Explode("a"), "(?:%s)", "");
H A Drandom_test.cc45 RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(),
46 15, Explode("abc"),
52 RandomTest(10, 10, Explode("abc."), RegexpGenerator::EgrepOps(),
53 15, Explode("abc"),
61 15, Explode("abc"),
69 15, Explode("abc"),
90 vector<string> alphabet = Explode("abc123\001\002\003\t\r\n\v\f\a");
H A Dexhaustive2_test.cc24 vector<string> alphabet = Explode("()*+?{}[]\\^$.");
38 4, Explode("ab\n"), "", "");
66 // 4, Explode("a\n"), "");
H A Dexhaustive3_test.cc17 5, Explode("ab"), "", "");
25 5, Explode("ab"), "a%sb", "");
H A Dregexp_generator.h62 vector<string> Explode(const StringPiece& s);
H A Dstring_generator_test.cc34 StringGenerator g(len, Explode(alphabet));
H A Dregexp_generator.cc229 vector<string> Explode(const StringPiece& s) { function in namespace:re2
248 return Explode(s);
H A Dpossible_match_test.cc234 stringlen, Explode("ab4"));
/external/regex-re2/re2/testing/
H A Dexhaustive1_test.cc20 ExhaustiveTest(3, 2, Explode("abc."), ops,
21 6, Explode("ab"), "(?:%s)", "");
22 ExhaustiveTest(3, 2, Explode("abc."), ops,
23 40, Explode("a"), "(?:%s)", "");
33 7, Explode("ab"), "(?:%s)", "");
38 100, Explode("a"), "(?:%s)", "");
H A Drandom_test.cc45 RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(),
46 15, Explode("abc"),
52 RandomTest(10, 10, Explode("abc."), RegexpGenerator::EgrepOps(),
53 15, Explode("abc"),
61 15, Explode("abc"),
69 15, Explode("abc"),
90 vector<string> alphabet = Explode("abc123\001\002\003\t\r\n\v\f\a");
H A Dexhaustive2_test.cc24 vector<string> alphabet = Explode("()*+?{}[]\\^$.");
38 4, Explode("ab\n"), "", "");
66 // 4, Explode("a\n"), "");
H A Dexhaustive3_test.cc17 5, Explode("ab"), "", "");
25 5, Explode("ab"), "a%sb", "");
H A Dregexp_generator.h62 vector<string> Explode(const StringPiece& s);
H A Dstring_generator_test.cc34 StringGenerator g(len, Explode(alphabet));
H A Dregexp_generator.cc229 vector<string> Explode(const StringPiece& s) { function in namespace:re2
248 return Explode(s);
H A Dpossible_match_test.cc234 stringlen, Explode("ab4"));
/external/chromium_org/base/time/
H A Dtime.h403 return Explode(false, exploded);
406 return Explode(true, exploded);
469 void Explode(bool is_local, Exploded* exploded) const;
H A Dtime_mac.cc182 void Time::Explode(bool is_local, Exploded* exploded) const { function in class:base::Time
H A Dtime_posix.cc175 void Time::Explode(bool is_local, Exploded* exploded) const { function in class:base::Time
H A Dtime_win.cc257 void Time::Explode(bool is_local, Exploded* exploded) const { function in class:Time

Completed in 148 milliseconds