Searched refs:kNum (Results 1 – 7 of 7) sorted by relevance
50 const int kNum = 100; in TEST_F() local51 for (int i = 0; i < kNum; ++i) { in TEST_F()54 EXPECT_EQ(static_cast<size_t>(kNum), collection_->collection().size()); in TEST_F()55 EXPECT_EQ(kNum, num_instances_); in TEST_F()
43 static const int kNum = 100; in TestAllocation() local44 void* ptr[kNum]; in TestAllocation()46 for (int i = 0; i < kNum; i++) { in TestAllocation()49 for (int i = 0; i < kNum; i++) { in TestAllocation()
754 static const int kNum = 100; in TestAlignmentForSize() local755 void* ptrs[kNum]; in TestAlignmentForSize()756 for (int i = 0; i < kNum; i++) { in TestAlignmentForSize()767 for (int i = 0; i < kNum; i++) { in TestAlignmentForSize()783 static const int kNum = 70000; in TestHugeThreadCache() local784 char** array = new char*[kNum]; in TestHugeThreadCache()785 for (int i = 0; i < kNum; ++i) { in TestHugeThreadCache()788 for (int i = 0; i < kNum; ++i) { in TestHugeThreadCache()
4 const size_t kNum = 200; in DEF_TEST() local5 char* zeros = (char*)sk_calloc_throw(kNum*sizeof(char)); in DEF_TEST()7 for (size_t i = 0; i < kNum; i++) { in DEF_TEST()