Home
last modified time | relevance | path

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

/external/skqp/tests/
DGrAllocatorTest.cpp29 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() function
91 check_allocator(allocators[i], 0, 0, reporter); in DEF_TEST()
92 check_allocator(allocators[i], 1, 1, reporter); in DEF_TEST()
93 check_allocator(allocators[i], 2, 2, reporter); in DEF_TEST()
94 check_allocator(allocators[i], 10, 1, reporter); in DEF_TEST()
95 check_allocator(allocators[i], 10, 5, reporter); in DEF_TEST()
96 check_allocator(allocators[i], 10, 10, reporter); in DEF_TEST()
97 check_allocator(allocators[i], 100, 10, reporter); in DEF_TEST()
/external/skia/tests/
DGrTBlockListTest.cpp117 static void check_allocator(GrTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator() function
160 check_allocator(allocator, 0, 0, reporter); in run_allocator_test()
161 check_allocator(allocator, 1, 1, reporter); in run_allocator_test()
162 check_allocator(allocator, 2, 2, reporter); in run_allocator_test()
163 check_allocator(allocator, 10, 1, reporter); in run_allocator_test()
164 check_allocator(allocator, 10, 5, reporter); in run_allocator_test()
165 check_allocator(allocator, 10, 10, reporter); in run_allocator_test()
166 check_allocator(allocator, 100, 10, reporter); in run_allocator_test()
/external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
Dsize.pass.cpp23 void check_allocator(unsigned n, Allocator const &alloc = Allocator()) in check_allocator() function
69 check_allocator<T, min_allocator<T>> ( 0 ); in main()
70 check_allocator<T, min_allocator<T>> ( 3 ); in main()
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
Dsize.pass.cpp24 void check_allocator(unsigned n, Allocator const &alloc = Allocator()) in check_allocator() function
70 check_allocator<T, min_allocator<T>> ( 0 ); in main()
71 check_allocator<T, min_allocator<T>> ( 3 ); in main()