Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport_static-exception/jni/
Dnew23.cpp5 typedef __SIZE_TYPE__ size_t; typedef
6 inline void *operator new (size_t, void *p) throw () { return p; } in operator new() argument
Dnew16.cpp8 typedef __SIZE_TYPE__ size_t; typedef
10 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new() argument
Doperators27.cpp16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in operator new() argument
Dnew5.cpp7 void * operator new[](size_t, std::nothrow_t const &) throw() in operator new[]() argument
Dbadalloc1.cpp11 typedef __SIZE_TYPE__ size_t; typedef
Ddelete2.cpp4 typedef __SIZE_TYPE__ size_t; typedef
Dunroll1.cpp12 typedef __SIZE_TYPE__ size_t; typedef
14 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new() argument
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew23.cpp5 typedef __SIZE_TYPE__ size_t; typedef
6 inline void *operator new (size_t, void *p) throw () { return p; } in operator new() argument
Dnew16.cpp8 typedef __SIZE_TYPE__ size_t; typedef
10 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new() argument
Doperators27.cpp16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; } in operator new() argument
Dnew5.cpp7 void * operator new[](size_t, std::nothrow_t const &) throw() in operator new[]() argument
Dbadalloc1.cpp11 typedef __SIZE_TYPE__ size_t; typedef
Ddelete2.cpp4 typedef __SIZE_TYPE__ size_t; typedef
Dunroll1.cpp12 typedef __SIZE_TYPE__ size_t; typedef
14 inline void* operator new(size_t, void* __p) throw() { return __p; } in operator new() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_impl.hpp88 void * operator new( std::size_t ) in operator new()
102 void * operator new( std::size_t ) in operator new()
158 void * operator new( std::size_t ) in operator new()
172 void * operator new( std::size_t ) in operator new()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dinteraction_based.hpp106 std::size_t /*line_num*/, in exception_point()
109 std::size_t /*line_num*/ ) { return true; } in decision_point()
111 std::size_t /*line_num*/, in enter_scope()
115 std::size_t /*line_num*/, in allocated()
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dc_locale.h40 typedef unsigned int size_t; typedef
43 typedef unsigned long size_t; typedef
D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } in deallocate() argument
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } in deallocate() argument
D_rope.c403 size_t, const __false_type& /*basic char type*/) { in _Terminate_RopeLeaf() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp183 declare_no_pointers(char*, size_t) in declare_no_pointers() argument
188 undeclare_no_pointers(char*, size_t) in undeclare_no_pointers() argument
Dthread.cpp143 void deallocate(T* __p, size_t) {::operator delete((void*)__p);} in deallocate() argument
Dstrstream.cpp25 strstreambuf::strstreambuf(void* (*__palloc)(size_t), void (*__pfree)(void*)) in strstreambuf() argument
/ndk/sources/third_party/googletest/googletest/samples/
Dsample10_unittest.cc61 void operator delete(void* block, size_t /* allocation_size */) { in operator delete() argument
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h258 typedef unsigned int size_t; typedef
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); } in new() argument
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c259 # define size_t unsigned int macro