Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInflatingListActivity.java40 final String[] testStrings; in createListAdapter() local
42 testStrings = TextUtils.buildSimpleStringList(); in createListAdapter()
44 testStrings = TextUtils.buildEmojiStringList(); in createListAdapter()
46 testStrings = TextUtils.buildHanStringList(); in createListAdapter()
48 testStrings = TextUtils.buildLongStringList(); in createListAdapter()
53 return new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, testStrings) { in createListAdapter()
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp1038 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
1043 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
1044 testStrings.end(), in TEST_F()
1054 hidl_vec<hidl_handle> testHandles(testStrings.size()); in TEST_F()
1075 EXPECT_TRUE(android::base::WriteStringToFd(testStrings[i], resultFd)); in TEST_F()
1093 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
1098 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
1099 testStrings.end(), in TEST_F()
1105 const int numFds = testStrings.size(); in TEST_F()
1130 EXPECT_TRUE(android::base::WriteStringToFd(testStrings[i], resultFd)); in TEST_F()
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DParcelTest.java95 public void testStrings() { in testStrings() method in ParcelTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyEventLoggerTest.java57 public void testStrings() { in testStrings() method in DevicePolicyEventLoggerTest
/aosp12/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteTokenizerTest.java83 public void testStrings() { in testStrings() method in SQLiteTokenizerTest
/aosp12/system/tools/hidl/test/hidl_test/
H A Dhidl_test_client.cpp1626 const hidl_vec<hidl_string> testStrings{"So", "Many", "Words"}; in TEST_F() local
1638 swi.vectorOfStrings = testStrings; in TEST_F()
1648 EXPECT_EQ(testStrings, swiBack.vectorOfStrings); in TEST_F()
2335 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
2340 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
2341 testStrings.end(), in TEST_F()
2351 hidl_vec<hidl_handle> testHandles(testStrings.size()); in TEST_F()
2390 const std::vector<std::string> testStrings{"This ", "is ", "so ", "much ", "data!\n"}; in TEST_F() local
2395 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F()
2396 testStrings.end(), in TEST_F()
[all …]
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DSQLiteTokenizerTest.java89 public void testStrings() { in testStrings() method in SQLiteTokenizerTest
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/sqlite/
H A DSqlCheckerTest.java77 public void testStrings() { in testStrings() method in SqlCheckerTest
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java444 final String[] testStrings = {"This ", "is ", "so ", "much ", "data!\n"}; in runClientSafeUnionTests() local
451 for (String testString : testStrings) { in runClientSafeUnionTests()
458 for (int i = 0; i < testStrings.length; i++) { in runClientSafeUnionTests()
477 otherFos.write(testStrings[i].getBytes()); in runClientSafeUnionTests()