Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/nodes/
DTextRendererNodeTest.cpp198 String8 testString2 = String8("hello"); in TEST_F() local
199 testString1.append(testString2); in TEST_F()
208 EXPECT_EQ(mFakeCallback->getReceivedText(), testString2); in TEST_F()
218 String8 testString2 = String8("world"); in TEST_F() local
226 std::unique_ptr<char> tempBuffer2(new char[testString2.length()]); in TEST_F()
227 memcpy(tempBuffer2.get(), testString2.c_str(), testString2.length()); in TEST_F()
230 reinterpret_cast<uint8_t*>(tempBuffer2.get()), testString2.length(), 0, false, 0); in TEST_F()
238 reinterpret_cast<uint8_t*>(tempBuffer2.get()), testString2.length(), 1, false, 1); in TEST_F()
251 String8 testString2 = String8("world"); in TEST_F() local
264 std::unique_ptr<char> tempBuffer2(new char[testString2.length()]); in TEST_F()
[all …]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DContactsDictionaryUtilsTest.java47 final String testString2 = "Larry-Page"; in testGetWordEndPosition() local
49 testString2, testString1.length(), 0 /* startIndex */)); in testGetWordEndPosition()
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp541 const std::string testString2(47135, 'B'); in TEST() local
554 AStatsEvent_writeString(event, testString2.c_str()); in TEST()
564 AStatsEvent_writeString(event, testString2.c_str()); in TEST()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DArrayUtilsTest.java455 String testString2 = new String("abcd"); in testReferenceEquals() local
460 array2.add(testString2); in testReferenceEquals()