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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/stlport/src/
message_facets.h 44 allocator<pair<_STLP_CONST nl_catd_type, locale> > > map_type;
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
20 * that could occur when requesting a big float ouput for instance. This allocator
41 class __iostring_allocator : public allocator<_CharT> {
47 typedef allocator<_CharT> _Base;
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
99 * A consequence of the non standard conformant allocator is that a string using it
100 * must always be presized to the allocator static buffer size because the basic_string implementation
101 * do not manage an allocator returning always the same memory adress as long as the
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
20 * that could occur when requesting a big float ouput for instance. This allocator
41 class __iostring_allocator : public allocator<_CharT> {
47 typedef allocator<_CharT> _Base;
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
99 * A consequence of the non standard conformant allocator is that a string using it
100 * must always be presized to the allocator static buffer size because the basic_string implementation
101 * do not manage an allocator returning always the same memory adress as long as the
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
20 * that could occur when requesting a big float ouput for instance. This allocator
41 class __iostring_allocator : public allocator<_CharT> {
47 typedef allocator<_CharT> _Base;
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
99 * A consequence of the non standard conformant allocator is that a string using it
100 * must always be presized to the allocator static buffer size because the basic_string implementation
101 * do not manage an allocator returning always the same memory adress as long as the
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
20 * that could occur when requesting a big float ouput for instance. This allocator
41 class __iostring_allocator : public allocator<_CharT> {
47 typedef allocator<_CharT> _Base;
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
99 * A consequence of the non standard conformant allocator is that a string using it
100 * must always be presized to the allocator static buffer size because the basic_string implementation
101 * do not manage an allocator returning always the same memory adress as long as the
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
20 * that could occur when requesting a big float ouput for instance. This allocator
41 class __iostring_allocator : public allocator<_CharT> {
47 typedef allocator<_CharT> _Base;
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
99 * A consequence of the non standard conformant allocator is that a string using it
100 * must always be presized to the allocator static buffer size because the basic_string implementation
101 * do not manage an allocator returning always the same memory adress as long as the
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iostream_string.h 18 * The only diference rely on the allocator used to instanciate the basic_string.
20 * that could occur when requesting a big float ouput for instance. This allocator
41 class __iostring_allocator : public allocator<_CharT> {
47 typedef allocator<_CharT> _Base;
76 * As the __iostring_allocator allocator will only be used in the basic_string implementation
99 * A consequence of the non standard conformant allocator is that a string using it
100 * must always be presized to the allocator static buffer size because the basic_string implementation
101 * do not manage an allocator returning always the same memory adress as long as the
132 # define _STLP_BASIC_IOSTRING(_CharT) basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> >
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 47 const CFAllocatorRef allocator = NULL; local
49 base::ScopedCFTypeRef<DASessionRef> session(DASessionCreate(allocator));
56 DADiskCreateFromBSDName(allocator, session, bsd_name.c_str()));
78 CFUUIDCreateString(allocator, volume_uuid));
  /frameworks/native/include/binder/
MemoryDealer.h 50 SimpleBestFitAllocator* allocator() const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
extptr_allocator.h 29 * An example allocator which uses an alternative pointer type from
44 * @brief An example allocator which uses a non-standard pointer type.
47 * This allocator specifies that containers use a 'relative pointer' as it's
49 * is still performed using std::allocator.
135 const std::allocator<_Tp>&
140 std::allocator<_Tp> _M_real_alloc;
162 std::allocator<void> _M_real_alloc;
169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.
139 const std::allocator<_Tp>&
144 std::allocator<_Tp> _M_real_alloc;
166 std::allocator<void> _M_real_alloc;
173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.
139 const std::allocator<_Tp>&
144 std::allocator<_Tp> _M_real_alloc;
166 std::allocator<void> _M_real_alloc;
173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 29 * An example allocator which uses an alternative pointer type from
44 * @brief An example allocator which uses a non-standard pointer type.
47 * This allocator specifies that containers use a 'relative pointer' as it's
49 * is still performed using std::allocator.
135 const std::allocator<_Tp>&
140 std::allocator<_Tp> _M_real_alloc;
162 std::allocator<void> _M_real_alloc;
169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 29 * An example allocator which uses an alternative pointer type from
44 * @brief An example allocator which uses a non-standard pointer type.
47 * This allocator specifies that containers use a 'relative pointer' as it's
49 * is still performed using std::allocator.
135 const std::allocator<_Tp>&
140 std::allocator<_Tp> _M_real_alloc;
162 std::allocator<void> _M_real_alloc;
169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
extptr_allocator.h 29 * An example allocator which uses an alternative pointer type from
44 * @brief An example allocator which uses a non-standard pointer type.
47 * This allocator specifies that containers use a 'relative pointer' as it's
49 * is still performed using std::allocator.
135 const std::allocator<_Tp>&
140 std::allocator<_Tp> _M_real_alloc;
162 std::allocator<void> _M_real_alloc;
169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
extptr_allocator.h 29 * An example allocator which uses an alternative pointer type from
44 * @brief An example allocator which uses a non-standard pointer type.
47 * This allocator specifies that containers use a 'relative pointer' as it's
49 * is still performed using std::allocator.
135 const std::allocator<_Tp>&
140 std::allocator<_Tp> _M_real_alloc;
162 std::allocator<void> _M_real_alloc;
169 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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.
139 const std::allocator<_Tp>&
144 std::allocator<_Tp> _M_real_alloc;
166 std::allocator<void> _M_real_alloc;
173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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.
139 const std::allocator<_Tp>&
144 std::allocator<_Tp> _M_real_alloc;
166 std::allocator<void> _M_real_alloc;
173 std::allocator<_Tp> __tmp( __rarg._M_real_alloc );
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stringfwd.h 56 typename _Alloc = allocator<_CharT> >
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc 104 webrtc::FakePortAllocatorFactory* allocator = local
107 ASSERT_TRUE(allocator != NULL);
108 EXPECT_EQ(stun_config.size(), allocator->stun_configs().size());
111 allocator->stun_configs()[i].server.ToString());
116 webrtc::FakePortAllocatorFactory* allocator = local
119 ASSERT_TRUE(allocator != NULL);
120 EXPECT_EQ(turn_config.size(), allocator->turn_configs().size());
123 allocator->turn_configs()[i].server.ToString());
124 EXPECT_EQ(turn_config[i].username, allocator->turn_configs()[i].username);
125 EXPECT_EQ(turn_config[i].password, allocator->turn_configs()[i].password)
    [all...]
  /external/chromium_org/v8/src/
v8.h 121 static v8::ArrayBuffer::Allocator* ArrayBufferAllocator() {
125 static void SetArrayBufferAllocator(v8::ArrayBuffer::Allocator *allocator) {
127 array_buffer_allocator_ = allocator;
148 // Allocator for external array buffers.
149 static v8::ArrayBuffer::Allocator* array_buffer_allocator_;
  /external/clang/test/Analysis/
cfref_PR2519.c 19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
23 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
  /external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp 28 template < typename _Tp > struct allocator struct in namespace:std
50 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >
thunk-use-after-free.cpp 12 template < typename _Tp > struct allocator:new_allocator < _Tp > { struct in inherits:new_allocator
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
  /external/clang/test/Misc/
diagnostic-crash.cpp 3 template <typename _Alloc> class allocator;
6 typename _Alloc = allocator<_CharT> >

Completed in 925 milliseconds

1 2 3 4 56 7 8 91011>>