HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 926 - 950 of 1067) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_deque.h 590 * allocator efficiency.
637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
695 * @param a An allocator object.
705 * @param a An allocator.
717 * @param x A %deque of identical element and allocator types.
731 * @param x A %deque of identical element and allocator types.
742 * @param a An allocator object.
763 * @param a An allocator object.
794 * @param x A %deque of identical element and allocator types.
797 * the allocator object is not copied
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 671 * allocator efficiency.
718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
776 * @param a An allocator object.
799 * @param a An allocator.
812 * @param a An allocator.
825 * @param x A %deque of identical element and allocator types.
839 * @param x A %deque of identical element and allocator types.
850 * @param a An allocator object.
871 * @param a An allocator object.
902 * @param x A %deque of identical element and allocator types
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 680 * allocator efficiency.
727 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
785 * @param __a An allocator object.
808 * @param __a An allocator.
821 * @param __a An allocator.
834 * @param __x A %deque of identical element and allocator types.
848 * @param __x A %deque of identical element and allocator types.
859 * @param __a An allocator object.
880 * @param __a An allocator object.
911 * @param __x A %deque of identical element and allocator types
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 671 * allocator efficiency.
718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
776 * @param a An allocator object.
799 * @param a An allocator.
812 * @param a An allocator.
825 * @param x A %deque of identical element and allocator types.
839 * @param x A %deque of identical element and allocator types.
850 * @param a An allocator object.
871 * @param a An allocator object.
902 * @param x A %deque of identical element and allocator types
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 680 * allocator efficiency.
727 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
785 * @param __a An allocator object.
808 * @param __a An allocator.
821 * @param __a An allocator.
834 * @param __x A %deque of identical element and allocator types.
848 * @param __x A %deque of identical element and allocator types.
859 * @param __a An allocator object.
880 * @param __a An allocator object.
911 * @param __x A %deque of identical element and allocator types
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_deque.h 652 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>.
682 * allocator efficiency.
729 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
787 * @param __a An allocator object.
810 * @param __a An allocator.
823 * @param __a An allocator.
836 * @param __x A %deque of identical element and allocator types.
850 * @param __x A %deque of identical element and allocator types.
861 * @param __a An allocator object
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc 43 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) {
44 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),
57 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator)
58 : allocator_(allocator),
66 deopt_entry_code_[i] = AllocateCodeChunk(allocator);
    [all...]
log.cc 1811 HeapStringAllocator allocator; local
    [all...]
  /external/chromium_org/v8/tools/gyp/
v8_base.arm.target.darwin-arm.mk 108 v8/src/lithium-allocator.cc \
v8_base.arm.target.linux-arm.mk 108 v8/src/lithium-allocator.cc \
v8_base.ia32.target.darwin-x86.mk 108 v8/src/lithium-allocator.cc \
v8_base.ia32.target.linux-x86.mk 108 v8/src/lithium-allocator.cc \
v8_base.mipsel.target.darwin-mips.mk 108 v8/src/lithium-allocator.cc \
v8_base.mipsel.target.linux-mips.mk 108 v8/src/lithium-allocator.cc \
  /external/stlport/stlport/stl/
_string.h     [all...]
  /external/v8/src/arm/
lithium-arm.h 32 #include "lithium-allocator.h"
262 // Interface to the register allocator and iterators.
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 32 #include "lithium-allocator.h"
258 // Interface to the register allocator and iterators.
    [all...]
  /external/v8/src/mips/
lithium-mips.h 32 #include "lithium-allocator.h"
261 // Interface to the register allocator and iterators.
    [all...]
  /external/v8/src/x64/
lithium-x64.h 32 #include "lithium-allocator.h"
263 // Interface to the register allocator and iterators.
    [all...]
  /frameworks/base/libs/hwui/
DisplayListOp.h 65 static void* operator new(size_t size, LinearAllocator& allocator) {
66 return allocator.alloc(size);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 63 #include <bits/allocator.h>
321 typename _Compare, typename _Alloc = allocator<_Val> >
    [all...]

Completed in 913 milliseconds

<<31323334353637383940>>