HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 451 - 475 of 1087) sorted by null

<<11121314151617181920>>

  /prebuilts/misc/common/swig/include/2.0.11/std/
std_set.i 80 class _Alloc = allocator<_Key> >
  /art/runtime/gc/allocator/
dlmalloc.cc 43 return ::art::gc::allocator::ArtDlMallocMoreCore(m, increment);
  /external/ImageMagick/Magick++/lib/
Blob.cpp 115 Magick::Blob::Allocator allocator_)
123 _blobRef->allocator=allocator_;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_internal.h 120 explicit LLVMSymbolizer(const char *path, LowLevelAllocator *allocator);
  /external/dng_sdk/source/
dng_gain_map.h 53 /// Construct a gain map with the specified memory allocator, number of
56 dng_gain_map (dng_memory_allocator &allocator,
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 102 PageAllocator* allocator() { return &allocator_; } function in class:google_breakpad::LinuxDumper
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 26 typedef std::allocator<T> Allocator;
27 typedef std::deque<T, Allocator> C;
36 template <class Allocator, class InputIterator>
41 typedef std::deque<T, Allocator> C;
  /external/libcxx/test/std/containers/sequences/forwardlist/
types.pass.cpp 12 // template <class T, class Allocator = allocator<T>>
17 // typedef Allocator allocator_type;
40 static_assert((std::is_same<C::allocator_type, std::allocator<char> >::value), "");
  /external/libcxx/test/std/containers/sequences/list/list.cons/
size_value_alloc.pass.cpp 12 // list(size_type n, const T& value, const Allocator& = Allocator());
34 std::list<int> l(3, 2, std::allocator<int>());
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 51 std::allocator<int> alloc;
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 38 std::allocator<bool> alloc;
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 60 class DefaultAllocator : public GpuMat::Allocator
92 GpuMat::Allocator* g_defaultAllocator = &cudaDefaultAllocator;
95 GpuMat::Allocator* cv::cuda::GpuMat::defaultAllocator()
100 void cv::cuda::GpuMat::setDefaultAllocator(Allocator* allocator)
102 CV_Assert( allocator != 0 );
103 g_defaultAllocator = allocator;
129 bool allocSuccess = allocator->allocate(this, rows, cols, esz);
133 // custom allocator fails, try default allocator
    [all...]
  /external/v8/src/
background-parsing-task.cc 24 Zone* zone = new Zone(isolate->allocator());
  /external/v8/src/compiler/
graph-replay.cc 23 Zone zone(graph->zone()->allocator());
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3BufferManager.h 47 Camera3BufferManager(const sp<IGraphicBufferAlloc>& allocator = NULL);
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.h 40 rapidjson::Document::AllocatorType& allocator; member in class:android::HalMockJsonWriter
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
iter_iter.pass.cpp 26 typedef std::allocator<T> Allocator;
27 typedef std::deque<T, Allocator> C;
36 template <class Allocator, class InputIterator>
41 typedef std::deque<T, Allocator> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/
types.pass.cpp 12 // template <class T, class Allocator = allocator<T>>
17 // typedef Allocator allocator_type;
36 static_assert((std::is_same<std::forward_list<char>::allocator_type, std::allocator<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
size_value_alloc.pass.cpp 12 // list(size_type n, const T& value, const Allocator& = Allocator());
34 std::list<int> l(3, 2, std::allocator<int>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 51 std::allocator<int> alloc;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 38 std::allocator<bool> alloc;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_construct.h 82 // 402. wrong new expression in [some_]allocator::construct
131 * Destroy a range of objects using the supplied allocator. For
149 allocator<_Tp>&)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
standard_policies.hpp 137 #define __dtrie_alloc std::allocator<char>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
priority_queue.hpp 69 * @tparam _Alloc Allocator type.
82 typename _Alloc = std::allocator<char> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_map.h 41 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
90 class _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
172 * @param Alloc Allocator type, defaults to allocator<Key>.
179 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
224 * @param Alloc Allocator type, defaults to allocator<Key>.
231 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >

Completed in 2019 milliseconds

<<11121314151617181920>>