HomeSort by relevance Sort by last modified time
    Searched full:__allocate (Results 1 - 17 of 17) sorted by null

  /external/libcxx/include/experimental/
dynarray 142 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count )
152 return static_cast<value_type *> (_VSTD::__allocate (sizeof(value_type) * count));
225 __base_ = __allocate (__c);
235 __base_ = __allocate (__c);
246 __base_ = __allocate (sz);
258 __base_ = __allocate (sz);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray 140 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count )
223 __base_ = __allocate (__c);
233 __base_ = __allocate (__c);
244 __base_ = __allocate (sz);
256 __base_ = __allocate (sz);
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray 140 static inline _LIBCPP_INLINE_VISIBILITY value_type* __allocate ( size_t count )
223 __base_ = __allocate (__c);
233 __base_ = __allocate (__c);
244 __base_ = __allocate (sz);
256 __base_ = __allocate (sz);
  /external/libcxx/include/
__sso_allocator 60 return static_cast<pointer>(_VSTD::__allocate(__n * sizeof(_Tp)));
new 164 inline _LIBCPP_INLINE_VISIBILITY void *__allocate(size_t __size) {
valarray     [all...]
memory     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 286 OMX_ERRORTYPE __allocate();
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 7267 OMX_ERRORTYPE encExtradata::__allocate() function in class:encExtradata
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
libprotoc.a     [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so 
  /prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so 
  /prebuilts/misc/darwin-x86_64/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
libprotoc.a     [all...]

Completed in 470 milliseconds