/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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
size_value_alloc.pass.cpp | 19 template <class T, class Allocator> 21 test(unsigned n, const T& x, const Allocator& a) 23 typedef std::deque<T, Allocator> C; 36 std::allocator<int> a;
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
default.pass.cpp | 32 std::list<int> l((std::allocator<int>()));
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
copy_alloc.pass.cpp | 37 test(std::vector<int>(a, an), std::allocator<int>());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
copy_alloc.pass.cpp | 35 test(std::vector<bool>(a, an), std::allocator<bool>());
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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; 42 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.cons/ |
size_value_alloc.pass.cpp | 19 template <class T, class Allocator> 21 test(unsigned n, const T& x, const Allocator& a) 23 typedef std::deque<T, Allocator> C; 36 std::allocator<int> a;
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.cons/ |
default.pass.cpp | 32 std::list<int> l((std::allocator<int>()));
|
/prebuilts/ndk/r13/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/r13/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/r13/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), "");
|
/system/core/libmemunreachable/ |
ProcessMappings.cpp | 30 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) {
|
/external/v8/src/wasm/ |
ast-decoder.h | 336 V8_EXPORT_PRIVATE DecodeResult VerifyWasmCode(AccountingAllocator* allocator, 338 DecodeResult BuildTFGraph(AccountingAllocator* allocator, TFBuilder* builder, 340 bool PrintAst(AccountingAllocator* allocator, const FunctionBody& body, 347 inline DecodeResult VerifyWasmCode(AccountingAllocator* allocator, 351 return VerifyWasmCode(allocator, body); 354 inline DecodeResult BuildTFGraph(AccountingAllocator* allocator, 359 return BuildTFGraph(allocator, builder, body);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
documenttest.cpp | 69 template <typename Allocator, typename StackAllocator>
71 typedef GenericDocument<UTF8<>, Allocator, StackAllocator> DocumentType;
223 // reset document, including allocator
345 template <typename Allocator>
353 typedef TypeParam Allocator;
354 typedef GenericDocument<UTF8<>, Allocator> Document;
355 Allocator allocator;
local 357 Document a(&allocator);
362 EXPECT_EQ(&a.GetAllocator(), &allocator);
448 Allocator allocator; local [all...] |
/external/skia/tests/ |
PathOpsAngleTest.cpp | 243 SkArenaAlloc allocator(storage); 245 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); 436 SkArenaAlloc allocator(storage); 438 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); 444 allocator.reset(); 448 SkPoint* temp = (SkPoint*) SkOpTAllocator<FourPoints>::Allocate(&allocator); 488 SkOpAngle* angle = SkOpTAllocator<SkOpAngle>::Allocate(this->globalState()->allocator()); 509 SkArenaAlloc allocator(storage); 511 SkOpGlobalState state(&contour, &allocator SkDEBUGPARAMS(false) SkDEBUGPARAMS(nullptr)); 522 // contour.addConic(conicPts, 0.999935746f, &allocator); [all...] |
/frameworks/base/libs/hwui/ |
ClipArea.cpp | 361 const ClipBase* ClipArea::serializeClip(LinearAllocator& allocator) { 376 serialization = allocator.create<ClipRect>(mClipRect); 379 serialization = allocator.create<ClipRectList>(mRectangleList); 383 serialization = allocator.create<ClipRegion>(mClipRegion); 417 const ClipBase* ClipArea::serializeIntersectedClip(LinearAllocator& allocator, 421 if (!recordedClip) return serializeClip(allocator); 436 auto rectClip = allocator.create<ClipRect>(recordedClip->rect); 470 ClipRegion* regionClip = allocator.create<ClipRegion>(); 487 auto rectListClip = allocator.create<ClipRectList>(mRectangleList);
|
/device/google/contexthub/firmware/os/inc/ |
syscallDo.h | 200 static inline void eOsSlabAllocatorDestroy(struct SlabAllocator* allocator) 202 (void)syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_DESTROY), allocator); local 205 static inline void* eOsSlabAllocatorAlloc(struct SlabAllocator* allocator) 207 return (void *)syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_ALLOC), allocator); 210 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) 212 (void)syscallDo2P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_FREE), allocator, ptrP); local
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
vktGeometryTestsUtil.hpp | 57 vk::Allocator& allocator, 62 , m_allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement)) 85 vk::Allocator& allocator, 90 , m_allocation (allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement)) 180 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement); 181 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement) [all...] |
/external/skia/include/core/ |
SkBitmap.h | 40 class SK_API Allocator; 382 /** Use the specified Allocator to create the pixelref that manages the 390 @param allocator The Allocator to use to create a pixelref that can 392 If allocator is NULL, the standard HeapAllocator will be used. 400 bool SK_WARN_UNUSED_RESULT tryAllocPixels(Allocator* allocator, SkColorTable* ctable); 402 void allocPixels(Allocator* allocator, SkColorTable* ctable) { 403 if (!this->tryAllocPixels(allocator, ctable)) [all...] |
/external/skia/src/pathops/ |
SkPathOpsWinding.cpp | 104 SkArenaAlloc* allocator) { 114 testSegment->rayCheck(base, dir, hits, allocator); 119 SkArenaAlloc* allocator) { 177 SkOpRayHit* newHit = SkOpTAllocator<SkOpRayHit>::Allocate(allocator); 237 SkArenaAlloc allocator(storage); 256 contour->rayCheck(hitBase, dir, &hitHead, &allocator);
|