HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 251 - 275 of 1382) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stringfwd.h 56 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
asan_testing.h 22 if ( std::is_same<Alloc, std::allocator<T>>::value && c.data() != NULL)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stringfwd.h 56 typename _Alloc = allocator<_CharT> >
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
asan_testing.h 22 if ( std::is_same<Alloc, std::allocator<T> >::value && c.data() != NULL)
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 69 template <typename Encoding, typename Allocator>
72 template <typename Encoding, typename Allocator, typename StackAllocator>
81 template <typename Encoding, typename Allocator>
83 GenericValue<Encoding, Allocator> name; //!< name of member (must be a string)
84 GenericValue<Encoding, Allocator> value; //!< value of member.
96 \tparam Allocator Allocator type for allocating memory of object, array and string.
111 template <bool Const, typename Encoding, typename Allocator>
114 , typename internal::MaybeAddConst<Const,GenericMember<Encoding,Allocator> >::Type> {
116 friend class GenericValue<Encoding,Allocator>;
558 GenericValue(const Ch* s, SizeType length, Allocator& allocator) : data_(), flags_() { SetStringRaw(StringRef(s, length), allocator); } local
561 GenericValue(const Ch*s, Allocator& allocator) : data_(), flags_() { SetStringRaw(StringRef(s), allocator); } local
567 GenericValue(const std::basic_string<Ch>& s, Allocator& allocator) : data_(), flags_() { SetStringRaw(StringRef(s), allocator); } local
1505 GenericValue& SetString(const Ch* s, SizeType length, Allocator& allocator) { this->~GenericValue(); SetStringRaw(StringRef(s, length), allocator); return *this; } local
2099 SetStringRaw(StringRef(rhs.GetString(), rhs.GetStringLength()), allocator); local
    [all...]
stringbuffer.h 31 \tparam Allocator type for allocating memory buffer.
34 template <typename Encoding, typename Allocator = CrtAllocator>
39 explicit GenericStringBuffer(Allocator* allocator = 0, size_t capacity = kDefaultCapacity) : stack_(allocator, capacity) {}
74 mutable internal::Stack<Allocator> stack_;
  /frameworks/native/vulkan/libvulkan/
api.cpp 49 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator)
51 allocator_(allocator),
310 const VkAllocationCallbacks& allocator)
312 allocator_(allocator),
381 const VkAllocationCallbacks* allocator,
386 const VkAllocationCallbacks* allocator,
390 const VkAllocationCallbacks* allocator);
393 const VkAllocationCallbacks* allocator);
401 const VkAllocationCallbacks& allocator);
422 const VkAllocationCallbacks* allocator,
    [all...]
  /art/compiler/optimizing/
suspend_check_test.cc 33 ArenaAllocator allocator(&pool);
34 HGraph* graph = CreateCFG(&allocator, data);
  /art/runtime/mirror/
class_loader.h 58 void SetAllocator(LinearAlloc* allocator) REQUIRES_SHARED(Locks::mutator_lock_) {
60 reinterpret_cast<uint64_t>(allocator));
  /device/generic/common/vndk/
vndk-sp-libs.mk 2 android.hardware.graphics.allocator@2.0 \
  /external/clang/test/Analysis/
cfref_PR2519.c 19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 28 template < typename _Tp > struct allocator struct in namespace:std
50 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >
thunk-use-after-free.cpp 12 template < typename _Tp > struct allocator:new_allocator < _Tp > { struct in inherits:new_allocator
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
  /external/clang/test/Misc/
diagnostic-crash.cpp 3 template <typename _Alloc> class allocator;
6 typename _Alloc = allocator<_CharT> >
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBufferObjectUtil.cpp 54 vk::Allocator &allocator,
60 ret->bindMemory(allocator.allocate(bufferRequirements, memoryRequirement));
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMakeUtil.cpp 40 vk::Allocator& allocator,
44 , m_allocation (bindBuffer(vk, device, allocator, *m_buffer, memoryRequirement))
50 vk::Allocator& allocator,
54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement))
308 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement)
310 MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement);
315 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkBuffer buffer, const MemoryRequirement requirement
    [all...]
  /external/gemmlowp/test/
test_allocator.cc 16 #include "../internal/allocator.h"
20 void test_allocator(Allocator* a, int max_array_size) {
32 !(reinterpret_cast<std::uintptr_t>(int32_array) % Allocator::kAlignment));
34 !(reinterpret_cast<std::uintptr_t>(int8_array) % Allocator::kAlignment));
43 Allocator allocator; local
45 // Test allocating increasingly large sizes on the same allocator,
48 test_allocator(&allocator, i);
  /external/libchrome/base/metrics/
persistent_sample_map.cc 82 // memory allocator. The "id" must be unique across all maps held by an
83 // allocator or they will get attached to the wrong sample map.
90 // The type-id used to identify sample records inside an allocator.
97 PersistentHistogramAllocator* allocator,
99 : HistogramSamples(id, meta), allocator_(allocator) {}
158 PersistentMemoryAllocator* allocator,
162 allocator->Allocate(sizeof(SampleRecord), kTypeIdSampleRecord);
164 allocator->GetAsObject<SampleRecord>(ref, kTypeIdSampleRecord);
167 NOTREACHED() << "full=" << allocator->IsFull()
168 << ", corrupt=" << allocator->IsCorrupt()
    [all...]
persistent_sample_map.h 36 PersistentHistogramAllocator* allocator,
55 // Creates a new record in an |allocator| storing count information for a
58 PersistentMemoryAllocator* allocator,
92 // underlying allocator.
95 // The allocator that manages histograms inside persistent memory. This is
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
types.pass.cpp 55 static_assert(( std::uses_allocator<std::queue<int>, std::allocator<int> >::value), "");
56 static_assert((!std::uses_allocator<std::queue<int, C>, std::allocator<int> >::value), "");
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
types.pass.cpp 56 static_assert(( std::uses_allocator<std::stack<int>, std::allocator<int> >::value), "");
57 static_assert((!std::uses_allocator<std::stack<int, C>, std::allocator<int> >::value), "");
  /frameworks/base/libs/hwui/tests/common/
BitmapAllocationTestUtils.h 52 template <class T, BitmapAllocator allocator>
54 return new T(allocator);
  /frameworks/base/libs/hwui/tests/common/scenes/
BitmapShaders.cpp 30 BitmapShaders(BitmapAllocationTestUtils::BitmapAllocator allocator)
32 , mAllocator(allocator) { }
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1Allocator.h 20 #include <android/hardware/graphics/allocator/2.0/IAllocator.h>
27 namespace allocator { namespace in namespace:android::hardware::graphics
84 } // namespace allocator
  /hardware/interfaces/graphics/mapper/2.0/vts/functional/
VtsHalGraphicsMapperTestUtils.h 22 #include <android/hardware/graphics/allocator/2.0/IAllocator.h>
33 using android::hardware::graphics::allocator::V2_0::IAllocator;

Completed in 1064 milliseconds

<<11121314151617181920>>