Home
last modified time | relevance | path

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

/aosp12/system/bt/packet/tests/base/
H A Diterator_test.cc81 GetTestPacketLength()); in TEST_P()
84 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
119 ASSERT_EQ((*packet)[GetTestPacketLength() - 1], in TEST_P()
127 for (size_t i = 0; i < GetTestPacketLength(); i += 2) { in TEST_P()
140 for (size_t i = 0; i < GetTestPacketLength() - 1; i++) { in TEST_P()
150 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
160 for (size_t i = 0; i < GetTestPacketLength(); i++) { in TEST_P()
172 for (int i = GetTestPacketLength() - 1; i > 0; i -= 2) { in TEST_P()
184 for (int i = GetTestPacketLength(); i > 0; i--) { in TEST_P()
196 for (int i = GetTestPacketLength() - 1; i > 0; i--) { in TEST_P()
[all …]