/external/clang/test/Analysis/Inputs/ |
system-header-simulator-cxx-std-suppression.h | 16 class allocator { class in namespace:std 35 template <class _Tp, class _Alloc = allocator<_Tp> > 51 template<class _CharT, class _Alloc = allocator<_CharT> >
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
vktDrawImageObjectUtil.hpp | 70 vk::Allocator& allocator, 74 vk::Allocator& allocator, 84 vk::Allocator& allocator, 93 vk::Allocator& allocator, 112 vk::Allocator& allocator, [all...] |
/external/dng_sdk/source/ |
dng_filter_task.cpp | 60 dng_memory_allocator *allocator, 74 fSrcBuffer [threadIndex] . Reset (allocator->Allocate (srcBufferSize)); 76 fDstBuffer [threadIndex] . Reset (allocator->Allocate (dstBufferSize));
|
dng_memory_stream.h | 52 /// \param allocator Allocator to use to allocate memory in stream as needed. 56 dng_memory_stream (dng_memory_allocator &allocator,
|
dng_simple_image.h | 45 dng_memory_allocator &allocator);
|
/frameworks/base/libs/hwui/tests/unit/ |
SnapshotTests.cpp | 32 LinearAllocator allocator; local 35 auto intersectWithChild = child->serializeIntersectedClip(allocator, 43 auto intersectWithRoot = child->serializeIntersectedClip(allocator,
|
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/ |
_iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/ |
message_facets.h | 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; 81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
|
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/ |
_iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/ |
message_facets.h | 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type; 79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type; 81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
|
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/ |
_iostream_string.h | 18 * The only diference rely on the allocator used to instanciate the basic_string. 20 * that could occur when requesting a big float ouput for instance. This allocator 41 class __iostring_allocator : public allocator<_CharT> { 47 typedef allocator<_CharT> _Base; 76 * As the __iostring_allocator allocator will only be used in the basic_string implementation 99 * A consequence of the non standard conformant allocator is that a string using it 100 * must always be presized to the allocator static buffer size because the basic_string implementation 101 * do not manage an allocator returning always the same memory adress as long as the 132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
|
/art/runtime/gc/allocator/ |
dlmalloc.h | 57 namespace allocator { namespace in namespace:art::gc 63 } // namespace allocator
|
/art/runtime/gc/space/ |
rosalloc_space.cc | 43 // template class MemoryToolMallocSpace<RosAllocSpace, allocator::RosAlloc*>; 46 art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end, 63 allocator::RosAlloc* rosalloc = CreateRosAlloc(mem_map->Begin(), starting_size, initial_size, 131 allocator::RosAlloc* RosAllocSpace::CreateRosAlloc(void* begin, size_t morecore_start, 140 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc( 143 art::gc::allocator::RosAlloc::kPageReleaseModeAll : 144 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd, 177 void* allocator, uint8_t* begin, uint8_t* end, 182 mem_map, initial_size_, name, reinterpret_cast<allocator::RosAlloc*>(allocator), begin, end 378 namespace allocator { namespace in namespace:art::gc [all...] |
/external/clang/test/Modules/ |
pr27401.cpp | 14 template <class _Tp, class _Allocator = allocator>
|
/external/libchrome/base/allocator/ |
allocator_extension.cc | 5 #include "base/allocator/allocator_extension.h" 16 namespace allocator { namespace in namespace:base 39 // TODO(sque): Use allocator shim layer instead. 59 } // namespace allocator
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
alloc_rfunction.fail.cpp | 58 std::function<int(int)> f2(std::allocator_arg, std::allocator<A>(), std::move(f));
|
/external/libcxx/test/support/ |
asan_testing.h | 22 if ( std::is_same<Alloc, std::allocator<T> >::value && c.data() != NULL)
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 48 static void* operator new(size_t size, LinearAllocator& allocator) { 49 return allocator.alloc<RoundRectClipState>(size); 150 WARN_UNUSED_RESULT const ClipBase* serializeIntersectedClip(LinearAllocator& allocator, 176 void setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds,
|
/frameworks/native/libs/binder/include/binder/ |
MemoryDealer.h | 54 SimpleBestFitAllocator* allocator() const;
|
/frameworks/native/vulkan/libvulkan/ |
swapchain.h | 26 VKAPI_ATTR VkResult CreateAndroidSurfaceKHR(VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface); 27 VKAPI_ATTR void DestroySurfaceKHR(VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* allocator); 32 VKAPI_ATTR VkResult CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* create_info, const VkAllocationCallbacks* allocator, VkSwapchainKHR* swapchain_handle); 33 VKAPI_ATTR void DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain_handle, const VkAllocationCallbacks* allocator);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/tutorial/ |
tutorial.cpp | 103 Document::AllocatorType& allocator = document.GetAllocator();
local 105 a.PushBack(i, allocator); // May look a bit strange, allocator is needed for potentially realloc. We normally uses the document's.
108 a.PushBack("Lua", allocator).PushBack("Mio", allocator);
121 // This version of SetString() needs an allocator, which means it will allocate a new buffer and copy the the string into the buffer.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stringfwd.h | 56 typename _Alloc = allocator<_CharT> >
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stringfwd.h | 56 typename _Alloc = allocator<_CharT> >
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stringfwd.h | 56 typename _Alloc = allocator<_CharT> >
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stringfwd.h | 56 typename _Alloc = allocator<_CharT> >
|