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

<<21222324252627282930>>

  /external/dng_sdk/source/
dng_camera_profile.h 868 void BuildHueSatMapEncodingTable (dng_memory_allocator &allocator,
dng_lens_correction.h 621 dng_memory_allocator &allocator);
dng_negative.h 279 dng_memory_allocator &allocator);
285 virtual dng_metadata * Clone (dng_memory_allocator &allocator) const;
327 void RebuildIPTC (dng_memory_allocator &allocator,
385 dng_memory_block * BuildExifBlock (dng_memory_allocator &allocator,
545 // The negative stores an associated allocator. It does not do
547 // Hence, clients will need to make sure that the allocator's lifespan
847 /// Provide access to the memory allocator used for this object.
849 dng_memory_allocator & Allocator () const
    [all...]
dng_stream.h 212 /// \param allocator Allocator used to allocate memory.
214 dng_memory_block * AsMemoryBlock (dng_memory_allocator &allocator);
  /external/skia/src/pathops/
SkAddIntersections.cpp 258 SkChunkAlloc* allocator) {
510 allocator);
513 allocator);
543 coincidence->add(coinPtT[0], testTAt, coinPtT[1], nextTAt, allocator);
  /external/v8/src/compiler/
jump-threading.cc 97 // to build a frame or not in the register allocator, and trickle it
146 Zone local_zone(code->isolate()->allocator());
  /external/v8/src/
handles.cc 122 : isolate_(isolate), zone_(isolate->allocator()) {
  /external/v8/src/wasm/
wasm-js.cc 87 i::Zone zone(isolate->allocator());
115 i::Zone zone(isolate->allocator());
171 i::Zone zone(isolate->allocator());
216 i::Zone zone(isolate->allocator());
  /external/v8/test/mjsunit/compiler/
regress-177883.js 33 // allocator we can't really do much better.
42 // allocator was splitting a live range at its start and re-added the very same
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 531 rtc::scoped_ptr<cricket::PortAllocator> allocator,
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl_iq.cc 73 std::vector<XmppIqEntry*, std::allocator<XmppIqEntry*> >::iterator pos;
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.h 71 PortAllocator* allocator);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.h 57 QCameraStream(QCameraAllocator &allocator,
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraStream.h 57 QCameraStream(QCameraAllocator &allocator,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 53 template <class _Tp> class allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
135 * @param __a An allocator object.
152 * @param __a An allocator object.
179 * @param __a An allocator object.
218 /// Returns the allocator object with which the %unordered_map was
502 * @param __x An %unordered_map of the same element and allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
135 * @param __a An allocator object.
152 * @param __a An allocator object.
179 * @param __a An allocator object.
218 /// Returns the allocator object with which the %unordered_map was
502 * @param __x An %unordered_map of the same element and allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
135 * @param __a An allocator object.
152 * @param __a An allocator object.
179 * @param __a An allocator object.
218 /// Returns the allocator object with which the %unordered_map was
502 * @param __x An %unordered_map of the same element and allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to
84 * std::allocator<std::pair<const _Key, _Tp>>.
97 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
136 * @param __a An allocator object.
153 * @param __a An allocator object.
176 * @param __a An allocator object.
184 * @brief Copy constructor with allocator argument.
186 * @param __a An allocator object
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
char_traits.h 53 template <class _Tp> class allocator;
  /system/core/libmemunreachable/
Allocator.h 35 class Allocator;
103 // STLAllocator implements the std allocator interface on top of a Heap
150 // Allocator extends STLAllocator with some convenience methods for allocating
154 class Allocator : public STLAllocator<T> {
156 ~Allocator() {}
158 Allocator(const Heap& other) :
163 Allocator(const STLAllocator<U>& other) :
167 Allocator(const Allocator&) = default;
168 Allocator<T>& operator=(const Allocator<T>&) = default
    [all...]

Completed in 1349 milliseconds

<<21222324252627282930>>