/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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/current/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> >
|
/system/core/libmemunreachable/ |
ProcessMappings.cpp | 30 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) {
|
/external/v8/src/compiler/ |
graph-visualizer.cc | 18 #include "src/compiler/register-allocator.h" 223 base::AccountingAllocator allocator; local 224 Zone tmp_zone(&allocator); 613 base::AccountingAllocator allocator; local 614 Zone tmp_zone(&allocator); 621 base::AccountingAllocator allocator; local 622 Zone tmp_zone(&allocator); 631 base::AccountingAllocator allocator; local 632 Zone tmp_zone(&allocator); 642 base::AccountingAllocator allocator; local [all...] |
/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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/ |
b2Contact.cpp | 69 b2Contact* b2Contact::Create(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, b2BlockAllocator* allocator) 88 return createFcn(fixtureA, indexA, fixtureB, indexB, allocator); 92 return createFcn(fixtureB, indexB, fixtureA, indexA, allocator); 101 void b2Contact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) 123 destroyFcn(contact, allocator);
|
/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);
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
NCV.hpp | 639 allocator(allocator_) 646 ncvStat = allocator.alloc(this->allocatedMem, length_ * sizeof(T)); 658 ncvStat = allocator.dealloc(this->allocatedMem); 666 return (this->allocatedMem.begin.ptr != NULL) || (this->allocator.isCounting()); 671 return allocator.alignment(); 680 INCVMemAllocator &allocator; member in class:NCVVectorAlloc 853 allocator(allocator_) 861 Ncv32u pitchBytes = alignUp(widthBytes, allocator.alignment()); 866 (pitch_ & (allocator.alignment() - 1)) == 0, 873 ncvStat = allocator.alloc(this->allocatedMem, requiredAllocSize) 910 INCVMemAllocator &allocator; member in class:NCVMatrixAlloc [all...] |
/device/google/contexthub/firmware/inc/ |
syscallDo.h | 253 static inline void eOsSlabAllocatorDestroy(struct SlabAllocator* allocator) 255 (void)syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_DESTROY), allocator); local 258 static inline void* eOsSlabAllocatorAlloc(struct SlabAllocator* allocator) 260 return (void *)syscallDo1P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_ALLOC), allocator); 263 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) 265 (void)syscallDo2P(SYSCALL_NO(SYSCALL_DOMAIN_OS, SYSCALL_OS_MAIN, SYSCALL_OS_MAIN_SLAB, SYSCALL_OS_MAIN_SLAB_FREE), allocator, ptrP); local
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/ |
b2Body.cpp | 174 b2BlockAllocator* allocator = &m_world->m_blockAllocator; local 176 void* memory = allocator->Allocate(sizeof(b2Fixture)); 178 fixture->Create(allocator, this, def); 261 b2BlockAllocator* allocator = &m_world->m_blockAllocator; local 269 fixture->Destroy(allocator); 273 allocator->Free(fixture, sizeof(b2Fixture));
|
/external/skia/src/pathops/ |
SkPathOpsWinding.cpp | 104 SkChunkAlloc* allocator) { 114 testSegment->rayCheck(base, dir, hits, allocator); 119 SkChunkAlloc* allocator) { 177 SkOpRayHit* newHit = SkOpTAllocator<SkOpRayHit>::Allocate(allocator); 236 SkChunkAlloc allocator(1024); 248 contour->rayCheck(hitBase, dir, &hitHead, &allocator);
|
/frameworks/native/libs/ui/ |
GraphicBuffer.cpp | 114 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); 115 allocator.free(handle); 151 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); 152 allocator.free(handle); 171 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); local 173 status_t err = allocator.allocate(inWidth, inHeight, inFormat, inUsage,
|
/art/compiler/optimizing/ |
dead_code_elimination.cc | 99 ArenaAllocator* allocator = graph_->GetArena(); local 100 ArenaBitVector live_blocks(allocator, graph_->GetBlocks().size(), false, kArenaAllocDCE);
|
linearize_test.cc | 41 ArenaAllocator allocator(&pool); 42 HGraph* graph = CreateCFG(&allocator, data);
|
register_allocator.h | 38 * An implementation of a linear scan register allocator on an `HGraph` with SSA form. 42 RegisterAllocator(ArenaAllocator* allocator, 46 // Main entry point for the register allocator. Given the liveness analysis, 50 // Validate that the register allocator did not allocate the same register to 66 ArenaAllocator* allocator, 83 // Main methods of the allocator.
|
/art/test/130-hprof/src/ |
Main.java | 48 Class allocator = loader.loadClass("Allocator"); local 49 return allocator.getDeclaredMethod("allocObject", null).invoke(null);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_mac.cc | 155 AtosSymbolizer::AtosSymbolizer(const char *path, LowLevelAllocator *allocator) 156 : process_(new(*allocator) AtosSymbolizerProcess(path, getpid())) {}
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferComputeInstance.cpp | 45 Allocator& allocator = context.getDefaultAllocator(); local 64 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible);
|
/external/dng_sdk/source/ |
dng_area_task.cpp | 82 dng_memory_allocator * /* allocator */, 256 dng_memory_allocator *allocator, 262 task.Start (1, tileSize, allocator, sniffer);
|
dng_bad_pixels.h | 70 dng_memory_allocator &allocator); 274 dng_memory_allocator &allocator);
|
dng_host.cpp | 39 dng_host::dng_host (dng_memory_allocator *allocator, 42 : fAllocator (allocator) 69 dng_memory_allocator & dng_host::Allocator () 93 return Allocator ().Allocate (logicalSize); 240 &Allocator (), 279 dng_xmp *result = new dng_xmp (Allocator ()); 349 Allocator ());
|
dng_memory_stream.cpp | 25 dng_memory_stream::dng_memory_stream (dng_memory_allocator &allocator, 33 , fAllocator (allocator)
|