/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
VtsHalMediaOmxV1_0TargetComponentTest.cpp | 24 #include <android/hidl/allocator/1.0/IAllocator.h> 34 using ::android::hidl::allocator::V1_0::IAllocator; 570 sp<IAllocator> allocator = IAllocator::getService("ashmem"); local 571 EXPECT_NE(allocator.get(), nullptr); 590 allocator->allocate( [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/ |
netty-handler-4.1.3.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/ |
netty-handler-4.1.6.Final.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/ |
netty-transport-4.1.6.Final.jar | |
/art/runtime/ |
class_linker.cc | 3169 LinearAlloc* allocator = class_loader->GetAllocator(); local 3179 LinearAlloc* allocator = class_loader->GetAllocator(); local 3199 LinearAlloc* const allocator = GetAllocatorForClassLoader(klass->GetClassLoader()); local 4315 LinearAlloc* const allocator = GetOrCreateAllocatorForClassLoader(temp_klass->GetClassLoader()); local 5278 LinearAlloc* allocator = GetAllocatorForClassLoader(klass->GetClassLoader()); local [all...] |
class_linker.h | 433 LinearAlloc* allocator, 437 LinearAlloc* allocator, 576 // allocator for this class loader is already created. 684 LinearAlloc* allocator; member in struct:art::ClassLinker::ClassLoaderData [all...] |
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/ |
netty-transport-4.1.0.CR3.jar | |
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/ |
netty-transport-4.1.3.Final.jar | |
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
vktTessellationInvarianceTests.cpp | [all...] |
/external/fmtlib/test/ |
util-test.cc | 42 #include "mock-allocator.h" 96 // Check if AllocatorRef forwards to the underlying allocator. 259 typedef AllocatorRef< std::allocator<char> > TestAllocator; 263 std::allocator<char> *alloc = buffer.get_allocator().get(); 269 // Move should transfer allocator. 275 std::allocator<char> alloc; 328 typedef AllocatorRef< MockAllocator<int> > Allocator; 329 typedef MemoryBuffer<int, 10, Allocator> Base; 332 TestMemoryBuffer(Allocator alloc) : Base(alloc) {} 334 } buffer((Allocator(&alloc))) [all...] |
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 923 llvm::BumpPtrAllocator *allocator) 928 else if (allocator) { 929 BufPtr = allocator->Allocate<TNorm>(); [all...] |
/external/v8/src/ |
isolate.h | [all...] |
/art/compiler/optimizing/ |
bounds_check_elimination.cc | 290 ValueRange(ArenaAllocator* allocator, ValueBound lower, ValueBound upper) 291 : allocator_(allocator), lower_(lower), upper_(upper) {} 368 MonotonicValueRange(ArenaAllocator* allocator, 375 : ValueRange(allocator, ValueBound::Min(), ValueBound::Max()), [all...] |
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
vktClippingTests.cpp | 140 Allocator& allocator = m_context.getDefaultAllocator(); local 170 m_colorImage = MovePtr<Image>(new Image(vk, device, allocator, imageCreateInfo, MemoryRequirement::Any)); 177 vk, device, allocator, makeBufferCreateInfo(bitmapSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible)); 190 vk, device, allocator, makeBufferCreateInfo(bufferSize, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible)); [all...] |
/external/dng_sdk/source/ |
dng_xmp.cpp | 33 dng_xmp::dng_xmp (dng_memory_allocator &allocator) 35 : fAllocator (allocator) [all...] |
/external/libcxx/src/ |
string.cpp | 33 operator+<char, char_traits<char>, allocator<char> >(char const*, string const&);
|
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 43 // typedef RecyclingAllocator<...> Allocator; 47 // explicit IntervalMap(Allocator&); 105 #include "llvm/Support/Allocator.h" 456 /// Allocator - The recycling allocator used for both branch and leaf nodes. 458 /// reasonably sized entries, so the same allocator can be shared among 461 AllocBytes, CacheLineBytes> Allocator; [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
IntervalMap.h | 43 // typedef RecyclingAllocator<...> Allocator; 47 // explicit IntervalMap(Allocator&); 104 #include "llvm/Support/Allocator.h" 435 /// Allocator - The recycling allocator used for both branch and leaf nodes. 437 /// reasonably sized entries, so the same allocator can be shared among 440 AllocBytes, CacheLineBytes> Allocator; [all...] |
/external/v8/ |
Android.v8.mk | 171 src/compiler/register-allocator-verifier.cc \ 172 src/compiler/register-allocator.cc \ 222 src/crankshaft/lithium-allocator.cc \ 437 src/zone/accounting-allocator.cc \
|
/external/v8/src/crankshaft/ |
lithium-allocator.h | 562 LAllocatorPhase(const char* name, LAllocator* allocator);
|
/external/webrtc/webrtc/p2p/base/ |
faketransportcontroller.h | 352 // Note that we only have a constructor with the allocator parameter so it can 354 FakeTransport(const std::string& name, PortAllocator* allocator)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
alloc_traits.h | 0 // Allocator traits -*- C++ -*- 81 * @brief Uniform interface to all allocator types. 87 /// The allocator type 103 * @brief The allocator's pointer type. 113 * @brief The allocator's const pointer type. 124 * @brief The allocator's void pointer type. 135 * @brief The allocator's const void pointer type. 146 * @brief The allocator's difference type 157 * @brief The allocator's size type 168 * @brief How the allocator is propagated on copy assignmen [all...] |
shared_ptr.h | 154 * @param __a An allocator. 173 * @param __a An allocator. 584 * @param __a An allocator. 613 return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
|
stl_multimap.h | 77 * @tparam _Alloc Allocator type, defaults to 78 * allocator<pair<const _Key, _Tp>. 94 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 163 * @param __a An allocator object. 172 * @param __x A %multimap of identical element and allocator types. 183 * @param __x A %multimap of identical element and allocator types. 196 * @param __a An allocator object. 228 * @param __a An allocator object. 252 * @param __x A %multimap of identical element and allocator types. 255 * constructor, the allocator object is not copied [all...] |
stl_set.h | 76 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 89 typename _Alloc = std::allocator<_Key> > 145 * @param __a An allocator object. 172 * @param __a An allocator object. 188 * @param __x A %set of identical element and allocator types. 199 * @param __x A %set of identical element and allocator types. 212 * @param __a An allocator object. 227 * @param __x A %set of identical element and allocator types. 230 * constructor, the allocator object is not copied [all...] |