Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/test_java/src/com/android/test/statslogapigen/
DVendorAtomCodeGenTest.java177 final String[] repeatedString = {kTestStringValue, kTestStringValue2, kTestStringValue}; in testCreateVendorAtom4ApiGen() local
186 repeatedInt, repeatedLong, repeatedString, repeatedEnum); in testCreateVendorAtom4ApiGen()
204 repeatedString.length); in testCreateVendorAtom4ApiGen()
206 for (int i = 0; i < repeatedString.length; i++) { in testCreateVendorAtom4ApiGen()
207 assertThat(repeatedString[i]).isEqualTo(repeatedStringValue[i]); in testCreateVendorAtom4ApiGen()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_api_gen_vendor.cpp156 const vector<const char*> repeatedString{kTestStringValue, kTestStringValue2, kTestStringValue}; in TEST() local
162 repeatedFloat, repeatedInt, repeatedLong, repeatedString, repeatedEnum); in TEST()
179 repeatedString.size()); in TEST()
181 for (size_t i = 0; i < repeatedString.size(); i++) { in TEST()
182 EXPECT_EQ(repeatedString[i], *repeatedStringValue[i]); in TEST()