Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/offline_files/vlenb_riscv64/
Dregs.txt20 s7: 7ff20dcc11d0
/system/libhidl/
Dtest_main.cpp100 hidl_string s7 = std::string("s7"); // copy = from std::string in TEST_F() local
101 EXPECT_STREQ(s7.c_str(), "s7"); in TEST_F()
102 hidl_string s8(s7); // copy constructor // NOLINT, test the copy constructor in TEST_F()