Home
last modified time | relevance | path

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

/system/tools/sysprop/tests/
DRustGenTest.cpp46 api_name: "test_string"
134 /// The property name of the "test_string" API.
283 /// The property name of the "test_string" API.
DCppGenTest.cpp47 api_name: "test_string"
DCppGenIntegrationTest.cpp66 TEST_API(test_string, "test.string", "hello world", "hello world"); in TEST()
DJavaGenTest.cpp47 api_name: "test_string"
DTestProperties.sysprop77 api_name: "test_string"
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp640 std::string test_string = "This is a test string."; in TEST_F() local
641 test_string.resize(kBlockSize); in TEST_F()
653 ASSERT_TRUE(writer->AddRawBlocks(0, test_string.data(), test_string.size())); in TEST_F()
667 ASSERT_TRUE(android::base::WriteFully(fd, test_string.data(), test_string.size())); in TEST_F()
729 std::string buffer(test_string.size(), '\0'); in TEST_F()
731 ASSERT_EQ(test_string, buffer); in TEST_F()
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h110634 void *test_string; member
110639 u32 test_string; member