Lines Matching refs:expectHasGroupWithSplits

57     void expectHasGroupWithSplits(const char* a);
58 void expectHasGroupWithSplits(const char* a, const char* b);
59 void expectHasGroupWithSplits(const char* a, const char* b, const char* c);
60 void expectHasGroupWithSplits(const char* a, const char* b, const char* c, const char* d);
61 void expectHasGroupWithSplits(const Vector<const char*>& expectedStrs);
71 expectHasGroupWithSplits("en-rUS-sw300dp-hdpi", "en-rUS-sw300dp-xhdpi"); in TEST_F()
72 expectHasGroupWithSplits("en-rUS-sw600dp-hdpi", "en-rUS-sw600dp-xhdpi"); in TEST_F()
73 expectHasGroupWithSplits("fr-rFR-sw600dp-hdpi", "fr-rFR-sw600dp-xhdpi"); in TEST_F()
74 expectHasGroupWithSplits("hdpi", "xhdpi", "xxhdpi", "anydpi"); in TEST_F()
78 expectHasGroupWithSplits(":armeabi", ":x86"); in TEST_F()
82 expectHasGroupWithSplits("pl-rPL", "de-rDE"); in TEST_F()
86 expectHasGroupWithSplits("large"); in TEST_F()
87 expectHasGroupWithSplits("xlarge"); in TEST_F()
88 expectHasGroupWithSplits("v7"); in TEST_F()
89 expectHasGroupWithSplits("v8"); in TEST_F()
90 expectHasGroupWithSplits("sw600dp"); in TEST_F()
91 expectHasGroupWithSplits("sw300dp"); in TEST_F()
98 void GrouperTest::expectHasGroupWithSplits(const char* a) { in expectHasGroupWithSplits() function in split::GrouperTest
101 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
104 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b) { in expectHasGroupWithSplits() function in split::GrouperTest
108 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
111 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b, const char* c) { in expectHasGroupWithSplits() function in split::GrouperTest
116 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
119 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b, const char* c, const char*… in expectHasGroupWithSplits() function in split::GrouperTest
125 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
128 void GrouperTest::expectHasGroupWithSplits(const Vector<const char*>& expectedStrs) { in expectHasGroupWithSplits() function in split::GrouperTest