Searched refs:content2 (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/osi/test/ |
H A D | ringbuffer_test.cc | 98 uint8_t content2[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xCC, 0xCC}; in TEST() local 101 ASSERT_TRUE(0 == memcmp(content2, peek, peeked)); in TEST() 109 ASSERT_TRUE(0 == memcmp(content2, peek, peeked)); in TEST()
|
/aosp12/system/nfc/utils/test/ |
H A D | ringbuffer_test.cc | 97 uint8_t content2[] = {0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xCC, 0xCC}; in TEST() local 100 ASSERT_TRUE(0 == memcmp(content2, peek, peeked)); in TEST() 108 ASSERT_TRUE(0 == memcmp(content2, peek, peeked)); in TEST()
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 1073 std::vector<uint8_t> content2; in AreFilesEqual() local 1076 if (!ReadAll(file2, &content2)) return false; in AreFilesEqual() 1077 return content1 == content2; in AreFilesEqual()
|