Searched refs:Length (Results 1 – 8 of 8) 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 | 85 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/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 383 uoffset_t Length() const { return size(); } 501 return v ? v->Length() : 0; 507 std::string str() const { return std::string(c_str(), Length()); } 1021 return str ? CreateString(str->c_str(), str->Length()) : 0; 1073 return CreateSharedString(str->c_str(), str->Length());
|
/system/core/cli-test/ |
D | README.md | 42 Length Date Time Name
|