Searched refs:check_allocator (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, function
93 check_allocator(allocators[i], 0, 0, reporter);
94 check_allocator(allocators[i], 1, 1, reporter);
95 check_allocator(allocators[i], 2, 2, reporter);
96 check_allocator(allocators[i], 10, 1, reporter);
97 check_allocator(allocators[i], 10, 5, reporter);
98 check_allocator(allocators[i], 10, 10, reporter);
99 check_allocator(allocators[i], 100, 10, reporter);
/external/libcxx/test/containers/sequences/dynarray/dynarray.cons/
H A Dalloc.pass.cpp39 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { function
51 check_allocator ( d1, alloc );
62 check_allocator ( d1, alloc1 );
67 check_allocator ( d2, alloc1 );
72 check_allocator ( d3, alloc2 );
/external/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
H A Dsize.pass.cpp22 void check_allocator(unsigned n, Allocator const &alloc = Allocator()) function
62 check_allocator<T, min_allocator<T>> ( 0 );
63 check_allocator<T, min_allocator<T>> ( 3 );

Completed in 312 milliseconds