/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/ |
types.pass.cpp | 13 // class Allocator = allocator<sub_match<BidirectionalIterator>>> 23 // typedef typename allocator_traits<Allocator>::size_type size_type; 24 // typedef Allocator allocator_type; 42 static_assert((std::is_same<typename MR::allocator_type, std::allocator<std::sub_match<CharT*> > >::value), "");
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_alloc.cc | 61 return elf->allocator()->alloc(size);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 0 // Allocator traits -*- C++ -*- 37 # include <bits/allocator.h> // for __alloc_swap 43 template<typename> struct allocator; 60 struct __allocator_always_compares_equal<std::allocator<_Tp>> 64 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
alloc_traits.h | 0 // Allocator traits -*- C++ -*- 37 # include <bits/allocator.h> // for __alloc_swap 43 template<typename> struct allocator; 60 struct __allocator_always_compares_equal<std::allocator<_Tp>> 64 const bool __allocator_always_compares_equal<std::allocator<_Tp>>::value;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
unordered_set.h | 41 class _Alloc = std::allocator<_Value>, 90 class _Alloc = std::allocator<_Value>, 167 * @param Alloc Allocator type, defaults to allocator<Key>. 172 class _Alloc = std::allocator<_Value> > 216 * @param Alloc Allocator type, defaults to allocator<Key>. 221 class _Alloc = std::allocator<_Value> >
|
/external/chromium_org/chrome/app/ |
breakpad_linux.cc | 587 google_breakpad::PageAllocator allocator; local 589 char* log_path = reinterpret_cast<char*>(allocator.Alloc(log_path_len + 1)); 875 void LoadDataFromFD(google_breakpad::PageAllocator& allocator, 886 *file_data = reinterpret_cast<uint8_t*>(allocator.Alloc(st.st_size)); 910 void LoadDataFromFile(google_breakpad::PageAllocator& allocator, 924 LoadDataFromFD(allocator, *fd, true, file_data, size); 937 google_breakpad::PageAllocator* allocator) { 974 char* const header = reinterpret_cast<char*>(allocator->Alloc( 984 char* const post_file = reinterpret_cast<char*>(allocator->Alloc( 1044 google_breakpad::PageAllocator allocator; local [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
rawtransportchannel.cc | 58 PortAllocator *allocator) 61 allocator_(allocator), 97 // Create an allocator that only returns stun and relay ports.
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 106 BasicPortAllocatorSession(BasicPortAllocator* allocator, 111 virtual BasicPortAllocator* allocator() { return allocator_; } function in class:cricket::BasicPortAllocatorSession
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
rawtransportchannel.cc | 58 PortAllocator *allocator) 61 allocator_(allocator), 99 // Create an allocator that only returns stun and relay ports.
|
rawtransportchannel.h | 63 PortAllocator *allocator); 78 // Creates an allocator session to start figuring out which type of 115 // Called when the allocator creates another port.
|
/external/chromium_org/v8/src/ |
string-stream.h | 48 // Normal allocator uses new[] and delete[]. 59 // Allocator for use when no new c++ heap allocation is allowed. 115 explicit StringStream(StringAllocator* allocator): 116 allocator_(allocator),
|
/external/clang/test/SemaTemplate/ |
deduction.cpp | 29 template<typename T> struct allocator { }; struct 30 template<typename T, typename Alloc = allocator<T> > struct vector {};
|
/external/llvm/lib/Support/ |
Allocator.cpp | 1 //===--- Allocator.cpp - Simple memory allocation abstraction -------------===// 14 #include "llvm/Support/Allocator.h" 25 SlabAllocator &allocator) 27 Allocator(allocator), CurSlab(0), BytesAllocated(0) { } 54 MemSlab *NewSlab = Allocator.Allocate(SlabSize); 72 Allocator.Deallocate(Slab); 117 MemSlab *NewSlab = Allocator.Allocate(PaddedSize); 178 MemSlab *Slab = (MemSlab*)Allocator.Allocate(Size, 0); 185 Allocator.Deallocate(Slab) [all...] |
/external/v8/src/ |
string-stream.h | 48 // Normal allocator uses new[] and delete[]. 59 // Allocator for use when no new c++ heap allocation is allowed. 115 explicit StringStream(StringAllocator* allocator): 116 allocator_(allocator),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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/chromium_org/chrome/browser/ |
memory_purger.cc | 9 #include "base/allocator/allocator_extension.h" 138 // Tell our allocator to release any free pages it's still holding. 143 base::allocator::ReleaseFreeMemory();
|
/external/chromium_org/content/browser/ |
browser_main_runner.cc | 7 #include "base/allocator/allocator_shim.h" 94 // allocator selection is not supported. 97 base::allocator::SetupSubprocessAllocator();
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ |
ImageFrame.cpp | 59 setMemoryAllocator(other.allocator());
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ShHandle.h | 49 // Memory allocator. Allocates and tracks memory required by the compiler. 51 TPoolAllocator allocator; member in class:TShHandleBase
|