Lines Matching refs:EXPECT_LE

105   EXPECT_LE(sizeof(int), M1.allocatedSize());  in TEST_P()
121 EXPECT_LE(sizeof(int), M1.allocatedSize()); in TEST_P()
137 EXPECT_LE(16U, M1.allocatedSize()); in TEST_P()
139 EXPECT_LE(64U, M2.allocatedSize()); in TEST_P()
141 EXPECT_LE(32U, M3.allocatedSize()); in TEST_P()
152 EXPECT_LE(16U, M4.allocatedSize()); in TEST_P()
169 EXPECT_LE(sizeof(int), M1.allocatedSize()); in TEST_P()
201 EXPECT_LE(1U * sizeof(int), M1.allocatedSize()); in TEST_P()
203 EXPECT_LE(8U * sizeof(int), M2.allocatedSize()); in TEST_P()
205 EXPECT_LE(4U * sizeof(int), M3.allocatedSize()); in TEST_P()
229 EXPECT_LE(64U * sizeof(int), M4.allocatedSize()); in TEST_P()
260 EXPECT_LE(2U * sizeof(int), M1.allocatedSize()); in TEST_P()
262 EXPECT_LE(8U * sizeof(int), M2.allocatedSize()); in TEST_P()
264 EXPECT_LE(4U * sizeof(int), M3.allocatedSize()); in TEST_P()
294 EXPECT_LE(16U, M4.allocatedSize()); in TEST_P()
315 EXPECT_LE(16U, M1.allocatedSize()); in TEST_P()
317 EXPECT_LE(64U, M2.allocatedSize()); in TEST_P()
319 EXPECT_LE(32U, M3.allocatedSize()); in TEST_P()
342 EXPECT_LE(16U, M1.allocatedSize()); in TEST_P()
344 EXPECT_LE(64U, M2.allocatedSize()); in TEST_P()
346 EXPECT_LE(32U, M3.allocatedSize()); in TEST_P()
365 EXPECT_LE(16U, M1.allocatedSize()); in TEST_P()
367 EXPECT_LE(64U, M2.allocatedSize()); in TEST_P()
369 EXPECT_LE(32U, M3.allocatedSize()); in TEST_P()
392 EXPECT_LE(16U, M1.allocatedSize()); in TEST_P()
394 EXPECT_LE(64U, M2.allocatedSize()); in TEST_P()
396 EXPECT_LE(32U, M3.allocatedSize()); in TEST_P()
415 EXPECT_LE(sizeof(int), M1.allocatedSize()); in TEST_P()