/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xalloca.h | 57 * #define DEALLOCATE_LOCAL_FALLBACK(_ptr) free(_ptr) 134 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK(_ptr) 137 # define DEALLOCATE_LOCAL(_ptr) DEALLOCATE_LOCAL_FALLBACK undefined! 141 # define DEALLOCATE_LOCAL(_ptr) do {} while(0)
|
/external/clang/test/SemaTemplate/ |
deduction-crash.cpp | 105 template <class _Ptr, bool> struct __pointer_traits_element_type; 106 template <class _Ptr> struct __pointer_traits_element_type<_Ptr, true>;
|
/external/e2fsprogs/lib/et/ |
vfprintf.c | 37 iop->_ptr = iop->_base = localbuf;
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.h | 84 #define FREE(_ptr) \ 86 if (_ptr != NULL) { \ 87 free(_ptr); \ 88 _ptr = NULL; \
|
/external/bison/lib/ |
stdio-impl.h | 94 # define fp_ ((struct { unsigned char *_ptr; \ 107 # define _ptr __ptr macro
|
/external/clang/test/SemaCXX/ |
MicrosoftCompatibility.cpp | 172 void del(_Ty *_Ptr) { 173 _Ptr->~_Ty(); // expected-warning {{pseudo-destructors on type void are a Microsoft extension}}
|
/system/core/init/ |
logo.c | 33 void android_memset16(void *_ptr, unsigned short val, unsigned count) 35 unsigned short *ptr = _ptr;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 283 template<typename _Ptr, _Lock_policy _Lp> 288 _Sp_counted_ptr(_Ptr __p) 307 _Ptr _M_ptr; // copy constructor must not throw 323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp> 342 _Sp_counted_deleter(_Ptr __p, _Deleter __d) 346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) 372 _Ptr _M_ptr; // copy constructor must not throw 450 template<typename _Ptr> 452 __shared_count(_Ptr __p) : _M_pi(0) 456 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p) [all...] |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr_base.h | 283 template<typename _Ptr, _Lock_policy _Lp> 288 _Sp_counted_ptr(_Ptr __p) 307 _Ptr _M_ptr; // copy constructor must not throw 323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp> 342 _Sp_counted_deleter(_Ptr __p, _Deleter __d) 346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) 372 _Ptr _M_ptr; // copy constructor must not throw 450 template<typename _Ptr> 452 __shared_count(_Ptr __p) : _M_pi(0) 456 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p) [all...] |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 283 template<typename _Ptr, _Lock_policy _Lp> 288 _Sp_counted_ptr(_Ptr __p) 307 _Ptr _M_ptr; // copy constructor must not throw 323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp> 342 _Sp_counted_deleter(_Ptr __p, _Deleter __d) 346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) 372 _Ptr _M_ptr; // copy constructor must not throw 450 template<typename _Ptr> 452 __shared_count(_Ptr __p) : _M_pi(0) 456 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p) [all...] |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
shared_ptr_base.h | 283 template<typename _Ptr, _Lock_policy _Lp> 288 _Sp_counted_ptr(_Ptr __p) 307 _Ptr _M_ptr; // copy constructor must not throw 323 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp> 342 _Sp_counted_deleter(_Ptr __p, _Deleter __d) 346 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) 372 _Ptr _M_ptr; // copy constructor must not throw 450 template<typename _Ptr> 452 __shared_count(_Ptr __p) : _M_pi(0) 456 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p) [all...] |
stl_deque.h | 104 template<typename _Tp, typename _Ref, typename _Ptr> 115 typedef _Ptr pointer; 244 template<typename _Tp, typename _Ref, typename _Ptr> 246 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 247 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 257 template<typename _Tp, typename _Ref, typename _Ptr> 259 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 260 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 270 template<typename _Tp, typename _Ref, typename _Ptr> 272 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.h | 135 #define MALLOC(_ptr,_castType,_type,_eError) \ 137 _ptr = (_castType *)malloc(sizeof(_type)); \ 138 if(!_ptr) { \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_deque.h | 93 template<typename _Tp, typename _Ref, typename _Ptr> 104 typedef _Ptr pointer; 233 template<typename _Tp, typename _Ref, typename _Ptr> 235 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 236 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_deque.h | 106 template<typename _Tp, typename _Ref, typename _Ptr> 117 typedef _Ptr pointer; 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 262 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 272 template<typename _Tp, typename _Ref, typename _Ptr> 274 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_deque.h | 106 template<typename _Tp, typename _Ref, typename _Ptr> 117 typedef _Ptr pointer; 246 template<typename _Tp, typename _Ref, typename _Ptr> 248 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 249 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 259 template<typename _Tp, typename _Ref, typename _Ptr> 261 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 262 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 272 template<typename _Tp, typename _Ref, typename _Ptr> 274 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_deque.h | 105 template<typename _Tp, typename _Ref, typename _Ptr> 116 typedef _Ptr pointer; 245 template<typename _Tp, typename _Ref, typename _Ptr> 247 operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 248 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 258 template<typename _Tp, typename _Ref, typename _Ptr> 260 operator!=(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x, 261 const _Deque_iterator<_Tp, _Ref, _Ptr>& __y) 271 template<typename _Tp, typename _Ref, typename _Ptr> 273 operator<(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x [all...] |
shared_ptr_base.h | 280 template<typename _Ptr, _Lock_policy _Lp> 285 _Sp_counted_ptr(_Ptr __p) 304 _Ptr _M_ptr; // copy constructor must not throw 320 template<typename _Ptr, typename _Deleter, typename _Alloc, _Lock_policy _Lp> 336 _Sp_counted_deleter(_Ptr __p, _Deleter __d) 340 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a) 370 _Ptr _M_ptr; // copy constructor must not throw 446 template<typename _Ptr> 448 __shared_count(_Ptr __p) : _M_pi(0) 452 _M_pi = new _Sp_counted_ptr<_Ptr, _Lp>(__p) [all...] |