Home
last modified time | relevance | path

Searched refs:expectHasGroupWithSplits (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/split-select/
DGrouper_test.cpp59 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()
[all …]