Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc939 Reference a2_ref; in TEST_F() local
948 a2_ref = allocator.Allocate(200 << 10, 11); in TEST_F()
949 allocator.MakeIterable(a2_ref); in TEST_F()
958 EXPECT_LE(a1_used, a2_ref); in TEST_F()
985 EXPECT_EQ(file_length >= a2_used ? a2_ref : 0U, iter.GetNext(&type_id)); in TEST_F()