/art/runtime/verifier/ |
reg_type_test.cc | 38 ScopedArenaAllocator allocator(&stack); 40 RegTypeCache cache(true, allocator); 62 ScopedArenaAllocator allocator(&stack); 64 RegTypeCache cache(true, allocator); 88 ScopedArenaAllocator allocator(&stack); 90 RegTypeCache cache(true, allocator); 363 ScopedArenaAllocator allocator(&stack); 365 RegTypeCache cache(true, allocator); 380 ScopedArenaAllocator allocator(&stack); 382 RegTypeCache cache(true, allocator); [all...] |
/external/skia/src/gpu/ |
GrAllocator.h | 21 * Create an allocator 131 * Iterates through the allocator. This is faster than using operator[] when walking linearly 132 * through the allocator. 139 Iter(const GrAllocator* allocator) 140 : fAllocator(allocator) 142 , fIndexInBlock(allocator->fItemsPerBlock - 1) 235 * Create an allocator 314 * Iterates through the allocator. This is faster than using operator[] when walking linearly 315 * through the allocator. 322 Iter(const GrTAllocator* allocator) : fImpl(&allocator->fAllocator) { [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/ |
uses_alloc_types.hpp | 21 // There are two forms of uses-allocator construction: 24 // 'UA_None' represents non-uses allocator construction. 36 // Implements form (1) of uses-allocator construction from the specified 38 // non-uses allocator construction from 'N' arguments. This test type 39 // blows up when form (2) of uses-allocator is even considered. 43 // Implements form (2) of uses-allocator construction from the specified 45 // non-uses allocator construction from 'N' arguments. 49 // Implements both form (1) and (2) of uses-allocator construction from 51 // provides non-uses allocator construction from 'N' arguments. 55 // Implements both form (1) and (2) of uses-allocator construction fro 187 CtorAlloc allocator; member in struct:UsesAllocatorType::UsesAllocatorTestBase [all...] |
/system/bt/osi/src/ |
list.cc | 3 #include "osi/include/allocator.h" 17 const allocator_t* allocator; member in struct:list_t 24 // Behaves the same as |list_new|, except you get to specify the allocator. 31 list->allocator = zeroed_allocator; 43 list->allocator->free(list); 94 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); 109 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); 123 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); 211 list->allocator->free(node);
|
/art/compiler/optimizing/ |
linear_order.cc | 83 ArenaAllocator* allocator, 96 allocator->Adapter(kArenaAllocLinearOrder)); 109 ArenaVector<HBasicBlock*> worklist(allocator->Adapter(kArenaAllocLinearOrder));
|
/external/clang/test/CodeGenCXX/ |
eh.cpp | 93 template <class T> struct allocator { struct in namespace:test6 94 ~allocator() throw() { } 98 allocator<int> a;
|
/external/clang/test/Index/ |
index-templates.cpp | 6 template<typename T> class allocator; 8 template<typename T, typename Alloc = allocator<T> > 93 typename Allocator = allocator<Pair<Key, Value> > > 126 // CHECK-LOAD: index-templates.cpp:6:28: ClassTemplate=allocator:6:28 Extent=[6:1 - 6:37] 131 // CHECK-LOAD: index-templates.cpp:8:39: TemplateRef=allocator:6:28 Extent=[8:39 - 8:48] 206 // CHECK-USRS: index-templates.cpp c:@ST>1#T@allocator Extent=[6:1 - 6:37] 215 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z1#$@S@allocator>#S0_ Extent=[18:1 - 18:26] 217 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z2#$@S@allocator>#S0_ Extent=[22:1 - 25:2] 218 // CHECK-USRS: index-templates.cpp c:@S@vector>#$@S@Z2#$@S@allocator>#S0_@F@clear# Extent=[24:3 - 24:15 [all...] |
/external/clang/test/SemaTemplate/ |
issue150.cpp | 75 template<typename > struct allocator ; 89 template<class> class = allocator> class IntervalSet> 98 template<class> class = allocator> class IntervalSet>
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
alloc_const_Types.pass.cpp | 36 return {std::allocator_arg, std::allocator<void>{}, i}; 41 return {std::allocator_arg, std::allocator<void>{}, i}; 48 std::tuple<int*> t = {std::allocator_arg, std::allocator<void>{}, 0};
|
/external/pdfium/fxjs/ |
cfxjse_runtimedata.cpp | 18 class FXJSE_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator { 59 std::unique_ptr<v8::ArrayBuffer::Allocator> allocator( 62 params.array_buffer_allocator = allocator.get(); 65 CFXJSE_IsolateTracker::g_pInstance->Append(pIsolate, std::move(allocator));
|
/external/webrtc/webrtc/p2p/client/ |
httpportallocator.h | 98 HttpPortAllocatorBase* allocator, 126 virtual HttpPortAllocatorBase* allocator() { function in class:cricket::HttpPortAllocatorSessionBase 128 BasicPortAllocatorSession::allocator());
|
/frameworks/base/libs/hwui/ |
CanvasState.h | 134 void setClippingOutline(LinearAllocator& allocator, const Outline* outline); 135 void setClippingRoundRect(LinearAllocator& allocator, 137 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
alloc_const_Types.pass.cpp | 36 return {std::allocator_arg, std::allocator<void>{}, i}; 41 return {std::allocator_arg, std::allocator<void>{}, i}; 48 std::tuple<int*> t = {std::allocator_arg, std::allocator<void>{}, 0};
|
/frameworks/native/vulkan/libvulkan/ |
swapchain.cpp | 480 const VkAllocationCallbacks* allocator, 482 if (!allocator) 483 allocator = &GetData(instance).allocator; 484 void* mem = allocator->pfnAllocation(allocator->pUserData, sizeof(Surface), 503 allocator->pfnFree(allocator->pUserData, surface); 514 const VkAllocationCallbacks* allocator) { 525 if (!allocator) 1336 const VkAllocationCallbacks* allocator = &GetData(device).allocator; local [all...] |
/external/clang/test/Analysis/ |
CFNumber.c | 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
/external/clang/test/SemaCXX/ |
crashes.cpp | 6 template<typename _Alloc> class allocator; 9 typename _Alloc = allocator<_CharT> > 197 template<class _Alloc> class allocator {}; class in namespace:pr12791 216 template<typename _CharT, typename _Traits = char_traits<_CharT>, typename _Alloc = allocator<_CharT> > struct basic_stringbuf {
|
/external/dng_sdk/source/ |
dng_1d_table.h | 61 /// \param allocator Memory allocator from which table memory is allocated. 65 void Initialize (dng_memory_allocator &allocator,
|
dng_filter_task.h | 122 /// \param allocator dng_memory_allocator to use for allocating temporary 130 dng_memory_allocator *allocator, 135 /// specific type of dng_filter_task. There is no allocator parameter as all
|
dng_resample.cpp | 93 dng_memory_allocator &allocator) 105 fCoords.Reset (allocator.Allocate (bufferSize)); 160 dng_memory_allocator &allocator) 198 fWeights32.Reset (allocator.Allocate (bufferSize)); 211 fWeights16.Reset (allocator.Allocate (bufferSize)); 311 dng_memory_allocator &allocator) 350 fWeights32.Reset (allocator.Allocate (bufferSize)); 365 fWeights16.Reset (allocator.Allocate (bufferSize)); 520 dng_memory_allocator *allocator, 630 dng_memory_allocator *allocator, [all...] |
/external/libchrome/base/allocator/ |
allocator_shim.h | 13 namespace allocator { namespace in namespace:base 15 // Allocator Shim API. Allows to to: 16 // - Configure the behavior of the allocator (what to do on OOM failures). 17 // - Install new hooks (AllocatorDispatch) in the allocator chain. 37 // ultimately routes the calls to the actual allocator defined by the build 82 // Inserts |dispatch| in front of the allocator chain. This method is NOT 93 } // namespace allocator
|
allocator_shim_default_dispatch_to_glibc.cc | 5 #include "base/allocator/allocator_shim.h" 7 // This translation unit defines a default dispatch for the allocator shim which 21 using base::allocator::AllocatorDispatch;
|
allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc | 5 #include "base/allocator/allocator_shim.h" 7 // This translation unit defines a default dispatch for the allocator shim which 26 using base::allocator::AllocatorDispatch;
|
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
default_stack_alloc.pass.cpp | 27 std::list<int> l((std::allocator<int>()));
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
construct_size_value_alloc.pass.cpp | 37 test<std::vector<int> >(50, 3, std::allocator<int>());
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
construct_size_value_alloc.pass.cpp | 36 test<std::vector<bool> >(50, true, std::allocator<bool>());
|