Home
last modified time | relevance | path

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

/system/bt/common/
Dleaky_bonded_queue_unittest.cc56 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST()
58 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST()
60 EXPECT_EQ(queue->Length(), static_cast<size_t>(2)); in TEST()
62 EXPECT_EQ(queue->Length(), static_cast<size_t>(3)); in TEST()
65 EXPECT_EQ(queue->Length(), static_cast<size_t>(3)); in TEST()
92 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST()
94 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST()
97 EXPECT_EQ(queue->Length(), static_cast<size_t>(0)); in TEST()
99 EXPECT_EQ(queue->Length(), static_cast<size_t>(1)); in TEST()
101 EXPECT_EQ(queue->Length(), static_cast<size_t>(2)); in TEST()
[all …]
Dleaky_bonded_queue.h68 size_t Length();
144 size_t LeakyBondedQueue<T>::Length() { in Length() function
/system/bt/test/headless/sdp/
Dsdp_db.h35 uint32_t Length() const;
Dsdp_db.cc37 uint32_t SdpDb::Length() const { in Length() function in SdpDb
Dsdp.cc86 sdp_discovery_db.Length(), in sdp_query_uuid()
/system/libziparchive/cli-tests/
Dunzip.test14 Length Date Time Name
25 Length Date Time Name
37 Length Method Size Cmpr Date Time CRC-32 Name
49 Length Method Size Cmpr Date Time CRC-32 Name
/system/core/cli-test/
DREADME.md42 Length Date Time Name
/system/chre/chpp/
DREADME.md97 ## Length section in Transport Layer Packetization
/system/bt/gd/hci/
Dhci_packets.pdl5124 // Length in bytes of the eSCO payload in the receive direction.
5127 // Length in bytes of the eSCO payload in the transmit direction.
5142 // Length in bytes of the SCO/eSCO payload in the receive direction.
5144 // Length in bytes of the SCO/eSCO payload in the transmit direction.
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h269 uoffset_t Length() const { return size(); }