Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 135) sorted by relevance

123456

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp56 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
85 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
125 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
154 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
183 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
212 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
241 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
270 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
298 const unsigned size = 5; in test1() local
/ndk/tests/device/asan-smoke/jni/
Dasan_oob_test.cc33 NOINLINE void *malloc_fff(size_t size) { in malloc_fff()
35 NOINLINE void *malloc_eee(size_t size) { in malloc_eee()
37 NOINLINE void *malloc_ddd(size_t size) { in malloc_ddd()
39 NOINLINE void *malloc_ccc(size_t size) { in malloc_ccc()
41 NOINLINE void *malloc_bbb(size_t size) { in malloc_bbb()
43 NOINLINE void *malloc_aaa(size_t size) { in malloc_aaa()
56 NOINLINE void oob_test(int size, int off) { in oob_test()
67 for (int size = sizeof(T); size < 20; size += 5) { in OOBTest() local
/ndk/sources/cxx-stl/gabi++/src/
Dnew.cc96 void* operator new(std::size_t size) throw(std::bad_alloc) { in operator new()
113 void* operator new(std::size_t size, const std::nothrow_t& no) in operator new()
123 void* operator new[](std::size_t size) throw(std::bad_alloc) { in operator new[]()
128 void* operator new[](std::size_t size, const std::nothrow_t& no) in operator new[]()
/ndk/tests/device/test-stlport/unit/
Dlexcmp_test.cpp33 const unsigned size = 6; in lexcmp1() local
42 const unsigned size = 6; in lexcmp2() local
/ndk/tests/device/test-gnustl-full/unit/
Dlexcmp_test.cpp33 const unsigned size = 6; in lexcmp1() local
42 const unsigned size = 6; in lexcmp2() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_new_delete.cpp36 operator new(std::size_t size) in operator new()
69 operator new(size_t size, const std::nothrow_t&) in operator new()
94 operator new[](size_t size) in operator new[]()
110 operator new[](size_t size, const std::nothrow_t&) in operator new[]()
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh-alloca-1.cpp14 bar (char *p, int size) in bar()
29 foo (int size) throw (B,A) in foo()
Deh-inline-2.cpp14 bar (char *p, int size) in bar()
30 foo (int size) throw (B,A) in foo()
Dbadalloc1.cpp32 size_t size __attribute__((aligned)); member
41 extern "C" void *malloc (size_t size) in malloc()
63 extern "C" void *realloc (void *p, size_t size) in realloc()
Deh-vararg-1.cpp15 bar (char *p, int size) in bar()
35 int size; in foo() local
Dnew6.cpp11 void *operator new (size_t size) throw (bad_alloc) in operator new()
Deh-vararg-2.cpp15 bar (char *p, int size) in bar()
34 int size; in test() local
/ndk/tests/device/test-stlport_static-exception/jni/
Deh-alloca-1.cpp14 bar (char *p, int size) in bar()
29 foo (int size) throw (B,A) in foo()
Deh-inline-2.cpp14 bar (char *p, int size) in bar()
30 foo (int size) throw (B,A) in foo()
Dbadalloc1.cpp32 size_t size __attribute__((aligned)); member
41 extern "C" void *malloc (size_t size) in malloc()
63 extern "C" void *realloc (void *p, size_t size) in realloc()
Deh-vararg-1.cpp15 bar (char *p, int size) in bar()
35 int size; in foo() local
Dnew6.cpp11 void *operator new (size_t size) throw (bad_alloc) in operator new()
Deh-vararg-2.cpp15 bar (char *p, int size) in bar()
34 int size; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dnew.cpp47 operator new(std::size_t size) in operator new()
74 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
93 operator new[](size_t size) in operator new[]()
103 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dsize.hpp29 struct size struct
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
Ditem.hpp38 typedef typename next<typename Base::size>::type size; typedef
57 typedef typename next<typename Base::size>::type size; typedef
75 typedef typename prior<typename Base::size>::type size; typedef
91 typedef typename prior<typename Base::size>::type size; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Dsize.hpp40 size(const SinglePassRange& rng) in size() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/class.gslice/gslice.cons/
Dstart_size_stride.pass.cpp24 std::valarray<std::size_t> size(a1, sizeof(a1)/sizeof(a1[0])); in main() local
/ndk/sources/cxx-stl/gabi++/tests/
Dlibtest_malloc_lockup.cpp41 extern "C" void* malloc(size_t size) { in malloc()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
Dpush_back_rvalue.pass.cpp26 make(int size, int start = 0 ) in make()
47 void test(int size) in test()

123456