HomeSort by relevance Sort by last modified time
    Searched refs:Explode (Results 1 - 23 of 23) 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/regex-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"));
  /frameworks/base/core/java/android/transition/
Explode.java 41 public class Explode extends Visibility {
44 private static final String TAG = "Explode";
45 private static final String PROPNAME_SCREEN_BOUNDS = "android:explode:screenBounds";
49 public Explode() {
53 public Explode(Context context, AttributeSet attrs) {
TransitionInflater.java 150 } else if ("explode".equals(name)) {
151 transition = new Explode(mContext, attrs);
  /external/chromium_org/base/time/
time.h 404 return Explode(false, exploded);
407 return Explode(true, exploded);
470 void Explode(bool is_local, Exploded* exploded) const;
time_mac.cc 182 void Time::Explode(bool is_local, Exploded* exploded) const {
time_posix.cc 161 void Time::Explode(bool is_local, Exploded* exploded) const {
time_win.cc 240 void Time::Explode(bool is_local, Exploded* exploded) const {
  /prebuilts/sdk/system_current/
android.jar 

Completed in 618 milliseconds