| /external/tensorflow/tensorflow/core/framework/ |
| D | allocator_registry.h | 45 Allocator* allocator; // not owned member 61 Allocator* allocator) { in AllocatorRegistration() 68 #define REGISTER_MEM_ALLOCATOR(name, priority, allocator) \ argument 71 #define REGISTER_MEM_ALLOCATOR_UNIQ_HELPER(ctr, name, priority, allocator) \ argument 74 #define REGISTER_MEM_ALLOCATOR_UNIQ(ctr, name, priority, allocator) \ argument
|
| /external/swiftshader/third_party/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/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/v8/src/base/ |
| D | hashmap.h | 105 void Reset(AllocationPolicy allocator) { in Reset() 134 AllocationPolicy allocator) in TemplateHashMapImpl() 144 AllocationPolicy allocator) in TemplateHashMapImpl() 172 const Key& key, uint32_t hash, AllocationPolicy allocator) { in LookupOrInsert() 182 AllocationPolicy allocator) { in LookupOrInsert() 196 const Key& key, uint32_t hash, AllocationPolicy allocator) { in InsertNew() 317 AllocationPolicy allocator) { in FillEmptyEntry() 335 uint32_t capacity, AllocationPolicy allocator) { in Initialize() 349 AllocationPolicy allocator) { in Resize() 404 allocator) {} in Base() argument [all …]
|
| /external/e2fsprogs/contrib/android/ |
| D | basefs_allocator.c | 40 struct base_fs_allocator *allocator; in base_fs_alloc_load() local 76 struct base_fs_allocator *allocator = fs->priv_data; in basefs_block_allocator() local 101 struct base_fs_allocator *allocator = fs->priv_data; in base_fs_alloc_cleanup() local 120 struct base_fs_allocator *allocator = fs->priv_data; in base_fs_alloc_set_target() local 138 struct base_fs_allocator *allocator = fs->priv_data; in base_fs_alloc_unset_target() local
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| D | u_suballoc.c | 64 struct u_suballocator *allocator = CALLOC_STRUCT(u_suballocator); in u_suballocator_create() local 77 u_suballocator_destroy(struct u_suballocator *allocator) in u_suballocator_destroy() 84 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, in u_suballocator_alloc()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferAndImageAllocationUtil.cpp | 44 Allocator& allocator, in createTestBuffer() 72 Allocator& allocator, in createTestBuffer() 111 Allocator& allocator, in createTestImage() 147 Allocator& allocator, in createTestImage()
|
| D | vktApiComputeInstanceResultBuffer.cpp | 36 Allocator &allocator, in ComputeInstanceResultBuffer() 60 Allocator &allocator, in createResultBuffer()
|
| /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/tensorflow/tensorflow/compiler/xla/service/ |
| D | shaped_buffer.cc | 109 ShapedBuffer* shaped_buffer, DeviceMemoryAllocator* allocator) { in MakeScoped() 121 DeviceMemoryAllocator* allocator, in ScopedShapedBuffer() 128 DeviceMemoryAllocator* allocator) in ScopedShapedBuffer()
|
| /external/tensorflow/tensorflow/compiler/xla/ |
| D | executable_run_options.cc | 29 DeviceMemoryAllocator* allocator) { in set_allocator() 34 DeviceMemoryAllocator* ExecutableRunOptions::allocator() const { in allocator() function in xla::ExecutableRunOptions
|
| /external/libchrome/base/metrics/ |
| D | persistent_sample_map_unittest.cc | 32 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local 49 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local 155 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local 238 std::unique_ptr<PersistentHistogramAllocator> allocator = in TEST() local
|
| /external/clang/test/Modules/Inputs/cxx-lookup/ |
| D | x.h | 1 template <class T> class allocator; variable
|
| /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/tensorflow/tensorflow/compiler/xla/tests/ |
| D | local_client_allocation_test.cc | 45 TestAllocator* allocator = GetOrCreateAllocator(local_client_->platform()); in XLA_TEST_F() local 82 TestAllocator* allocator = GetOrCreateAllocator(local_client_->platform()); in XLA_TEST_F() local
|
| /external/skia/src/pathops/ |
| D | SkOpContour.cpp | 60 SkArenaAlloc* allocator = fContour->globalState()->allocator(); in addCurve() local 104 SkArenaAlloc* allocator = fContour->globalState()->allocator(); in flush() local
|
| /external/skqp/src/pathops/ |
| D | SkOpContour.cpp | 60 SkArenaAlloc* allocator = fContour->globalState()->allocator(); in addCurve() local 104 SkArenaAlloc* allocator = fContour->globalState()->allocator(); in flush() local
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawImageObjectUtil.cpp | 165 vk::Allocator& allocator, in readSurface() 189 vk::Allocator& allocator, in readVolume() 214 vk::Allocator& allocator, in readSurface1D() 238 vk::Allocator& allocator, in read() 259 vk::Allocator& allocator, in readUsingBuffer() 421 vk::Allocator& allocator, in copyToLinearImage() 483 vk::Allocator& allocator, in uploadVolume() 505 vk::Allocator& allocator, in uploadSurface() 527 vk::Allocator& allocator, in uploadSurface1D() 560 vk::Allocator& allocator, in upload() [all …]
|
| /external/clang/test/CodeCompletion/ |
| D | templates.cpp | 3 class allocator { class
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | cudnn_convolution_algorithm_picker.h | 38 DeviceMemoryAllocator* allocator) in CudnnConvolutionAlgorithmPicker()
|
| /external/ImageMagick/Magick++/lib/Magick++/ |
| D | BlobRef.h | 37 Blob::Allocator allocator; // Memory allocation system in use variable
|
| /external/clang/test/CodeGenCXX/ |
| D | 2007-09-10-RecursiveTypeResolution.cpp | 28 template < typename _Tp > struct allocator struct 50 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >
|
| /external/clang/test/SemaTemplate/ |
| D | exception-spec-crash.cpp | 12 class allocator<char> {}; class
|
| /external/skqp/tests/ |
| D | GrAllocatorTest.cpp | 31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() 50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper()
|
| /external/skia/tests/ |
| D | GrAllocatorTest.cpp | 31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator() 50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, in check_allocator_helper()
|