OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Explode
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
exhaustive1_test.cc
20
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)", "");
random_test.cc
45
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");
exhaustive2_test.cc
24
vector<string> alphabet =
Explode
("()*+?{}[]\\^$.");
38
4,
Explode
("ab\n"), "", "");
66
// 4,
Explode
("a\n"), "");
exhaustive3_test.cc
17
5,
Explode
("ab"), "", "");
25
5,
Explode
("ab"), "a%sb", "");
regexp_generator.h
62
vector<string>
Explode
(const StringPiece& s);
string_generator_test.cc
34
StringGenerator g(len,
Explode
(alphabet));
regexp_generator.cc
229
vector<string>
Explode
(const StringPiece& s) {
248
return
Explode
(s);
possible_match_test.cc
234
stringlen,
Explode
("ab4"));
/external/chromium_org/base/time/
time.h
403
return
Explode
(false, exploded);
406
return
Explode
(true, exploded);
469
void
Explode
(bool is_local, Exploded* exploded) const;
time_mac.cc
182
void Time::
Explode
(bool is_local, Exploded* exploded) const {
time_posix.cc
175
void Time::
Explode
(bool is_local, Exploded* exploded) const {
time_win.cc
257
void Time::
Explode
(bool is_local, Exploded* exploded) const {
Completed in 571 milliseconds