/external/ruy/ruy/ |
D | allocator_test.cc | 23 TEST(AllocatorTest, ReturnsValidMemory) { in TEST() argument 35 TEST(AllocatorTest, NoLeak) { in TEST() argument 51 TEST(AllocatorTest, IncreasingSizes) { in TEST() argument 61 TEST(AllocatorTest, ManySmallAllocations) { in TEST() argument 73 TEST(AllocatorTest, DestructorHandlesMainBumpPtr) { in TEST() argument 86 TEST(AllocatorTest, DestructorHandlesFallbackBlocks) { in TEST() argument 97 TEST(AllocatorTest, AvoidAliasing) { in TEST() argument
|
/external/llvm-project/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 17 TEST(AllocatorTest, Basics) { in TEST() argument 49 TEST(AllocatorTest, ThreeSlabs) { in TEST() argument 61 TEST(AllocatorTest, TestReset) { in TEST() argument 83 TEST(AllocatorTest, TestAlignment) { in TEST() argument 104 TEST(AllocatorTest, TestOverflow) { in TEST() argument 117 TEST(AllocatorTest, TestSmallSlabSize) { in TEST() argument 125 TEST(AllocatorTest, TestAlignmentPastSlab) { in TEST() argument 138 TEST(AllocatorTest, TestFasterSlabGrowthDelay) { in TEST() argument 165 TEST(AllocatorTest, TestSlowerSlabGrowthDelay) { in TEST() argument 221 TEST(AllocatorTest, TestBigAlignment) { in TEST() argument
|
D | CMakeLists.txt | 7 AllocatorTest.cpp
|
/external/llvm/unittests/Support/ |
D | AllocatorTest.cpp | 18 TEST(AllocatorTest, Basics) { in TEST() argument 50 TEST(AllocatorTest, ThreeSlabs) { in TEST() argument 62 TEST(AllocatorTest, TestReset) { in TEST() argument 84 TEST(AllocatorTest, TestAlignment) { in TEST() argument 105 TEST(AllocatorTest, TestOverflow) { in TEST() argument 118 TEST(AllocatorTest, TestSmallSlabSize) { in TEST() argument 126 TEST(AllocatorTest, TestAlignmentPastSlab) { in TEST() argument 174 TEST(AllocatorTest, TestBigAlignment) { in TEST() argument
|
D | CMakeLists.txt | 7 AllocatorTest.cpp
|
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | allocator_test.cpp | 25 TEST(AllocatorTest, Construction) { Allocator<sizeof(TestData)> A(2 << 11); } in TEST() argument 27 TEST(AllocatorTest, Allocate) { in TEST() argument 33 TEST(AllocatorTest, OverAllocate) { in TEST() argument 46 TEST(AllocatorTest, AllocateBoundaries) { in TEST() argument 59 TEST(AllocatorTest, AllocateFromNonOwned) { in TEST() argument
|
/external/swiftshader/third_party/marl/src/ |
D | memory_test.cpp | 19 class AllocatorTest : public testing::Test { class 24 TEST_F(AllocatorTest, AlignedAllocate) { in TEST_F() argument 63 TEST_F(AllocatorTest, Create) { in TEST_F() argument 79 TEST_F(AllocatorTest, Guards) { in TEST_F() argument
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Support/ |
D | BUILD.gn | 11 "AllocatorTest.cpp",
|
/external/fmtlib/test/ |
D | format-test.cc | 208 TEST(AllocatorTest, allocator_ref) { in TEST() argument
|