/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rope | 73 using std::size_t; 153 operator()(size_t __start_pos, size_t __len, 175 template<class _Sequence, size_t _Buf_sz = 100> 184 size_t _M_buf_count; 252 append(value_type* __s, size_t __len) 256 size_t __i = _M_buf_count; 257 for (size_t __j = 0; __j < __len; __i++, __j++) 271 write(value_type* __s, size_t __len) 317 operator()(const _CharT* __buffer, size_t __len) = 0 [all...] |
pool_allocator.h | 56 using std::size_t; 80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align }; 93 static size_t _S_heap_size; 95 size_t 96 _M_round_up(size_t __bytes) 97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); } 100 _M_get_free_list(size_t __bytes); 108 _M_refill(size_t __n) [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 73 using std::size_t; 153 operator()(size_t __start_pos, size_t __len, 175 template<class _Sequence, size_t _Buf_sz = 100> 184 size_t _M_buf_count; 252 append(value_type* __s, size_t __len) 256 size_t __i = _M_buf_count; 257 for (size_t __j = 0; __j < __len; __i++, __j++) 271 write(value_type* __s, size_t __len) 317 operator()(const _CharT* __buffer, size_t __len) = 0 [all...] |
pool_allocator.h | 56 using std::size_t; 80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align }; 93 static size_t _S_heap_size; 95 size_t 96 _M_round_up(size_t __bytes) 97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); } 100 _M_get_free_list(size_t __bytes); 108 _M_refill(size_t __n) [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 73 using std::size_t; 153 operator()(size_t __start_pos, size_t __len, 175 template<class _Sequence, size_t _Buf_sz = 100> 184 size_t _M_buf_count; 252 append(value_type* __s, size_t __len) 256 size_t __i = _M_buf_count; 257 for (size_t __j = 0; __j < __len; __i++, __j++) 271 write(value_type* __s, size_t __len) 317 operator()(const _CharT* __buffer, size_t __len) = 0 [all...] |
pool_allocator.h | 56 using std::size_t; 80 enum { _S_free_list_size = (size_t)_S_max_bytes / (size_t)_S_align }; 93 static size_t _S_heap_size; 95 size_t 96 _M_round_up(size_t __bytes) 97 { return ((__bytes + (size_t)_S_align - 1) & ~((size_t)_S_align - 1)); } 100 _M_get_free_list(size_t __bytes); 108 _M_refill(size_t __n) [all...] |
/external/stlport/src/ |
c_locale.h | 238 * the input sequence. Return value is (size_t) -1 if there was an 239 * encoding error in the input sequence, and (size_t) -2 if 243 size_t _WLocale_mbtowc(struct _Locale_codecvt *, 245 const char * /* from */, size_t /* n */, 253 * Modifies shift_state if appropriate. The return value is (size_t) -1 254 * if c is not a valid wide character, and (size_t) -2 if the length of 257 size_t _WLocale_wctomb(struct _Locale_codecvt *, 258 char *, size_t, 266 * success, (size_t) -1 to indicate error, (size_t) -2 to indicat [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
c_locale.h | 238 * the input sequence. Return value is (size_t) -1 if there was an 239 * encoding error in the input sequence, and (size_t) -2 if 243 size_t _WLocale_mbtowc(struct _Locale_codecvt *, 245 const char * /* from */, size_t /* n */, 253 * Modifies shift_state if appropriate. The return value is (size_t) -1 254 * if c is not a valid wide character, and (size_t) -2 if the length of 257 size_t _WLocale_wctomb(struct _Locale_codecvt *, 258 char *, size_t, 266 * success, (size_t) -1 to indicate error, (size_t) -2 to indicat [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
ListHashSet.h | 42 template<typename Value, size_t inlineCapacity, typename HashFunctions> class ListHashSet; 46 template<typename Value, size_t inlineCapacity, typename HashFunctions> 49 template<typename ValueArg, size_t inlineCapacity, typename HashArg> class ListHashSetIterator; 50 template<typename ValueArg, size_t inlineCapacity, typename HashArg> class ListHashSetConstIterator; 52 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNode; 53 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNodeAllocator; 54 template<typename ValueArg, size_t inlineCapacity, typename HashArg> struct ListHashSetNodeHashFunctions; 56 template<typename ValueArg, size_t inlineCapacity = 256, typename HashArg = typename DefaultHash<ValueArg>::Hash> class ListHashSet { 139 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNodeAllocator { 201 static const size_t m_poolSize = inlineCapacity [all...] |
OSAllocatorSymbian.cpp | 45 static void* allocateCodeChunk(size_t bytes) 77 void* OSAllocator::reserveUncommitted(size_t reservationSize, Usage usage, bool , bool executable) 88 void OSAllocator::releaseDecommitted(void* parkedBase, size_t bytes) 97 void OSAllocator::commit(void* address, size_t bytes, bool, bool executable) 105 void OSAllocator::decommit(void* address, size_t bytes) 113 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) 152 void* PageAllocatorSymbian::reserve(size_t bytes) 155 const size_t nPages = bytes / m_pageSize; 162 for (size_t i = startIdx; i < startIdx + nPages ; i++) 169 void PageAllocatorSymbian::release(void* address, size_t bytes [all...] |
/external/stlport/stlport/stl/ |
_rope.h | 161 virtual void operator()(size_t __start_pos, size_t __len, 186 , size_t _Buf_sz = 100 215 size_t _M_buf_count; 256 void append(const value_type *__s, size_t __len) { 258 size_t __i = _M_buf_count; 259 size_t __j = 0; 271 _Self& write(const value_type *__s, size_t __len) { 296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0; 362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 153 static size_t _STLP_CALL length(const char_type* __s) { 155 size_t __i(0); 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i) 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 161 virtual void operator()(size_t __start_pos, size_t __len, 186 , size_t _Buf_sz = 100 215 size_t _M_buf_count; 256 void append(const value_type *__s, size_t __len) { 258 size_t __i = _M_buf_count; 259 size_t __j = 0; 271 _Self& write(const value_type *__s, size_t __len) { 296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0; 362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 153 static size_t _STLP_CALL length(const char_type* __s) { 155 size_t __i(0); 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i) 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 161 virtual void operator()(size_t __start_pos, size_t __len, 186 , size_t _Buf_sz = 100 215 size_t _M_buf_count; 256 void append(const value_type *__s, size_t __len) { 258 size_t __i = _M_buf_count; 259 size_t __j = 0; 271 _Self& write(const value_type *__s, size_t __len) { 296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0; 362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 153 static size_t _STLP_CALL length(const char_type* __s) { 155 size_t __i(0); 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i) 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_rope.h | 161 virtual void operator()(size_t __start_pos, size_t __len, 186 , size_t _Buf_sz = 100 215 size_t _M_buf_count; 256 void append(const value_type *__s, size_t __len) { 258 size_t __i = _M_buf_count; 259 size_t __j = 0; 271 _Self& write(const value_type *__s, size_t __len) { 296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0; 362 _STLP_PRIV _STLP_alloc_proxy<size_t, _CharT, allocator_type> _M_size [all...] |
char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { 147 for (size_t __i = 0; __i < __n; ++__i) 153 static size_t _STLP_CALL length(const char_type* __s) { 155 size_t __i(0); 160 static const char_type* _STLP_CALL find(const char_type* __s, size_t __n, const char_type& __c) { 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { 175 static char_type* _STLP_CALL assign(char_type* __s, size_t __n, char_type __c) { 176 for (size_t __i = 0; __i < __n; ++__i) 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
headerparser.cc | 26 void ParseableChunk::Advance(size_t number_of_bytes) { 53 void ParseableChunk::FinishExcept(size_t number_of_bytes) { 155 size_t* value) { 160 *value = static_cast<size_t>(parsed_value); 165 size_t from_size, 168 size_t* source_segment_length, 169 size_t* source_segment_position) { 193 const size_t source_segment_end = *source_segment_position + 206 size_t dictionary_size, 207 size_t decoded_target_size [all...] |
/external/srec/portable/src/ |
PFileWrap.c | 41 ESR_ReturnCode PFileRead ( PFile *self, void *buffer, size_t size, size_t *count ) 44 size_t items_read; 73 ESR_ReturnCode PFileWrite ( PFile *self, const void *buffer, size_t size, size_t *count ) 76 size_t items_written; 97 size_t flush_ok; 117 size_t seek_ok; 134 ESR_ReturnCode PFileGetPosition ( PFile *self, size_t *position ) 143 *position = (size_t)ftell_result [all...] |
/development/ndk/platforms/android-3/include/ |
unistd.h | 87 extern int setgroups(size_t, const gid_t *); 113 extern int readlink(const char *, char *, size_t); 118 extern char *getcwd(char *, size_t); 126 extern ssize_t read(int, void *, size_t); 127 extern ssize_t write(int, const void *, size_t); 128 extern ssize_t pread(int, void *, size_t, off_t); 129 extern ssize_t pwrite(int, const void *, size_t, off_t); 144 extern int gethostname(char *, size_t); 187 extern int getlogin_r(char* name, size_t namesize); 191 extern int sethostname(const char *, size_t); [all...] |
/development/ndk/platforms/android-8/include/ |
unistd.h | 87 extern int setgroups(size_t, const gid_t *); 117 extern int readlink(const char *, char *, size_t); 122 extern char *getcwd(char *, size_t); 130 extern ssize_t read(int, void *, size_t); 131 extern ssize_t write(int, const void *, size_t); 132 extern ssize_t pread(int, void *, size_t, off_t); 133 extern ssize_t pwrite(int, const void *, size_t, off_t); 148 extern int gethostname(char *, size_t); 162 extern int ttyname_r(int, char*, size_t); 192 extern int getlogin_r(char* name, size_t namesize) [all...] |
/development/ndk/platforms/android-9/include/ |
unistd.h | 87 extern int setgroups(size_t, const gid_t *); 120 extern int readlink(const char *, char *, size_t); 125 extern char *getcwd(char *, size_t); 133 extern ssize_t read(int, void *, size_t); 134 extern ssize_t write(int, const void *, size_t); 135 extern ssize_t pread(int, void *, size_t, off_t); 136 extern ssize_t pwrite(int, const void *, size_t, off_t); 152 extern int gethostname(char *, size_t); 166 extern int ttyname_r(int, char*, size_t); 195 extern int getlogin_r(char* name, size_t namesize) [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
cryptstring.h | 42 virtual size_t GetLength() const = 0; 52 virtual size_t GetLength() const { return 0; } 68 size_t GetLength() const { return impl_->GetLength(); } 104 void Append(const char * data, size_t length) { 112 size_t len = password->GetLength(); 118 size_t GetLength() { 128 void EnsureStorage(size_t n) { 133 size_t old_capacity = capacity_; 149 for (size_t i = 1; i < old_capacity; i++) { 159 for (size_t i = 1; i < capacity_; i++) [all...] |
/external/clang/lib/Sema/ |
TypeLocBuilder.h | 31 size_t Capacity; 34 size_t Index; 54 void reserve(size_t Requested) { 63 size_t Size = L.getFullDataSize(); 77 size_t LocalSize = TypeSpecTypeLoc::LocalDataSize; 100 size_t LocalSize = cast<TyLocType>(TypeLoc(T, 0)).getLocalDataSize(); 110 size_t FullDataSize = Capacity - Index; 123 size_t FullDataSize = Capacity - Index; 130 TypeLoc pushImpl(QualType T, size_t LocalSize) { 140 size_t RequiredCapacity = Capacity + (LocalSize - Index) [all...] |