Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DSliceTest.cpp64 Slice s7(mRaw.data(), mRaw.data() + mRaw.size()); in TEST_F() local
/system/libhidl/
Dtest_main.cpp102 hidl_string s7 = std::string("s7"); // copy = from std::string in TEST_F() local
103 EXPECT_STREQ(s7.c_str(), "s7"); in TEST_F()
104 hidl_string s8(s7); // copy constructor // NOLINT, test the copy constructor in TEST_F()