Lines Matching refs: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"); in TEST_F()
74 expectHasGroupWithSplits("en-rUS-sw600dp-hdpi", "en-rUS-sw600dp-xhdpi"); in TEST_F()
75 expectHasGroupWithSplits("fr-rFR-sw600dp-hdpi", "fr-rFR-sw600dp-xhdpi"); in TEST_F()
76 expectHasGroupWithSplits("hdpi", "xhdpi", "xxhdpi", "anydpi"); in TEST_F()
80 expectHasGroupWithSplits(":armeabi", ":x86"); in TEST_F()
84 expectHasGroupWithSplits("pl-rPL"); in TEST_F()
85 expectHasGroupWithSplits("de-rDE"); in TEST_F()
86 expectHasGroupWithSplits("fr"); in TEST_F()
87 expectHasGroupWithSplits("fr-rCA"); in TEST_F()
91 expectHasGroupWithSplits("large"); in TEST_F()
92 expectHasGroupWithSplits("xlarge"); in TEST_F()
93 expectHasGroupWithSplits("v7"); in TEST_F()
94 expectHasGroupWithSplits("v8"); in TEST_F()
95 expectHasGroupWithSplits("sw600dp"); in TEST_F()
96 expectHasGroupWithSplits("sw300dp"); in TEST_F()
103 void GrouperTest::expectHasGroupWithSplits(const char* a) { in expectHasGroupWithSplits() function in split::GrouperTest
106 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
109 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b) { in expectHasGroupWithSplits() function in split::GrouperTest
113 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
116 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b, const char* c) { in expectHasGroupWithSplits() function in split::GrouperTest
121 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
124 void GrouperTest::expectHasGroupWithSplits(const char* a, const char* b, const char* c, const char*… in expectHasGroupWithSplits() function in split::GrouperTest
130 expectHasGroupWithSplits(expected); in expectHasGroupWithSplits()
133 void GrouperTest::expectHasGroupWithSplits(const Vector<const char*>& expectedStrs) { in expectHasGroupWithSplits() function in split::GrouperTest