Lines Matching defs:expectHasGroupWithSplits

59     void expectHasGroupWithSplits(const char* a);
60 void expectHasGroupWithSplits(const char* a, const char* b);
61 void expectHasGroupWithSplits(const char* a, const char* b, const char* c);
62 void expectHasGroupWithSplits(const char* a, const char* b, const char* c, const char* d);
63 void expectHasGroupWithSplits(const Vector<const char*>& expectedStrs);
73 expectHasGroupWithSplits("en-rUS-sw300dp-hdpi", "en-rUS-sw300dp-xhdpi");
74 expectHasGroupWithSplits("en-rUS-sw600dp-hdpi", "en-rUS-sw600dp-xhdpi");
75 expectHasGroupWithSplits("fr-rFR-sw600dp-hdpi", "fr-rFR-sw600dp-xhdpi");
76 expectHasGroupWithSplits("hdpi", "xhdpi", "xxhdpi", "anydpi");
80 expectHasGroupWithSplits(":armeabi", ":x86");
84 expectHasGroupWithSplits("pl-rPL");
85 expectHasGroupWithSplits("de-rDE");
86 expectHasGroupWithSplits("fr");
87 expectHasGroupWithSplits("fr-rCA");
91 expectHasGroupWithSplits("large");
92 expectHasGroupWithSplits("xlarge");
93 expectHasGroupWithSplits("v7");
94 expectHasGroupWithSplits("v8");
95 expectHasGroupWithSplits("sw600dp");
96 expectHasGroupWithSplits("sw300dp");
103 void GrouperTest::expectHasGroupWithSplits(const char* a) {
106 expectHasGroupWithSplits(expected);
109 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b) {
113 expectHasGroupWithSplits(expected);
116 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b, const char* c) {
121 expectHasGroupWithSplits(expected);
124 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b, const char* c, const char* d) {
130 expectHasGroupWithSplits(expected);
133 void GrouperTest::expectHasGroupWithSplits(const Vector<const char*>& expectedStrs) {