HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 951 - 975 of 1382) sorted by null

<<31323334353637383940>>

  /external/webrtc/talk/app/webrtc/
peerconnection.h 77 rtc::scoped_ptr<cricket::PortAllocator> allocator,
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1Allocator.cpp 31 namespace allocator { namespace in namespace:android::hardware::graphics
318 } // namespace allocator
  /libcore/ojluni/src/main/java/java/lang/
ClassLoader.java 233 * Pointer to the allocator used by the runtime to allocate metadata such
236 private transient long allocator; field in class:ClassLoader
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr_base.h 279 // Counted ptr with no deleter or allocator support
319 // Support for custom deleter and/or allocator
323 // Helper class that stores the Deleter and also acts as an allocator.
381 // Helper class that stores the pointer and also acts as an allocator.
409 // Override because the allocator needs to know the dynamic type
463 : __shared_count(__p, std::move(__d), allocator<int>())
530 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
531 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
stl_multiset.h 77 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
91 typename _Alloc = std::allocator<_Key> >
143 * @param __a An allocator object.
169 * @param __a An allocator object.
184 * @param __x A %multiset of identical element and allocator types.
195 * @param __x A %multiset of identical element and allocator types.
208 * @param __a An allocator object.
223 * @param __x A %multiset of identical element and allocator types.
226 * constructor, the allocator object is not copied
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 362 // Counted ptr with no deleter or allocator support
430 // Support for custom deleter and/or allocator
527 // Override because the allocator needs to know the dynamic type
580 : __shared_count(__p, std::move(__d), allocator<void>())
647 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
648 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 362 // Counted ptr with no deleter or allocator support
430 // Support for custom deleter and/or allocator
527 // Override because the allocator needs to know the dynamic type
580 : __shared_count(__p, std::move(__d), allocator<void>())
647 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
648 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h 362 // Counted ptr with no deleter or allocator support
430 // Support for custom deleter and/or allocator
527 // Override because the allocator needs to know the dynamic type
580 : __shared_count(__p, std::move(__d), allocator<void>())
647 = _Sp_counted_deleter<_Ptr, _Del2, allocator<void>, _Lp>;
648 using _Alloc = allocator<_Sp_cd_type>;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale_catalog.cpp 151 pair<_DBG_iter<_NonDbg_hashtable<pair<const string,pair<void *,unsigned int> >,string,hash<string>,_HashMapTraitsT<pair<const string,pair<void *,unsigned int> > >,_Select1st<pair<const string,pair<void *,unsigned int> > >,_DbgEqual<string,equal_to<string> >,allocator<pair<const string,pair<void *,unsigned int> > > >,_DbgTraits<_NonLocalHashMapTraitsT<pair<const string,pair<void *,unsigned int> > > > >, bool> result;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_string.h 798 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <char, char_traits<char>, allocator<char> > >;
800 _STLP_EXPORT_TEMPLATE_CLASS basic_string<char, char_traits<char>, allocator<char> >;
803 _STLP_EXPORT_TEMPLATE_CLASS __construct_checker<_STLP_NON_DBG_STRING_NAME <wchar_t, char_traits<wchar_t>, allocator<wchar_t> > >;
805 _STLP_EXPORT_TEMPLATE_CLASS basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >;
  /art/compiler/optimizing/
code_generator_arm64.h 369 ParallelMoveResolverARM64(ArenaAllocator* allocator, CodeGeneratorARM64* codegen)
370 : ParallelMoveResolverNoSwap(allocator), codegen_(codegen), vixl_temps_() {}
450 // The number of registers that can be allocated. The register allocator may
484 void Finalize(CodeAllocator* allocator) OVERRIDE;
    [all...]
code_generator_arm_vixl.h 242 ParallelMoveResolverARMVIXL(ArenaAllocator* allocator, CodeGeneratorARMVIXL* codegen)
243 : ParallelMoveResolverWithSwap(allocator), codegen_(codegen) {}
515 void Finalize(CodeAllocator* allocator) OVERRIDE;
    [all...]
  /device/google/marlin/
device-common.mk 484 android.hardware.graphics.allocator@2.0-impl \
485 android.hardware.graphics.allocator@2.0-service \
627 android.hardware.graphics.allocator@2.0.vndk-sp\
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryLayeredRenderingTests.cpp 905 Allocator& allocator = context.getDefaultAllocator(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationCoordinatesTests.cpp 482 Allocator& allocator = m_context.getDefaultAllocator();
496 const Buffer tessLevelsBuffer(vk, device, allocator,
504 const Buffer resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
  /external/v8/src/ast/
ast.cc 461 ZoneAllocationPolicy allocator(zone);
464 Literal::Match, ZoneHashMap::kDefaultHashMapCapacity, allocator);
475 ZoneHashMap::Entry* entry = table.LookupOrInsert(literal, hash, allocator);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleInterpolationTests.cpp 250 Allocator& allocator = m_context.getDefaultAllocator(); local
286 const de::UniquePtr<Image> imageMS(new Image(deviceInterface, device, allocator, imageMSInfo, MemoryRequirement::Any));
293 const de::UniquePtr<Image> imageRS(new Image(deviceInterface, device, allocator, imageRSInfo, MemoryRequirement::Any));
408 de::SharedPtr<Buffer> vertexBuffer = de::SharedPtr<Buffer>(new Buffer(deviceInterface, device, allocator, makeBufferCreateInfo(vertexDataDesc.dataSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible));
696 const de::UniquePtr<Buffer> bufferRS(new Buffer(deviceInterface, device, allocator, bufferRSInfo, MemoryRequirement::HostVisible));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 108 Allocator& allocator,
213 Allocator& allocator,
228 allocator.allocate(requirementsWithSize(memoryRequirements, *numChunksIter * chunkSize), MemoryRequirement::Any)));
530 Allocator& allocator,
551 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any);
    [all...]

Completed in 1924 milliseconds

<<31323334353637383940>>