HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorTest (Results 1 - 5 of 5) sorted by null

  /system/bt/osi/test/
allocator_test.cpp 28 class AllocatorTest : public AllocationTestHarness {};
30 TEST_F(AllocatorTest, test_osi_strndup) {
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 15 class AllocatorTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(AllocatorTest);
33 CPPUNIT_TEST_SUITE_REGISTRATION(AllocatorTest);
38 void AllocatorTest::zero_allocation()
56 void AllocatorTest::bad_alloc_test()
153 void AllocatorTest::per_thread_alloc()
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 15 class AllocatorTest : public CPPUNIT_NS::TestCase
17 CPPUNIT_TEST_SUITE(AllocatorTest);
33 CPPUNIT_TEST_SUITE_REGISTRATION(AllocatorTest);
38 void AllocatorTest::zero_allocation()
56 void AllocatorTest::bad_alloc_test()
153 void AllocatorTest::per_thread_alloc()
  /external/llvm/unittests/Support/
AllocatorTest.cpp 1 //===- llvm/unittest/Support/AllocatorTest.cpp - BumpPtrAllocator tests ---===//
18 TEST(AllocatorTest, Basics) {
50 TEST(AllocatorTest, ThreeSlabs) {
62 TEST(AllocatorTest, TestReset) {
84 TEST(AllocatorTest, TestAlignment) {
105 TEST(AllocatorTest, TestOverflow) {
118 TEST(AllocatorTest, TestSmallSlabSize) {
126 TEST(AllocatorTest, TestAlignmentPastSlab) {
174 TEST(AllocatorTest, TestBigAlignment) {
  /system/core/libmemunreachable/tests/
Allocator_test.cpp 25 class AllocatorTest : public testing::Test {
27 AllocatorTest() : heap(), disable_malloc_() {}
41 TEST_F(AllocatorTest, simple) {
48 TEST_F(AllocatorTest, multiple) {
62 TEST_F(AllocatorTest, many) {
87 TEST_F(AllocatorTest, large) {
95 TEST_F(AllocatorTest, many_large) {
112 TEST_F(AllocatorTest, copy) {
135 TEST_F(AllocatorTest, stl_vector) {
146 TEST_F(AllocatorTest, stl_list)
    [all...]

Completed in 1334 milliseconds