HomeSort by relevance Sort by last modified time
    Searched full:allocator (Results 26 - 50 of 4014) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
size_value.pass.cpp 20 template <class T, class Allocator>
24 typedef std::deque<T, Allocator> C;
35 test<int, std::allocator<int> >(0, 5);
36 test<int, std::allocator<int> >(1, 10);
37 test<int, std::allocator<int> >(10, 11);
38 test<int, std::allocator<int> >(1023, -11);
39 test<int, std::allocator<int> >(1024, 25);
40 test<int, std::allocator<int> >(1025, 0);
41 test<int, std::allocator<int> >(2047, 110);
42 test<int, std::allocator<int> >(2048, -500)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_types.pass.cpp 15 // class allocator
26 // template <class U> struct rebind {typedef allocator<U> other;};
36 static_assert((std::is_same<std::allocator<char>::size_type, std::size_t>::value), "");
37 static_assert((std::is_same<std::allocator<char>::difference_type, std::ptrdiff_t>::value), "");
38 static_assert((std::is_same<std::allocator<char>::pointer, char*>::value), "");
39 static_assert((std::is_same<std::allocator<char>::const_pointer, const char*>::value), "");
40 static_assert((std::is_same<std::allocator<char>::value_type, char>::value), "");
41 static_assert((std::is_same<std::allocator<char>::reference, char&>::value), "");
42 static_assert((std::is_same<std::allocator<char>::const_reference, const char&>::value), "");
43 static_assert((std::is_same<std::allocator<char>::rebind<int>::other
    [all...]
allocator_void.pass.cpp 13 // class allocator<void>
20 // template <class _Up> struct rebind {typedef allocator<_Up> other;};
28 static_assert((std::is_same<std::allocator<void>::pointer, void*>::value), "");
29 static_assert((std::is_same<std::allocator<void>::const_pointer, const void*>::value), "");
30 static_assert((std::is_same<std::allocator<void>::value_type, void>::value), "");
31 static_assert((std::is_same<std::allocator<void>::rebind<int>::other,
32 std::allocator<int> >::value), "");
33 std::allocator<void> a;
34 std::allocator<void> a2 = a;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /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/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
traits.hpp 65 class Allocator>
72 Allocator>
75 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
84 Allocator>::type
101 Allocator>
109 Allocator>
117 Allocator>
125 Allocator>
136 Allocator>
147 Allocator>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.globals/
eq.pass.cpp 12 // allocator:
16 // operator==(const allocator<T1>&, const allocator<T2>&) throw();
20 // operator!=(const allocator<T1>&, const allocator<T2>&) throw();
27 std::allocator<int> a1;
28 std::allocator<int> a2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
allocator.h 39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp1> other; }
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) throw() { } function in class:allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
allocator.h 39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp1> other; }
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) throw() { } function in class:allocator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp1> other; }
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) throw() { } function in class:allocator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 39 /** @file bits/allocator.h
47 // Define the base class to std::allocator.
48 #include <bits/c++allocator.h>
66 class allocator;
68 /// allocator<void> specialization.
70 class allocator<void> class
81 { typedef allocator<_Tp1> other; };
85 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __glibcxx_base_allocator<_Tp> class in inherits:__glibcxx_base_allocator
105 { typedef allocator<_Tp1> other; }
107 allocator() throw() { } function in class:allocator
109 allocator(const allocator& __a) throw() function in class:allocator
113 allocator(const allocator<_Tp1>&) throw() { } function in class:allocator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
allocator.h 38 /** @file bits/allocator.h
46 #include <bits/c++allocator.h> // Define the base class to std::allocator.
61 /// allocator<void> specialization.
63 class allocator<void> class
74 { typedef allocator<_Tp1> other; };
78 // 2103. std::allocator propagate_on_container_move_assignment
84 * @brief The @a standard allocator, as per [20.4].
92 class allocator: public __allocator_base<_Tp> class in inherits:__allocator_base
105 { typedef allocator<_Tp1> other; }
113 allocator() throw() { } function in class:allocator
115 allocator(const allocator& __a) throw() function in class:allocator
119 allocator(const allocator<_Tp1>&) throw() { } function in class:allocator
    [all...]
  /external/chromium_org/base/allocator/
allocator_extension.h 10 #include "base/allocator/allocator_extension_thunks.h"
15 namespace allocator { namespace in namespace:base
17 // Request the allocator to report value of its waste memory size.
26 // Request that the allocator print a human-readable description of the current
27 // state of the allocator into a null-terminated string in the memory segment
34 // Request that the allocator release any free memory it knows about to the
39 // These settings allow specifying a callback used to implement the allocator
41 // once. These will typically called in an allocator-specific initialization
56 } // namespace allocator
  /external/chromium_org/tools/deep_memory_profiler/
policy.android.webview.json 103 "allocator": "optional"
108 "allocator": "mmap"
113 "allocator": "mmap"
118 "allocator": "mmap"
123 "allocator": "optional"
128 "allocator": "optional"
133 "allocator": "optional"
138 "allocator": "unhooked"
143 "allocator": "unhooked"
148 "allocator": "unhooked
    [all...]
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 1 //==- llvm/Support/RecyclingAllocator.h - Recycling Allocator ----*- C++ -*-==//
22 /// RecyclingAllocator - This class wraps an Allocator, adding the
33 /// Allocator - The wrapped allocator.
35 AllocatorType Allocator;
38 ~RecyclingAllocator() { Base.clear(Allocator); }
44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); }
46 T *Allocate() { return Base.Allocate(Allocator); }
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
55 Allocator.PrintStats()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
relational.pass.cpp 12 // template <class T, class Allocator>
13 // bool operator< (const forward_list<T, Allocator>& x,
14 // const forward_list<T, Allocator>& y);
16 // template <class T, class Allocator>
17 // bool operator> (const forward_list<T, Allocator>& x,
18 // const forward_list<T, Allocator>& y);
20 // template <class T, class Allocator>
21 // bool operator>=(const forward_list<T, Allocator>& x,
22 // const forward_list<T, Allocator>& y);
24 // template <class T, class Allocator>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 58 typename Allocator>
65 Allocator> : public bin_search_tree_traits<
74 Allocator,
81 Allocator>::type,
82 Allocator>,
83 Allocator>
93 class Allocator>
100 Allocator> : public bin_search_tree_traits<
109 Allocator,
116 Allocator>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
traits.hpp 59 class Allocator>
66 Allocator> : public bin_search_tree_traits<
75 Allocator,
82 Allocator>::type,
83 Allocator>,
84 Allocator>
94 class Allocator>
96 splay_tree_tag, Allocator>
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
105 Allocator>::type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 58 typename Allocator>
65 Allocator> : public bin_search_tree_traits<
74 Allocator,
81 Allocator>::type,
82 Allocator>,
83 Allocator>
93 class Allocator>
100 Allocator> : public bin_search_tree_traits<
109 Allocator,
116 Allocator>::type
    [all...]

Completed in 2346 milliseconds

12 3 4 5 6 7 8 91011>>