/prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/ |
Node.h | 45 explicit GroupEnd(int size) : Node(Kind::GroupEnd), _size(size) {} 47 int getSize() const { return _size; } 54 int _size; member in class:lld::GroupEnd
|
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
carray.i | 24 $1 = ($*1_type *)malloc( $1_size ); 73 $1 = ($*1_type *)malloc( $1_size ); 106 $1 = ($*1_type *)malloc( $1_size );
|
/external/lzma/CPP/7zip/Archive/Common/ |
CoderMixer2.h | 41 UInt64 _size;
member in class:CSequentialInStreamCalcSize 47 _size = 0;
51 UInt64 GetSize() const { return _size; }
62 UInt64 _size;
member in class:COutStreamCalcSize 71 void Init() { _size = 0; }
72 UInt64 GetSize() const { return _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 | 34 template <typename _SIZE, typename _ENDIANNESS> class SizeAndEndianness { 36 typedef _SIZE SIZE;
|
/external/skia/tools/ |
embed_resources.py | 59 out('static const size_t resource{0:d}_size = {1:d};\n' 68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index))
|
/external/skqp/tools/ |
embed_resources.py | 59 out('static const size_t resource{0:d}_size = {1:d};\n' 68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
wbuf.c | 73 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
90 * happen on unbuffered streams, where _bf._size==1; fflush()
95 if (n >= fp->_bf._size) {
102 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
|
/external/libopus/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/libxcam/modules/ocl/ |
cl_memory.h | 121 return _size; 126 _size = size; 138 uint32_t _size; member in class:XCam::CLBuffer 168 uint32_t _size; member in class:XCam::CLSubBuffer
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ExtractCallback.h | 37 size_t _size;
member in class:CGrowBuf 51 _size = newSize;
55 CGrowBuf(): _items(0), _size(0) {}
60 size_t Size() const { return _size; }
|
/external/mesa3d/src/amd/addrlib/inc/ |
lnx_common_defs.h | 72 #define vsnprintf(_dst, _size, _fmt, varg) __ke_snprintf(_dst, _size, _fmt, varg) 125 #define snprintf(_dst, _size, _fmt, arg...) __ke_snprintf(_dst, _size, _fmt, ##arg)
|
/external/opencv/ |
WLNonFileByteStream.h | 43 int _size;
member in class:WLNonFileByteStream
|
/external/python/cpython3/Lib/ |
_compression.py | 45 self._size = -1 108 self._size = self._pos 128 if self._size < 0: 131 offset = self._size + offset
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
i420.cc | 57 _encodedImage._size = 0; 66 _encodedImage._size = newSize; 101 if (_encodedImage._size > req_length) { 106 _encodedImage._size = req_length;
|
/frameworks/base/core/java/android/provider/ |
OpenableColumns.java | 42 public static final String SIZE = "_size";
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
conio_s.h | 18 _CRTIMP errno_t __cdecl _cgets_s (char *_Buffer,size_t _Size,size_t *_SizeRead);
|