HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 551 - 575 of 1428) sorted by null

<<21222324252627282930>>

  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.h 55 virtual int32_t addStream(QCameraAllocator& allocator,
126 int32_t addReprocStreamsFromSource(QCameraAllocator& allocator,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 132 AtosSymbolizer::AtosSymbolizer(const char *path, LowLevelAllocator *allocator)
133 : process_(new(*allocator) AtosSymbolizerProcess(path, getpid())) {}
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsMakeUtil.hpp 47 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImage image, const vk::MemoryRequirement requirement);
48 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkBuffer buffer, const vk::MemoryRequirement requirement);
  /external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
agent.cc 67 class Allocator : public Writer::Allocator {
71 Allocator(jvmtiEnv *jvmti_env) : Writer::Allocator(), jvmti_env(jvmti_env) {
83 Allocator allocator(jvmti_env);
86 *newClassData = writer.CreateImage(&allocator, &newClassLen);
  /external/dng_sdk/source/
dng_area_task.cpp 82 dng_memory_allocator * /* allocator */,
256 dng_memory_allocator *allocator,
262 task.Start (1, tileSize, allocator, sniffer);
dng_bad_pixels.h 70 dng_memory_allocator &allocator);
274 dng_memory_allocator &allocator);
dng_host.cpp 39 dng_host::dng_host (dng_memory_allocator *allocator,
42 : fAllocator (allocator)
69 dng_memory_allocator & dng_host::Allocator ()
93 return Allocator ().Allocate (logicalSize);
240 &Allocator (),
279 dng_xmp *result = new dng_xmp (Allocator ());
349 Allocator ());
dng_memory_stream.cpp 25 dng_memory_stream::dng_memory_stream (dng_memory_allocator &allocator,
33 , fAllocator (allocator)
  /external/elfutils/tests/
run-dwarf-getstring.sh 89 __normal_iterator<char*,std::basic_string<char, std::char_traits<char>, std::allocator<char> > >
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 9 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/libchrome/base/process/
memory_linux.cc 11 #include "base/allocator/allocator_shim.h"
12 #include "base/allocator/features.h"
150 // If we're using glibc's allocator, the above functions will override
154 allocator::SetCallNewHandlerOnMallocFailure(true);
200 *result = allocator::UncheckedAlloc(size);
  /external/libcxx/test/std/containers/sequences/deque/
types.pass.cpp 14 // template <class T, class Allocator = allocator<T> >
19 // typedef Allocator allocator_type;
40 template <class T, class Allocator>
44 typedef std::deque<T, Allocator> C;
47 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
48 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), "");
49 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), "");
50 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "");
51 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "")
    [all...]
  /external/libcxx/test/std/containers/sequences/vector/
types.pass.cpp 14 // template <class T, class Allocator = allocator<T> >
19 // typedef Allocator allocator_type;
42 template <class T, class Allocator>
46 typedef std::vector<T, Allocator> C;
49 // blindly pulling typedefs out of the allocator. This is why we can't call
52 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), "");
53 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), "");
54 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), "");
55 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), "")
    [all...]
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
string_alloc.pass.cpp 17 // class Allocator = allocator<ECharT>>
18 // basic_string<ECharT, Traits, Allocator>
19 // string(const Allocator& a = Allocator()) const;
42 using Alloc = std::allocator<CharT>;
64 { // Other allocator - provided copy
69 // don't allow another allocator to be default constructed.
86 { // Default allocator
87 using Alloc = std::allocator<CharT>
    [all...]
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
implicit_deduction_guides.pass.cpp 33 // using A = Allocator
46 const std::allocator<int> A;
112 // using A = Allocator
123 std::allocator<int> A;
  /external/swiftshader/third_party/LLVM/lib/Support/
Allocator.cpp 1 //===--- Allocator.cpp - Simple memory allocation abstraction -------------===//
14 #include "llvm/Support/Allocator.h"
24 SlabAllocator &allocator)
25 : SlabSize(size), SizeThreshold(threshold), Allocator(allocator),
53 MemSlab *NewSlab = Allocator.Allocate(SlabSize);
71 Allocator.Deallocate(Slab);
111 MemSlab *NewSlab = Allocator.Allocate(PaddedSize);
170 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0);
177 Allocator.Deallocate(Slab)
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.h 36 #include "tensorflow/core/framework/allocator.h"
53 Allocator* gpu_allocator, Allocator* cpu_allocator,
88 DeviceContext* dc, Allocator* allocator) override;
99 Allocator* gpu_allocator_; // not owned
100 Allocator* cpu_allocator_; // not owned
125 int stream_id, Allocator* allocator);
190 Allocator* gpu_allocator
    [all...]
  /external/v8/src/
identity-map.h 92 AllocationPolicy allocator = AllocationPolicy())
93 : IdentityMapBase(heap), allocator_(allocator) {}
string-stream.h 31 // Normal allocator uses new[] and delete[].
106 StringStream(StringAllocator* allocator,
108 : allocator_(allocator),
  /external/v8/src/zone/
zone.cc 45 Zone::Zone(AccountingAllocator* allocator, const char* name)
50 allocator_(allocator),
95 // Traverse the chained list of segments and return them all to the allocator.
zone.h 15 #include "src/zone/accounting-allocator.h"
34 // through the allocator.
40 Zone(AccountingAllocator* allocator, const char* name);
66 AccountingAllocator* allocator() const { return allocator_; } function in class:v8::internal::final
  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 33 PortAllocator* allocator,
35 : Base(name, allocator),
  /frameworks/base/core/jni/android/graphics/
ImageDecoder.cpp 203 jboolean requireMutable, jint allocator,
249 if (allocator != ImageDecoder::kHardware_Allocator &&
250 (allocator != ImageDecoder::kDefault_Allocator || requireMutable)) {
277 if (allocator == ImageDecoder::kSharedMemory_Allocator && !scale && !jsubset) {
374 if (allocator == ImageDecoder::kSharedMemory_Allocator) {
452 if ((allocator == ImageDecoder::kDefault_Allocator ||
453 allocator == ImageDecoder::kHardware_Allocator)
462 if (allocator == ImageDecoder::kHardware_Allocator) {
  /frameworks/base/libs/hwui/
ClipArea.h 146 WARN_UNUSED_RESULT const ClipBase* serializeClip(LinearAllocator& allocator);
148 LinearAllocator& allocator, const ClipBase* recordedClip,
  /frameworks/base/libs/hwui/tests/unit/
LinearAllocatorTests.cpp 117 LinearAllocator allocator; local
118 LinearStdAllocator<void*> stdAllocator(allocator);

Completed in 1182 milliseconds

<<21222324252627282930>>