/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransport.h | 41 PortAllocator* allocator);
|
rawtransport.h | 44 PortAllocator* allocator);
|
/external/clang/test/Analysis/ |
CFNumber.c | 16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
|
/external/clang/test/SemaTemplate/ |
default-arguments.cpp | 126 template<typename T> class allocator {}; class in namespace:PR9643 127 template<typename T, typename U = allocator<T> > class vector {}; 129 template<template<typename U, typename = allocator<U> > class container, 136 vector<int, allocator<int> > v = initializer<vector>(5);
|
/external/stlport/test/unit/ |
rawriter_test.cpp | 43 allocator<X> a;
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ShHandle.h | 36 // Memory allocator. Allocates and tracks memory required by the compiler. 38 TPoolAllocator allocator; member in class:TShHandleBase
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.cons/ |
size_value_alloc.pass.cpp | 17 template <class T, class Allocator> 19 test(unsigned n, const T& x, const Allocator& a) 21 typedef std::deque<T, Allocator> C; 33 std::allocator<int> a;
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/ |
types.pass.cpp | 12 // template <class T, class Allocator = allocator<T>> 17 // typedef Allocator allocator_type; 34 static_assert((std::is_same<std::forward_list<char>::allocator_type, std::allocator<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.cons/ |
copy_alloc.pass.cpp | 34 test(std::vector<int>(a, an), std::allocator<int>());
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/ |
copy_alloc.pass.cpp | 34 test(std::vector<bool>(a, an), std::allocator<bool>());
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/istringstream/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_istringstream<char>::allocator_type, std::allocator<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/ostringstream/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_ostringstream<char>::allocator_type, std::allocator<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_stringbuf<char>::allocator_type, std::allocator<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringstream/ |
types.pass.cpp | 12 // template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> > 22 // typedef Allocator allocator_type; 35 static_assert((std::is_same<std::basic_stringstream<char>::allocator_type, std::allocator<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/default.allocator/allocator.members/ |
allocate.pass.cpp | 12 // allocator: 13 // pointer allocate(size_type n, allocator<void>::const_pointer hint=0); 47 std::allocator<A> a;
|
/ndk/tests/device/test-gnustl-full/unit/ |
rawriter_test.cpp | 43 allocator<X> a;
|
/ndk/tests/device/test-stlport/unit/ |
rawriter_test.cpp | 43 allocator<X> a;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
extptr_allocator.h | 31 * An example allocator which uses an alternative pointer type from 48 * @brief An example allocator which uses a non-standard pointer type. 51 * This allocator specifies that containers use a 'relative pointer' as it's 53 * is still performed using std::allocator. 155 const std::allocator<_Tp>& 160 std::allocator<_Tp> _M_real_alloc; 182 std::allocator<void> _M_real_alloc; 189 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
|
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/ |
types.pass.cpp | 14 // template <class T, class Allocator = allocator<T> > 19 // typedef Allocator allocator_type; 39 template <class T, class Allocator> 43 typedef std::deque<T, Allocator> C; 46 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), ""); 47 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), ""); 48 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), ""); 49 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), ""); 50 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/ |
types.pass.cpp | 14 // template <class T, class Allocator = allocator<T> > 19 // typedef Allocator allocator_type; 39 template <class T, class Allocator> 43 typedef std::vector<T, Allocator> C; 46 static_assert((std::is_same<typename C::value_type, typename Allocator::value_type>::value), ""); 47 static_assert((std::is_same<typename C::allocator_type, Allocator>::value), ""); 48 static_assert((std::is_same<typename C::size_type, typename Allocator::size_type>::value), ""); 49 static_assert((std::is_same<typename C::difference_type, typename Allocator::difference_type>::value), ""); 50 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "") [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
standard_policies.hpp | 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > > 126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
standard_policies.hpp | 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > > 126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
standard_policies.hpp | 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > > 126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
standard_policies.hpp | 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > > 126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
standard_policies.hpp | 123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > > 126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
|