HomeSort by relevance Sort by last modified time
    Searched refs:reserve (Results 301 - 325 of 473) sorted by null

<<111213141516171819

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 713 * This function attempts to reserve enough memory for the
720 * that will be required, the user can reserve the memory in
725 reserve(size_type __n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 713 * This function attempts to reserve enough memory for the
720 * that will be required, the user can reserve the memory in
725 reserve(size_type __n);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 583 * This function attempts to reserve enough memory for the
590 * that will be required, the user can reserve the memory in
595 reserve(size_type __n);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 597 _M_buckets.reserve(__n_buckets);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 583 * This function attempts to reserve enough memory for the
590 * that will be required, the user can reserve the memory in
595 reserve(size_type __n);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 597 _M_buckets.reserve(__n_buckets);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 583 * This function attempts to reserve enough memory for the
590 * that will be required, the user can reserve the memory in
595 reserve(size_type __n);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 597 _M_buckets.reserve(__n_buckets);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 66 int reserve(int reg);
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/stlport/stlport/stl/debug/
_string.h 208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 576 _M_buckets.reserve(__n_buckets);
1116 _M_buckets.reserve(__ht._M_buckets.size());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 596 _M_buckets.reserve(__n_buckets);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 596 _M_buckets.reserve(__n_buckets);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 576 _M_buckets.reserve(__n_buckets);
1116 _M_buckets.reserve(__ht._M_buckets.size());
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 576 _M_buckets.reserve(__n_buckets);
1116 _M_buckets.reserve(__ht._M_buckets.size());
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 576 _M_buckets.reserve(__n_buckets);
1116 _M_buckets.reserve(__ht._M_buckets.size());
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 208 void reserve(size_type __s = 0) { function in class:basic_string
210 _M_non_dbg_impl.reserve(__s);
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 35 sub rsp, 32 ; reserve 32 bytes
249 sub rsp, 64 ; reserve 64 bytes
622 sub rsp, 32 ; reserve 32 bytes
    [all...]
  /external/chromium/net/base/
net_util.cc 201 temp.reserve(input.size());
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict16x16_neon.asm 43 sub sp, sp, #272 ;reserve space on stack for temporary storage

Completed in 952 milliseconds

<<111213141516171819