Home
last modified time | relevance | path

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

/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque_unittest.cc14 class LazilyDeallocatedDequeTest : public testing::Test {}; class
16 TEST_F(LazilyDeallocatedDequeTest, InitiallyEmpty) { in TEST_F() argument
23 TEST_F(LazilyDeallocatedDequeTest, PushBackAndPopFront1) { in TEST_F() argument
38 TEST_F(LazilyDeallocatedDequeTest, PushBackAndPopFront1000) { in TEST_F() argument
57 TEST_F(LazilyDeallocatedDequeTest, PushFrontBackAndPopFront1) { in TEST_F() argument
72 TEST_F(LazilyDeallocatedDequeTest, PushFrontAndPopFront1000) { in TEST_F() argument
91 TEST_F(LazilyDeallocatedDequeTest, MaybeShrinkQueueWithLargeSizeDrop) { in TEST_F() argument
121 TEST_F(LazilyDeallocatedDequeTest, MaybeShrinkQueueWithSmallSizeDrop) { in TEST_F() argument
149 TEST_F(LazilyDeallocatedDequeTest, MaybeShrinkQueueToEmpty) { in TEST_F() argument
169 TEST_F(LazilyDeallocatedDequeTest, MaybeShrinkQueueRateLimiting) { in TEST_F() argument
[all …]
Dlazily_deallocated_deque.h209 FRIEND_TEST_ALL_PREFIXES(LazilyDeallocatedDequeTest, RingPushFront);
210 FRIEND_TEST_ALL_PREFIXES(LazilyDeallocatedDequeTest, RingPushBack);
211 FRIEND_TEST_ALL_PREFIXES(LazilyDeallocatedDequeTest, RingCanPush);
212 FRIEND_TEST_ALL_PREFIXES(LazilyDeallocatedDequeTest, RingPushPopPushPop);