| /external/v8/src/debug/ |
| liveedit.cc | [all...] |
| /external/webrtc/talk/app/webrtc/ |
| peerconnection.cc | 591 rtc::scoped_ptr<cricket::PortAllocator> allocator, 601 port_allocator_ = std::move(allocator); 610 // To handle both internal and externally created port allocator, we will [all...] |
| /hardware/interfaces/camera/provider/2.4/vts/functional/ |
| VtsHalCameraProviderV2_4TargetTest.cpp | 51 #include <android/hardware/graphics/allocator/2.0/IAllocator.h> 54 #include <android/hidl/allocator/1.0/IAllocator.h> 115 using ::android::hidl::allocator::V1_0::IAllocator; 4817 sp<android::hardware::graphics::allocator::V2_0::IAllocator> allocator = local [all...] |
| /hardware/interfaces/drm/1.0/vts/functional/ |
| drm_hal_vendor_test.cpp | 25 #include <android/hidl/allocator/1.0/IAllocator.h> 67 using ::android::hidl::allocator::V1_0::IAllocator; [all...] |
| /hardware/interfaces/media/omx/1.0/vts/functional/component/ |
| VtsHalMediaOmxV1_0TargetComponentTest.cpp | 28 #include <android/hidl/allocator/1.0/IAllocator.h> 38 using ::android::hidl::allocator::V1_0::IAllocator; [all...] |
| /hardware/interfaces/media/omx/1.0/vts/functional/video/ |
| VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 28 #include <android/hidl/allocator/1.0/IAllocator.h> 38 using ::android::hidl::allocator::V1_0::IAllocator; [all...] |
| /hardware/qcom/camera/msm8998/QCamera2/HAL/ |
| QCameraStream.cpp | 334 * @allocator : memory allocator obj 344 QCameraStream::QCameraStream(QCameraAllocator &allocator, 369 mAllocator(allocator), [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
| vstring.h | 138 * @brief Construct an empty string using allocator @a a. 167 * @param __a Allocator to use (default is default allocator). 193 * @param __a Allocator to use. 207 * @param __a Allocator to use (default is default allocator). 219 * @param __a Allocator to use (default is default allocator). 229 * @param __a Allocator to use (default is default allocator) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
| vstring.h | 138 * @brief Construct an empty string using allocator @a a. 167 * @param __a Allocator to use (default is default allocator). 193 * @param __a Allocator to use. 207 * @param __a Allocator to use (default is default allocator). 219 * @param __a Allocator to use (default is default allocator). 229 * @param __a Allocator to use (default is default allocator) [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| os_linux.go | 89 // buffers, but we don't have a dynamic memory allocator at the
|
| /prebuilts/go/linux-x86/src/runtime/ |
| os_linux.go | 89 // buffers, but we don't have a dynamic memory allocator at the
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| map.h | 569 Arena::Create<InnerMap>(arena_, 0, hasher(), Allocator(arena_)); 572 // re-implement std::allocator to use arena allocator for memory allocation. 589 MapAllocator(const MapAllocator<X>& allocator) 590 : arena_(allocator.arena()) {} 682 typedef MapAllocator<KeyValuePair> Allocator; 717 InnerMap(size_type n, hasher h, Allocator alloc) 758 typedef typename Allocator::template rebind<Key*>::other KeyPtrAllocator; [all...] |
| /bionic/tests/ |
| pthread_test.cpp | 2242 StrictAlignmentAllocator allocator; local [all...] |
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl.h | 76 SecondaryAllocator> Allocator; 77 Allocator *allocator(); 332 // it should be tied to a CPU (this way we will have fewer allocator caches).
|
| /external/v8/src/ |
| deoptimizer.h | 873 explicit DeoptimizerData(MemoryAllocator* allocator); [all...] |
| isolate.cc | 53 #include "src/zone/accounting-allocator.h" 287 HeapStringAllocator allocator; local 289 StringStream accumulator(&allocator); 801 HeapStringAllocator allocator; local 802 StringStream accumulator(&allocator); [all...] |
| json-parser.cc | 107 zone_(isolate_->allocator(), ZONE_NAME),
|
| keys.cc | 802 Zone set_zone(isolate_->allocator(), ZONE_NAME); [all...] |
| /frameworks/base/libs/hwui/ |
| RecordingCanvas.cpp | 289 Vertex* rectData = (Vertex*)mDisplayList->allocator.create_trivial_array<Vertex>(vertexCount);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| forward_list.h | 388 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 407 template<typename _Tp, typename _Alloc = allocator<_Tp> > 437 * @param __al An allocator object. 445 * @brief Copy constructor with allocator argument. 447 * @param __al An allocator object. 454 * @brief Move constructor with allocator argument. 456 * @param __al An allocator object. 479 * @param __al An allocator object. 493 * @param __al An allocator object [all...] |
| stl_list.h | 295 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 398 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 437 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 528 * @param __a An allocator object. 551 * @param __a An allocator object. 564 * @param __a An allocator object. 577 * @param __x A %list of identical element and allocator types. 589 * @param __x A %list of identical element and allocator types. 600 * @param __a An allocator object [all...] |
| stl_vector.h | 195 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 209 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 253 * @param __a An allocator object. 263 * @param __a An allocator. 277 * @param __a An allocator. 290 * @param __a An allocator. 303 * @param __x A %vector of identical element and allocator types. 322 * @param __x A %vector of identical element and allocator types. 330 /// Copy constructor with alternative allocator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| forward_list.h | 388 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 407 template<typename _Tp, typename _Alloc = allocator<_Tp> > 437 * @param __al An allocator object. 445 * @brief Copy constructor with allocator argument. 447 * @param __al An allocator object. 454 * @brief Move constructor with allocator argument. 456 * @param __al An allocator object. 479 * @param __al An allocator object. 493 * @param __al An allocator object [all...] |
| stl_list.h | 295 // Allocator<List_node<Tp>>, which according to [20.1.5]/4 398 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 437 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 528 * @param __a An allocator object. 551 * @param __a An allocator object. 564 * @param __a An allocator object. 577 * @param __x A %list of identical element and allocator types. 589 * @param __x A %list of identical element and allocator types. 600 * @param __a An allocator object [all...] |
| stl_vector.h | 195 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 209 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 253 * @param __a An allocator object. 263 * @param __a An allocator. 277 * @param __a An allocator. 290 * @param __a An allocator. 303 * @param __x A %vector of identical element and allocator types. 322 * @param __x A %vector of identical element and allocator types. 330 /// Copy constructor with alternative allocator [all...] |