| /external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
| size_value_alloc.pass.cpp | 20 template <class T, class Allocator> 22 test(unsigned n, const T& x, const Allocator& a) 24 typedef std::deque<T, Allocator> C; 37 std::allocator<int> a;
|
| /external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
| copy_alloc.pass.cpp | 39 test(std::vector<int>(a, an), std::allocator<int>());
|
| /external/libcxx/test/std/containers/sequences/vector.bool/ |
| copy_alloc.pass.cpp | 37 test(std::vector<bool>(a, an), std::allocator<bool>());
|
| /external/libcxx/test/std/input.output/string.streams/stringstream.cons/ |
| string.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 15 // explicit basic_stringstream(const basic_string<charT,traits,Allocator>& str, 22 struct NoDefaultAllocator : std::allocator<T> 65 // This test is not required by the standard, but *where else* could it get the allocator?
|
| /external/libcxx/test/std/re/re.results/ |
| types.pass.cpp | 13 // class Allocator = allocator<sub_match<BidirectionalIterator>>> 23 // typedef typename allocator_traits<Allocator>::size_type size_type; 24 // typedef Allocator allocator_type; 43 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
|
| /external/libcxx/test/support/ |
| debug_mode_helper.h | 154 "the container must use a test allocator"); 354 // Allocator aware tests
|
| /external/libxcam/wrapper/gstreamer/ |
| gstxcamfilter.h | 94 GstAllocator *allocator; member in struct:_GstXCamFilter
|
| /external/skia/src/pathops/ |
| SkOpBuilder.cpp | 16 SkSTArenaAlloc<256> allocator; local 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); 53 SkSTArenaAlloc<4096> allocator; local 55 SkOpGlobalState globalState(&contourHead, &allocator SkDEBUGPARAMS(false)
|
| /external/skqp/src/pathops/ |
| SkOpBuilder.cpp | 16 SkSTArenaAlloc<256> allocator; local 18 uint8_t* verbs = (uint8_t*) allocator.makeArrayDefault<uint8_t>(verbCount); 53 SkSTArenaAlloc<4096> allocator; local 55 SkOpGlobalState globalState(&contourHead, &allocator SkDEBUGPARAMS(false)
|
| /external/swiftshader/src/OpenGL/compiler/ |
| Compiler.h | 144 // Memory allocator. Allocates and tracks memory required by the compiler. 146 TPoolAllocator allocator; member in class:TCompiler
|
| /external/tensorflow/tensorflow/core/common_runtime/gpu/ |
| gpu_debug_allocator.cc | 78 GPUDebugAllocator::GPUDebugAllocator(VisitableAllocator* allocator, 80 : base_allocator_(allocator) { 161 GPUNanResetAllocator::GPUNanResetAllocator(VisitableAllocator* allocator, 163 : base_allocator_(allocator) {
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| step_stats_collector.h | 29 class Allocator; 49 // "Does not take ownership of the 'allocator'. 51 void AddAllocation(Allocator* allocator, 87 // `err` message needs to contain device name and allocator name, E.g.: 89 // on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc"
|
| /external/tensorflow/tensorflow/core/kernels/ |
| ops_testutil.cc | 53 new Tensor(allocator(), output->dtype(), output->shape());
|
| ops_testutil.h | 24 #include "tensorflow/core/framework/allocator.h" 104 kernel_ = CreateOpKernel(device_type_, device_.get(), allocator(), 154 Tensor* input = new Tensor(allocator(), DT_RESOURCE, TensorShape({})); 204 Allocator* allocator() { return allocator_; } function in class:tensorflow::OpsTestBase 213 Tensor* input = new Tensor(allocator(), dtype, shape); 227 // The device allocator, or the managed_allocator_ below if running on GPU. 228 Allocator* allocator_; 246 // Unified memory allocator, only used when running on GPU. 247 std::unique_ptr<Allocator> managed_allocator_ [all...] |
| /external/v8/src/compiler/ |
| zone-stats.h | 66 explicit ZoneStats(AccountingAllocator* allocator);
|
| /frameworks/base/libs/hwui/ |
| Snapshot.cpp | 116 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, float radius, 128 RoundRectClipState* state = new (allocator) RoundRectClipState; 172 const ClipBase* Snapshot::serializeIntersectedClip(LinearAllocator& allocator, 181 return target->mClipArea->serializeIntersectedClip(allocator, recordedClip,
|
| /frameworks/native/vulkan/libvulkan/ |
| driver.h | 68 allocator(alloc), 76 const VkAllocationCallbacks allocator; member in struct:vulkan::driver::InstanceData 90 allocator(alloc), 98 const VkAllocationCallbacks allocator; member in struct:vulkan::driver::DeviceData
|
| /hardware/google/av/codec2/vndk/include/v4l2/ |
| C2VdaBqBlockPool.h | 41 C2VdaBqBlockPool(const std::shared_ptr<C2Allocator>& allocator, const local_id_t localId);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
| unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
| unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
| /prebuilts/misc/common/swig/include/2.0.11/chicken/ |
| swigclosprefix.scm | 14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.cons/ |
| size_value_alloc.pass.cpp | 20 template <class T, class Allocator> 22 test(unsigned n, const T& x, const Allocator& a) 24 typedef std::deque<T, Allocator> C; 37 std::allocator<int> a;
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/ |
| copy_alloc.pass.cpp | 39 test(std::vector<int>(a, an), std::allocator<int>());
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/ |
| copy_alloc.pass.cpp | 37 test(std::vector<bool>(a, an), std::allocator<bool>());
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/ |
| types.pass.cpp | 13 // class Allocator = allocator<sub_match<BidirectionalIterator>>> 23 // typedef typename allocator_traits<Allocator>::size_type size_type; 24 // typedef Allocator allocator_type; 43 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
|