HomeSort by relevance Sort by last modified time
    Searched full:__sz (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
string     [all...]
new 94 _LIBCPP_FUNC_VIS void* operator new(std::size_t __sz)
99 _LIBCPP_FUNC_VIS void* operator new(std::size_t __sz, const std::nothrow_t&) _NOEXCEPT _NOALIAS;
103 _LIBCPP_FUNC_VIS void* operator new[](std::size_t __sz)
108 _LIBCPP_FUNC_VIS void* operator new[](std::size_t __sz, const std::nothrow_t&) _NOEXCEPT _NOALIAS;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
deque 240 resize(size_type __sz)
242 bool __invalidate_all = __sz > this->size();
243 if (__sz < this->size())
244 this->_M_invalidate_after_nth(__sz);
246 _Base::resize(__sz);
253 resize(size_type __sz, const _Tp& __c)
255 bool __invalidate_all = __sz > this->size();
256 if (__sz < this->size())
257 this->_M_invalidate_after_nth(__sz);
259 _Base::resize(__sz, __c)
    [all...]
list 232 resize(size_type __sz)
236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
239 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
249 _Base::resize(__sz);
259 resize(size_type __sz, const _Tp& __c)
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
266 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
276 _Base::resize(__sz, __c)
    [all...]
vector 246 resize(size_type __sz)
248 bool __realloc = _M_requires_reallocation(__sz);
249 if (__sz < this->size())
250 this->_M_invalidate_after_nth(__sz);
251 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
260 bool __realloc = _M_requires_reallocation(__sz);
261 if (__sz < this->size())
262 this->_M_invalidate_after_nth(__sz);
263 _Base::resize(__sz, __c)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
deque 240 resize(size_type __sz)
242 bool __invalidate_all = __sz > this->size();
243 if (__sz < this->size())
244 this->_M_invalidate_after_nth(__sz);
246 _Base::resize(__sz);
253 resize(size_type __sz, const _Tp& __c)
255 bool __invalidate_all = __sz > this->size();
256 if (__sz < this->size())
257 this->_M_invalidate_after_nth(__sz);
259 _Base::resize(__sz, __c)
    [all...]
list 232 resize(size_type __sz)
236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
239 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
249 _Base::resize(__sz);
259 resize(size_type __sz, const _Tp& __c)
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
266 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
276 _Base::resize(__sz, __c)
    [all...]
vector 246 resize(size_type __sz)
248 bool __realloc = _M_requires_reallocation(__sz);
249 if (__sz < this->size())
250 this->_M_invalidate_after_nth(__sz);
251 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
260 bool __realloc = _M_requires_reallocation(__sz);
261 if (__sz < this->size())
262 this->_M_invalidate_after_nth(__sz);
263 _Base::resize(__sz, __c)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
deque 240 resize(size_type __sz)
242 bool __invalidate_all = __sz > this->size();
243 if (__sz < this->size())
244 this->_M_invalidate_after_nth(__sz);
246 _Base::resize(__sz);
253 resize(size_type __sz, const _Tp& __c)
255 bool __invalidate_all = __sz > this->size();
256 if (__sz < this->size())
257 this->_M_invalidate_after_nth(__sz);
259 _Base::resize(__sz, __c)
    [all...]
list 232 resize(size_type __sz)
236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
239 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
249 _Base::resize(__sz);
259 resize(size_type __sz, const _Tp& __c)
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
266 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
276 _Base::resize(__sz, __c)
    [all...]
vector 246 resize(size_type __sz)
248 bool __realloc = _M_requires_reallocation(__sz);
249 if (__sz < this->size())
250 this->_M_invalidate_after_nth(__sz);
251 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
260 bool __realloc = _M_requires_reallocation(__sz);
261 if (__sz < this->size())
262 this->_M_invalidate_after_nth(__sz);
263 _Base::resize(__sz, __c)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
deque 239 resize(size_type __sz)
241 bool __invalidate_all = __sz > this->size();
242 if (__sz < this->size())
243 this->_M_invalidate_after_nth(__sz);
245 _Base::resize(__sz);
252 resize(size_type __sz, const _Tp& __c)
254 bool __invalidate_all = __sz > this->size();
255 if (__sz < this->size())
256 this->_M_invalidate_after_nth(__sz);
258 _Base::resize(__sz, __c)
    [all...]
list 231 resize(size_type __sz)
235 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
238 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
248 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
262 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
265 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
275 _Base::resize(__sz, __c)
    [all...]
vector 261 resize(size_type __sz)
263 bool __realloc = _M_requires_reallocation(__sz);
264 if (__sz < this->size())
265 this->_M_invalidate_after_nth(__sz);
266 _Base::resize(__sz);
273 resize(size_type __sz, const _Tp& __c)
275 bool __realloc = _M_requires_reallocation(__sz);
276 if (__sz < this->size())
277 this->_M_invalidate_after_nth(__sz);
278 _Base::resize(__sz, __c)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
deque 240 resize(size_type __sz)
242 bool __invalidate_all = __sz > this->size();
243 if (__sz < this->size())
244 this->_M_invalidate_after_nth(__sz);
246 _Base::resize(__sz);
253 resize(size_type __sz, const _Tp& __c)
255 bool __invalidate_all = __sz > this->size();
256 if (__sz < this->size())
257 this->_M_invalidate_after_nth(__sz);
259 _Base::resize(__sz, __c)
    [all...]
list 232 resize(size_type __sz)
236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
239 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
249 _Base::resize(__sz);
259 resize(size_type __sz, const _Tp& __c)
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
266 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
276 _Base::resize(__sz, __c)
    [all...]
vector 246 resize(size_type __sz)
248 bool __realloc = _M_requires_reallocation(__sz);
249 if (__sz < this->size())
250 this->_M_invalidate_after_nth(__sz);
251 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
260 bool __realloc = _M_requires_reallocation(__sz);
261 if (__sz < this->size())
262 this->_M_invalidate_after_nth(__sz);
263 _Base::resize(__sz, __c)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
deque 239 resize(size_type __sz)
241 bool __invalidate_all = __sz > this->size();
242 if (__sz < this->size())
243 this->_M_invalidate_after_nth(__sz);
245 _Base::resize(__sz);
252 resize(size_type __sz, const _Tp& __c)
254 bool __invalidate_all = __sz > this->size();
255 if (__sz < this->size())
256 this->_M_invalidate_after_nth(__sz);
258 _Base::resize(__sz, __c)
    [all...]
list 231 resize(size_type __sz)
235 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
238 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
248 _Base::resize(__sz);
258 resize(size_type __sz, const _Tp& __c)
262 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
265 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
275 _Base::resize(__sz, __c)
    [all...]
vector 261 resize(size_type __sz)
263 bool __realloc = _M_requires_reallocation(__sz);
264 if (__sz < this->size())
265 this->_M_invalidate_after_nth(__sz);
266 _Base::resize(__sz);
273 resize(size_type __sz, const _Tp& __c)
275 bool __realloc = _M_requires_reallocation(__sz);
276 if (__sz < this->size())
277 this->_M_invalidate_after_nth(__sz);
278 _Base::resize(__sz, __c)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
deque 249 resize(size_type __sz)
251 bool __invalidate_all = __sz > this->size();
252 if (__sz < this->size())
253 this->_M_invalidate_after_nth(__sz);
255 _Base::resize(__sz);
262 resize(size_type __sz, const _Tp& __c)
264 bool __invalidate_all = __sz > this->size();
265 if (__sz < this->size())
266 this->_M_invalidate_after_nth(__sz);
268 _Base::resize(__sz, __c)
    [all...]
list 240 resize(size_type __sz)
244 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
247 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
257 _Base::resize(__sz);
267 resize(size_type __sz, const _Tp& __c)
271 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
274 for (size_type __i = __sz; __victim != __end && __i > 0; --__i)
284 _Base::resize(__sz, __c)
    [all...]
vector 271 resize(size_type __sz)
273 bool __realloc = _M_requires_reallocation(__sz);
274 if (__sz < this->size())
275 this->_M_invalidate_after_nth(__sz);
276 _Base::resize(__sz);
283 resize(size_type __sz, const _Tp& __c)
285 bool __realloc = _M_requires_reallocation(__sz);
286 if (__sz < this->size())
287 this->_M_invalidate_after_nth(__sz);
288 _Base::resize(__sz, __c)
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_media_info.h 5 #define MSM_MEDIA_ALIGN(__sz, __align) (((__sz) + (__align-1)) & (~(__align-1)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
vector 243 resize(size_type __sz)
246 _M_profile_resize(this, this->capacity(), __sz);
247 _Base::resize(__sz);
251 resize(size_type __sz, const _Tp& __c)
254 _M_profile_resize(this, this->capacity(), __sz);
255 _Base::resize(__sz, __c);
259 resize(size_type __sz, _Tp __c = _Tp())
262 _M_profile_resize(this, this->capacity(), __sz);
263 _Base::resize(__sz, __c);

Completed in 1540 milliseconds

1 2 3 4 5 6