HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 201 - 225 of 1067) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
construct_size_value_alloc.pass.cpp 35 test<std::vector<bool> >(50, 3, std::allocator<bool>());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_impl.hpp 35 #include <memory> // std::allocator
90 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) );
95 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 );
160 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) );
165 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 );
  /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 );
  /prebuilts/ndk/9/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 );
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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 );
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.h 53 virtual int32_t addStream(QCameraAllocator& allocator,
113 int32_t addReprocStreamsFromSource(QCameraAllocator& allocator,
  /external/chromium_org/media/video/capture/win/
pin_base_win.h 79 STDMETHOD(GetAllocator)(IMemAllocator** allocator);
81 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransport.h 49 PortAllocator* allocator,
51 : Base(signaling_thread, worker_thread, content_name, allocator),
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.h 53 virtual int32_t addStream(QCameraAllocator& allocator,
113 int32_t addReprocStreamsFromSource(QCameraAllocator& allocator,
  /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;
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 84 // 402. wrong new expression in [some_]allocator::construct
133 * Destroy a range of objects using the supplied allocator. For
138 template <typename _Tp> class allocator;
153 allocator<_Tp>&)

Completed in 3528 milliseconds

1 2 3 4 5 6 7 891011>>