/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 219 template<typename _IIter, typename _Size, typename _OIter> 221 copy_n(_IIter, _Size, _OIter); 241 template<typename _OIter, typename _Size, typename _Tp> 243 fill_n(_OIter, _Size, const _Tp&); 246 template<typename _OIter, typename _Size, typename _Tp> 248 fill_n(_OIter, _Size, const _Tp&); 625 template<typename _OIter, typename _Size, typename _Tp> 627 generate_n(_OIter, _Size, _Generator); 630 template<typename _OIter, typename _Size, typename _Generator> 632 generate_n(_OIter, _Size, _Generator) [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 219 template<typename _IIter, typename _Size, typename _OIter> 221 copy_n(_IIter, _Size, _OIter); 241 template<typename _OIter, typename _Size, typename _Tp> 243 fill_n(_OIter, _Size, const _Tp&); 246 template<typename _OIter, typename _Size, typename _Tp> 248 fill_n(_OIter, _Size, const _Tp&); 625 template<typename _OIter, typename _Size, typename _Tp> 627 generate_n(_OIter, _Size, _Generator); 630 template<typename _OIter, typename _Size, typename _Generator> 632 generate_n(_OIter, _Size, _Generator) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 219 template<typename _IIter, typename _Size, typename _OIter> 221 copy_n(_IIter, _Size, _OIter); 241 template<typename _OIter, typename _Size, typename _Tp> 243 fill_n(_OIter, _Size, const _Tp&); 246 template<typename _OIter, typename _Size, typename _Tp> 248 fill_n(_OIter, _Size, const _Tp&); 625 template<typename _OIter, typename _Size, typename _Tp> 627 generate_n(_OIter, _Size, _Generator); 630 template<typename _OIter, typename _Size, typename _Generator> 632 generate_n(_OIter, _Size, _Generator) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__tuple | 69 template <class _Tp, size_t _Size> struct _LIBCPP_TYPE_VIS array; 79 template <class _Tp, size_t _Size> struct __tuple_like<array<_Tp, _Size> > : true_type {}; 111 template <size_t _Ip, class _Tp, size_t _Size> 114 get(array<_Tp, _Size>&) _NOEXCEPT; 116 template <size_t _Ip, class _Tp, size_t _Size> 119 get(const array<_Tp, _Size>&) _NOEXCEPT; 121 template <size_t _Ip, class _Tp, size_t _Size> 124 get(array<_Tp, _Size>&&) _NOEXCEPT;
|
/bionic/libc/stdio/ |
ungetc.c | 59 _UB(fp)._size = BUFSIZ; 66 i = _UB(fp)._size; 74 _UB(fp)._size = i << 1; 112 if (fp->_r >= _UB(fp)._size && __submore(fp)) 139 _UB(fp)._size = sizeof(fp->_ubuf);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xalloca.h | 56 * #define ALLOCATE_LOCAL_FALLBACK(_size) malloc(_size) 133 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xalloca.h | 56 * #define ALLOCATE_LOCAL_FALLBACK(_size) malloc(_size) 133 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xalloca.h | 56 * #define ALLOCATE_LOCAL_FALLBACK(_size) malloc(_size) 133 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK(_size) 136 # define ALLOCATE_LOCAL(_size) ALLOCATE_LOCAL_FALLBACK undefined!
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
makebuf.c | 67 fp->_bf._size = 1; 74 fp->_bf._size = 1; 80 fp->_bf._size = size;
|
/external/bison/lib/ |
stdio-impl.h | 36 struct { unsigned char *_base; int _size; } _bf; \ 42 struct { unsigned char *_base; int _size; } _ub; \ 46 struct { unsigned char *_base; int _size; } _lb; \
|
/external/iputils/ninfod/ |
ninfod.h | 104 size_t _size = (size); \ 105 void *p = malloc(_size); \ 106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
EOLConvertingInputStream.java | 72 * @param _size the size of the input stream (need not be exact)
75 public EOLConvertingInputStream(InputStream _in, int _size, Callback _callback) {
77 size = _size;
|
/external/lzma/Java/SevenZip/ |
LzmaBench.java | 143 int _size;
field in class:LzmaBench.MyOutputStream 149 _size = _buffer.length;
159 if (_pos >= _size)
173 int _size;
field in class:LzmaBench.MyInputStream 179 _size = size;
189 if (_pos >= _size)
|
/external/clang/test/CodeGenCXX/ |
2010-07-23-DeclLoc.cpp | 33 template <typename _SIZE, typename _ENDIANNESS> class SizeAndEndianness { 35 typedef _SIZE SIZE;
|
/external/harfbuzz/src/ |
harfbuzz-impl.h | 85 #define ALLOC(_ptr,_size) \ 86 ( (_ptr) = _hb_alloc( _size, &error ), error != 0 )
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-impl.h | 89 #define ALLOC(_ptr,_size) \ 90 ( (_ptr) = _hb_alloc( _size, &error ), error != 0 )
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
type_traits | 154 template<typename _Tp, std::size_t _Size> 155 struct is_array<_Tp[_Size]> 362 template<typename _Tp, std::size_t _Size> 363 struct rank<_Tp[_Size]> 375 template<typename _Tp, unsigned _Uint, std::size_t _Size> 376 struct extent<_Tp[_Size], _Uint> 378 _Uint == 0 ? _Size : extent<_Tp, 453 template<typename _Tp, std::size_t _Size> 454 struct remove_extent<_Tp[_Size]> 466 template<typename _Tp, std::size_t _Size> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
type_traits | 154 template<typename _Tp, std::size_t _Size> 155 struct is_array<_Tp[_Size]> 362 template<typename _Tp, std::size_t _Size> 363 struct rank<_Tp[_Size]> 375 template<typename _Tp, unsigned _Uint, std::size_t _Size> 376 struct extent<_Tp[_Size], _Uint> 378 _Uint == 0 ? _Size : extent<_Tp, 453 template<typename _Tp, std::size_t _Size> 454 struct remove_extent<_Tp[_Size]> 466 template<typename _Tp, std::size_t _Size> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
type_traits | 154 template<typename _Tp, std::size_t _Size> 155 struct is_array<_Tp[_Size]> 362 template<typename _Tp, std::size_t _Size> 363 struct rank<_Tp[_Size]> 375 template<typename _Tp, unsigned _Uint, std::size_t _Size> 376 struct extent<_Tp[_Size], _Uint> 378 _Uint == 0 ? _Size : extent<_Tp, 453 template<typename _Tp, std::size_t _Size> 454 struct remove_extent<_Tp[_Size]> 466 template<typename _Tp, std::size_t _Size> [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
type_traits | 151 template<typename _Tp, std::size_t _Size> 152 struct is_array<_Tp[_Size]> 359 template<typename _Tp, std::size_t _Size> 360 struct rank<_Tp[_Size]> 372 template<typename _Tp, unsigned _Uint, std::size_t _Size> 373 struct extent<_Tp[_Size], _Uint> 375 _Uint == 0 ? _Size : extent<_Tp, 450 template<typename _Tp, std::size_t _Size> 451 struct remove_extent<_Tp[_Size]> 463 template<typename _Tp, std::size_t _Size> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
type_traits | 154 template<typename _Tp, std::size_t _Size> 155 struct is_array<_Tp[_Size]> 362 template<typename _Tp, std::size_t _Size> 363 struct rank<_Tp[_Size]> 375 template<typename _Tp, unsigned _Uint, std::size_t _Size> 376 struct extent<_Tp[_Size], _Uint> 378 _Uint == 0 ? _Size : extent<_Tp, 453 template<typename _Tp, std::size_t _Size> 454 struct remove_extent<_Tp[_Size]> 466 template<typename _Tp, std::size_t _Size> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
type_traits | 151 template<typename _Tp, std::size_t _Size> 152 struct is_array<_Tp[_Size]> 359 template<typename _Tp, std::size_t _Size> 360 struct rank<_Tp[_Size]> 372 template<typename _Tp, unsigned _Uint, std::size_t _Size> 373 struct extent<_Tp[_Size], _Uint> 375 _Uint == 0 ? _Size : extent<_Tp, 450 template<typename _Tp, std::size_t _Size> 451 struct remove_extent<_Tp[_Size]> 463 template<typename _Tp, std::size_t _Size> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
type_traits | 150 template<typename _Tp, std::size_t _Size> 151 struct is_array<_Tp[_Size]> 358 template<typename _Tp, std::size_t _Size> 359 struct rank<_Tp[_Size]> 371 template<typename _Tp, unsigned _Uint, std::size_t _Size> 372 struct extent<_Tp[_Size], _Uint> 374 _Uint == 0 ? _Size : extent<_Tp, 449 template<typename _Tp, std::size_t _Size> 450 struct remove_extent<_Tp[_Size]> 462 template<typename _Tp, std::size_t _Size> [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
entenc.h | 35 _size: The size of the buffer, in chars.*/ 36 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size); 100 _size: The number of bytes in the new buffer. 103 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size);
|
/external/opencv/ |
WLNonFileByteStream.h | 43 int _size;
member in class:WLNonFileByteStream
|