Home
last modified time | relevance | path

Searched defs:allocator (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/llvm/unittests/ADT/
DIntervalMapTest.cpp21 UUMap::Allocator allocator; in TEST() local
55 UUMap::Allocator allocator; in TEST() local
142 UUMap::Allocator allocator; in TEST() local
212 UUMap::Allocator allocator; in TEST() local
326 UUMap::Allocator allocator; in TEST() local
469 UUMap::Allocator allocator; in TEST() local
545 UUMap::Allocator allocator; in TEST() local
569 UUMap::Allocator allocator; in TEST() local
613 UUMap::Allocator allocator; in TEST() local
/external/dbus/dbus/
Ddbus-dataslot.c46 _dbus_data_slot_allocator_init (DBusDataSlotAllocator *allocator) in _dbus_data_slot_allocator_init()
69 _dbus_data_slot_allocator_alloc (DBusDataSlotAllocator *allocator, in _dbus_data_slot_allocator_alloc()
165 _dbus_data_slot_allocator_free (DBusDataSlotAllocator *allocator, in _dbus_data_slot_allocator_free()
237 _dbus_data_slot_list_set (DBusDataSlotAllocator *allocator, in _dbus_data_slot_list_set()
298 _dbus_data_slot_list_get (DBusDataSlotAllocator *allocator, in _dbus_data_slot_list_get()
382 DBusDataSlotAllocator allocator; in _dbus_data_slot_test() local
/external/skia/src/pathops/
DSkOpTAllocator.h16 static T* Allocate(SkChunkAlloc* allocator) { in Allocate()
22 static T* AllocateArray(SkChunkAlloc* allocator, int count) { in AllocateArray()
28 static T* New(SkChunkAlloc* allocator) { in New()
DSkOpContour.h37 void addAlignIntersections(SkOpContourHead* contourList, SkChunkAlloc* allocator) { in addAlignIntersections()
45 void addConic(SkPoint pts[3], SkScalar weight, SkChunkAlloc* allocator) { in addConic()
49 void addCubic(SkPoint pts[4], SkChunkAlloc* allocator) { in addCubic()
55 void addLine(SkPoint pts[2], SkChunkAlloc* allocator) { in addLine()
59 void addQuad(SkPoint pts[3], SkChunkAlloc* allocator) { in addQuad()
71 SkOpSegment& appendSegment(SkChunkAlloc* allocator) { in appendSegment()
82 SkOpContour* appendContour(SkChunkAlloc* allocator) { in appendContour()
98 void calcAngles(SkChunkAlloc* allocator) { in calcAngles()
247 bool missingCoincidence(SkOpCoincidence* coincidences, SkChunkAlloc* allocator) { in missingCoincidence()
DSkPathOpsSimplify.cpp14 SkChunkAlloc* allocator, bool* closable) { in bridgeWinding()
103 SkChunkAlloc* allocator, bool* closable) { in bridgeXor()
168 SkChunkAlloc allocator(4096); // FIXME: constant-ize, tune in Simplify() local
DSkOpEdgeBuilder.h15 SkOpEdgeBuilder(const SkPathWriter& path, SkOpContour* contours2, SkChunkAlloc* allocator, in SkOpEdgeBuilder()
25 SkOpEdgeBuilder(const SkPath& path, SkOpContour* contours2, SkChunkAlloc* allocator, in SkOpEdgeBuilder()
/external/v8/test/cctest/compiler/
Dtest-node.cc144 base::AccountingAllocator allocator; in TEST() local
170 base::AccountingAllocator allocator; in TEST() local
195 base::AccountingAllocator allocator; in TEST() local
222 base::AccountingAllocator allocator; in TEST() local
273 base::AccountingAllocator allocator; in TEST() local
296 base::AccountingAllocator allocator; in TEST() local
325 base::AccountingAllocator allocator; in TEST() local
356 base::AccountingAllocator allocator; in TEST() local
379 base::AccountingAllocator allocator; in TEST() local
407 base::AccountingAllocator allocator; in TEST() local
[all …]
/external/v8/test/cctest/wasm/
Dtest-run-wasm-module.cc46 v8::base::AccountingAllocator allocator; in TEST() local
60 v8::base::AccountingAllocator allocator; in TEST() local
86 v8::base::AccountingAllocator allocator; in TEST() local
107 v8::base::AccountingAllocator allocator; in TEST() local
131 v8::base::AccountingAllocator allocator; in TEST() local
155 v8::base::AccountingAllocator allocator; in TEST() local
/external/skia/tests/
DTextureStorageAllocator.cpp22 TestStorageAllocator* allocator = static_cast<TestStorageAllocator*>(ctx); in allocateTextureStorage() local
46 TestStorageAllocator* allocator = static_cast<TestStorageAllocator*>(ctx); in deallocateTextureStorage() local
61 TestStorageAllocator allocator; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
96 TestStorageAllocator allocator; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
DLayerDrawLooperTest.cpp62 SkSmallAllocator<1, 32> allocator; in test_frontToBack() local
102 SkSmallAllocator<1, 32> allocator; in test_backToFront() local
142 SkSmallAllocator<1, 32> allocator; in test_mixed() local
/external/google-breakpad/src/common/
Dmemory_unittest.cc40 PageAllocator allocator; in TEST() local
44 PageAllocator allocator; in TEST() local
54 PageAllocator allocator; in TEST() local
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
Db2EdgeAndPolygonContact.cpp26 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create()
32 void b2EdgeAndPolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
Db2PolygonContact.cpp29 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create()
35 void b2PolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
Db2EdgeAndCircleContact.cpp26 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create()
32 void b2EdgeAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
Db2CircleContact.cpp29 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create()
35 void b2CircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
Db2PolygonAndCircleContact.cpp26 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create()
32 void b2PolygonAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
Db2ChainAndCircleContact.cpp28 …(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, b2BlockAllocator* allocator) in Create()
34 void b2ChainAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
Db2ChainAndPolygonContact.cpp28 …(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, b2BlockAllocator* allocator) in Create()
34 void b2ChainAndPolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2Joint.cpp37 b2Joint* b2Joint::Create(const b2JointDef* def, b2BlockAllocator* allocator) in Create()
128 void b2Joint::Destroy(b2Joint* joint, b2BlockAllocator* allocator) in Destroy()
/external/skia/src/core/
DSkDrawLooper.cpp17 SkSmallAllocator<1, 32> allocator; in canComputeFastBounds() local
41 SkSmallAllocator<1, 32> allocator; in computeFastBounds() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiComputeInstanceResultBuffer.cpp36 Allocator &allocator) in ComputeInstanceResultBuffer()
53 Allocator &allocator, in createResultBuffer()
/external/v8/src/
Dsplay-tree.h54 AllocationPolicy allocator() { return allocator_; } in allocator() function
108 INLINE(void* operator new(size_t size, AllocationPolicy allocator)) { in INLINE()
116 INLINE(void operator delete(void* p, AllocationPolicy allocator)) { in INLINE()
/external/v8/src/base/
Dhashmap.h110 MatchFun match, uint32_t initial_capacity, AllocationPolicy allocator) { in TemplateHashMapImpl()
130 void* key, uint32_t hash, AllocationPolicy allocator) { in LookupOrInsert()
265 uint32_t capacity, AllocationPolicy allocator) { in Initialize()
277 void TemplateHashMapImpl<AllocationPolicy>::Resize(AllocationPolicy allocator) { in Resize()
/external/gemmlowp/internal/
Dsingle_thread_gemm.h35 Allocator* allocator() { return &allocator_; } in allocator() function
69 Allocator* allocator = context->allocator(); in SingleThreadGemm() local
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolImageObjectUtil.cpp166 vk::Allocator& allocator, in readVolume()
191 vk::Allocator& allocator, in readSurface1D()
215 vk::Allocator& allocator, in read()
236 vk::Allocator& allocator, in readUsingBuffer()
397 vk::Allocator& allocator, in copyToLinearImage()
464 vk::Allocator& allocator, in uploadVolume()
486 vk::Allocator& allocator, in uploadSurface()
508 vk::Allocator& allocator, in uploadSurface1D()
541 vk::Allocator& allocator, in upload()
645 vk::Allocator& allocator, in uploadUsingBuffer()
[all …]

1234567891011