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

  /external/skia/tests/
GrAllocatorTest.cpp 31 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/std/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 39 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 );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
alloc.pass.cpp 39 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/std/containers/sequences/forwardlist/forwardlist.cons/
size.pass.cpp 22 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 );
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
size.pass.cpp 22 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 6510 milliseconds