Searched refs:check_allocator (Results 1 - 4 of 4) sorted by relevance

/external/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/skqp/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/libcxx/experimental/containers/sequences/dynarray/dynarray.cons/
H A Dalloc.pass.cpp38 void check_allocator ( const dynarray<T> &dyn, const Allocator &alloc ) { function
50 check_allocator ( d1, alloc );
61 check_allocator ( d1, alloc1 );
66 check_allocator ( d2, alloc1 );
71 check_allocator ( d3, alloc2 );
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Dsize.pass.cpp24 void check_allocator(unsigned n, Allocator const &alloc = Allocator()) function
70 check_allocator<T, min_allocator<T>> ( 0 );
71 check_allocator<T, min_allocator<T>> ( 3 );

Completed in 180 milliseconds