Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/testables/tests/src/android/testing/
H A DTestableResourcesTest.java79 int existentId = R.string.test_string; in testOverrideExisting()
89 int existentId = R.string.test_string; in testNonExistentException()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp644 std::string test_string = "This is a test string."; in TEST_F() local
645 test_string.resize(writer->options().block_size); in TEST_F()
646 ASSERT_TRUE(writer->AddRawBlocks(0, test_string.data(), test_string.size())); in TEST_F()
683 std::string buffer(test_string.size(), '\0'); in TEST_F()
685 ASSERT_EQ(test_string, buffer); in TEST_F()