| /external/llvm/unittests/ADT/ |
| D | IntervalMapTest.cpp | 21 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/ |
| D | dbus-dataslot.c | 46 _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/ |
| D | SkOpTAllocator.h | 16 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()
|
| D | SkOpContour.h | 37 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()
|
| D | SkPathOpsSimplify.cpp | 14 SkChunkAlloc* allocator, bool* closable) { in bridgeWinding() 103 SkChunkAlloc* allocator, bool* closable) { in bridgeXor() 168 SkChunkAlloc allocator(4096); // FIXME: constant-ize, tune in Simplify() local
|
| D | SkOpEdgeBuilder.h | 15 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/ |
| D | test-node.cc | 144 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/ |
| D | test-run-wasm-module.cc | 46 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/ |
| D | TextureStorageAllocator.cpp | 22 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
|
| D | LayerDrawLooperTest.cpp | 62 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/ |
| D | memory_unittest.cc | 40 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/ |
| D | b2EdgeAndPolygonContact.cpp | 26 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create() 32 void b2EdgeAndPolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
|
| D | b2PolygonContact.cpp | 29 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create() 35 void b2PolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
|
| D | b2EdgeAndCircleContact.cpp | 26 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create() 32 void b2EdgeAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
|
| D | b2CircleContact.cpp | 29 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create() 35 void b2CircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
|
| D | b2PolygonAndCircleContact.cpp | 26 …ontact::Create(b2Fixture* fixtureA, int32, b2Fixture* fixtureB, int32, b2BlockAllocator* allocator) in Create() 32 void b2PolygonAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
|
| D | b2ChainAndCircleContact.cpp | 28 …(b2Fixture* fixtureA, int32 indexA, b2Fixture* fixtureB, int32 indexB, b2BlockAllocator* allocator) in Create() 34 void b2ChainAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator) in Destroy()
|
| D | b2ChainAndPolygonContact.cpp | 28 …(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/ |
| D | b2Joint.cpp | 37 b2Joint* b2Joint::Create(const b2JointDef* def, b2BlockAllocator* allocator) in Create() 128 void b2Joint::Destroy(b2Joint* joint, b2BlockAllocator* allocator) in Destroy()
|
| /external/skia/src/core/ |
| D | SkDrawLooper.cpp | 17 SkSmallAllocator<1, 32> allocator; in canComputeFastBounds() local 41 SkSmallAllocator<1, 32> allocator; in computeFastBounds() local
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiComputeInstanceResultBuffer.cpp | 36 Allocator &allocator) in ComputeInstanceResultBuffer() 53 Allocator &allocator, in createResultBuffer()
|
| /external/v8/src/ |
| D | splay-tree.h | 54 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/ |
| D | hashmap.h | 110 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/ |
| D | single_thread_gemm.h | 35 Allocator* allocator() { return &allocator_; } in allocator() function 69 Allocator* allocator = context->allocator(); in SingleThreadGemm() local
|
| /external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
| D | vktQueryPoolImageObjectUtil.cpp | 166 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 …]
|