HomeSort by relevance Sort by last modified time
    Searched defs:test_allocator (Results 1 - 6 of 6) sorted by null

  /external/gemmlowp/test/
test_allocator.cc 20 void test_allocator(Allocator* a, int max_array_size) { function in namespace:gemmlowp
42 void test_allocator() { function in namespace:gemmlowp
48 test_allocator(&allocator, i);
54 int main() { gemmlowp::test_allocator(); }
  /external/skia/tests/
SmallAllocatorTest.cpp 30 template<uint32_t kMaxObjects, size_t kBytes> void test_allocator(skiatest::Reporter* reporter) { function
48 test_allocator<5, 20>(reporter);
49 test_allocator<10, 40>(reporter);
50 test_allocator<20, 80>(reporter);
55 test_allocator<50, 20>(reporter);
56 test_allocator<100, 20>(reporter);
  /external/libcxx/test/std/thread/futures/
test_allocator.h 32 class test_allocator class in inherits:test_alloc_base
37 template <class U> friend class test_allocator;
48 template <class U> struct rebind {typedef test_allocator<U> other;};
50 test_allocator() throw() : data_(-1) {} function in class:test_allocator
51 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
52 test_allocator(const test_allocator& a) throw() function in class:test_allocator
54 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
56 ~test_allocator() throw() {data_ = 0;
90 class test_allocator<void> class in inherits:test_alloc_base
106 test_allocator() throw() : data_(-1) {} function in class:test_allocator
107 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
108 test_allocator(const test_allocator& a) throw() function in class:test_allocator
110 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
    [all...]
  /external/libcxx/test/support/
test_allocator.h 38 class test_allocator class in inherits:test_alloc_base
43 template <class U> friend class test_allocator;
54 template <class U> struct rebind {typedef test_allocator<U> other;};
56 test_allocator() throw() : data_(0) {++count;} function in class:test_allocator
57 explicit test_allocator(int i) throw() : data_(i) {++count;} function in class:test_allocator
58 test_allocator(const test_allocator& a) throw() function in class:test_allocator
60 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
62 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;
158 class test_allocator<void> class in inherits:test_alloc_base
174 test_allocator() throw() : data_(-1) {} function in class:test_allocator
175 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
176 test_allocator(const test_allocator& a) throw() function in class:test_allocator
178 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 36 class test_allocator class in inherits:test_alloc_base
41 template <class U> friend class test_allocator;
52 template <class U> struct rebind {typedef test_allocator<U> other;};
54 test_allocator() throw() : data_(0) {++count;} function in class:test_allocator
55 explicit test_allocator(int i) throw() : data_(i) {++count;} function in class:test_allocator
56 test_allocator(const test_allocator& a) throw() function in class:test_allocator
58 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
60 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;
156 class test_allocator<void> class in inherits:test_alloc_base
172 test_allocator() throw() : data_(-1) {} function in class:test_allocator
173 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
174 test_allocator(const test_allocator& a) throw() function in class:test_allocator
176 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 31 class test_allocator class in inherits:test_alloc_base
36 template <class U> friend class test_allocator;
47 template <class U> struct rebind {typedef test_allocator<U> other;};
49 test_allocator() throw() : data_(-1) {} function in class:test_allocator
50 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
51 test_allocator(const test_allocator& a) throw() function in class:test_allocator
53 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
55 ~test_allocator() throw() {data_ = 0;
89 class test_allocator<void> class in inherits:test_alloc_base
105 test_allocator() throw() : data_(-1) {} function in class:test_allocator
106 explicit test_allocator(int i) throw() : data_(i) {} function in class:test_allocator
107 test_allocator(const test_allocator& a) throw() function in class:test_allocator
109 template <class U> test_allocator(const test_allocator<U>& a) throw() function in class:test_allocator
    [all...]

Completed in 204 milliseconds