Searched refs:Length (Results 1 – 10 of 10) sorted by relevance
/system/bt/common/ |
D | leaky_bonded_queue_unittest.cc | 56 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 …]
|
D | leaky_bonded_queue.h | 68 size_t Length(); 144 size_t LeakyBondedQueue<T>::Length() { in Length() function
|
/system/bt/test/headless/sdp/ |
D | sdp_db.h | 35 uint32_t Length() const;
|
D | sdp_db.cc | 37 uint32_t SdpDb::Length() const { in Length() function in SdpDb
|
D | sdp.cc | 86 sdp_discovery_db.Length(), in sdp_query_uuid()
|
/system/libziparchive/cli-tests/ |
D | unzip.test | 14 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/ |
D | README.md | 42 Length Date Time Name
|
/system/chre/chpp/ |
D | README.md | 97 ## Length section in Transport Layer Packetization
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 5124 // 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/ |
D | flatbuffers.h | 269 uoffset_t Length() const { return size(); }
|