/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
input_iterator.pass.cpp | 13 // list(InputIterator first, InputIterator last, const Allocator& = Allocator()); 37 std::allocator<int>());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
assign_init.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 31 typedef std::allocator<std::pair<const int, std::string> > A;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
emplace_initializer_list.pass.cpp | 89 opt.emplace({1, 2, 3}, std::allocator<int>());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/ |
initializer_list.pass.cpp | 86 optional<std::vector<int>> opt(in_place, {3, 1}, std::allocator<int>());
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/ |
types.pass.cpp | 13 // class Allocator = allocator<pair<const Key, T>>> 22 // typedef Allocator allocator_type; 45 static_assert((std::is_same<C::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/ |
types.pass.cpp | 13 // class Allocator = allocator<pair<const Key, T>>> 22 // typedef Allocator allocator_type; 45 static_assert((std::is_same<C::allocator_type, std::allocator<std::pair<const int, double> > >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/ |
types.pass.cpp | 13 // class Allocator = allocator<Key>> 22 // typedef Allocator allocator_type; 45 static_assert((std::is_same<C::allocator_type, std::allocator<int> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/ |
types.pass.cpp | 13 // class Allocator = allocator<Key>> 22 // typedef Allocator allocator_type; 45 static_assert((std::is_same<C::allocator_type, std::allocator<int> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/ |
types.pass.cpp | 12 // template <class T, class Allocator = allocator<T>> 17 // typedef Allocator allocator_type; 40 static_assert((std::is_same<C::allocator_type, std::allocator<char> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.cons/ |
input_iterator.pass.cpp | 13 // list(InputIterator first, InputIterator last, const Allocator& = Allocator()); 37 std::allocator<int>());
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/ |
types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/ |
assign_init.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 31 typedef std::allocator<std::pair<const int, std::string> > A;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/ |
types.pass.cpp | 13 // class Alloc = allocator<pair<const Key, T>>> 44 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/ |
types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/ |
types.pass.cpp | 13 // class Alloc = allocator<Value>> 43 static_assert((std::is_same<C::allocator_type, std::allocator<C::value_type> >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.object/optional.object.assign/ |
emplace_initializer_list.pass.cpp | 90 opt.emplace({1, 2, 3}, std::allocator<int>());
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/optional/optional.object/optional.object.ctor/ |
initializer_list.pass.cpp | 87 optional<std::vector<int>> opt(in_place, {3, 1}, std::allocator<int>());
|
/external/vulkan-validation-layers/include/vulkan/ |
vulkan.hpp | 228 template <class Allocator = std::allocator<typename std::remove_const<T>::type>> 229 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> & data) 234 template <class Allocator = std::allocator<typename std::remove_const<T>::type>> 235 ArrayProxy(std::vector<typename std::remove_const<T>::type, Allocator> const& data) [all...] |
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
vktComputeBasicComputeShaderTests.cpp | 193 Allocator& allocator = m_context.getDefaultAllocator(); local 201 const Buffer buffer(vk, device, allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 364 Allocator& allocator = m_context.getDefaultAllocator(); local 372 const Buffer buffer(vk, device, allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 537 Allocator& allocator = m_context.getDefaultAllocator(); local 545 const Buffer buffer(vk, device, allocator, makeBufferCreateInfo(bufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible); 702 Allocator& allocator = m_context.getDefaultAllocator() [all...] |
/art/compiler/ |
exception_test.cc | 63 ArenaAllocator allocator(&pool); 64 StackMapStream stack_maps(&allocator, kRuntimeISA);
|
/art/compiler/optimizing/ |
dominator_test.cc | 31 ArenaAllocator allocator(&pool); 32 HGraph* graph = CreateCFG(&allocator, data);
|