Searched refs:allocator (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Deh.cpp93 template <class T> struct allocator { struct in namespace:test6
94 ~allocator() throw() { }
98 allocator<int> a;
H A D2007-09-10-RecursiveTypeResolution.cpp28 template < typename _Tp > struct allocator struct in namespace:std
50 template < typename _Tp, typename _Alloc = std::allocator < _Tp > >
H A Dthunk-use-after-free.cpp12 template < typename _Tp > struct allocator:new_allocator < _Tp > { struct in inherits:new_allocator
26 allocator < _Tp > >struct vector:_Vector_base < _Tp, _Alloc > { };
H A Ddestructors.cpp37 struct allocator { struct in namespace:PR7526
38 ~allocator() throw();
41 struct allocator_derived : allocator { };
43 // CHECK: define void @_ZN6PR75269allocatorD2Ev(%"struct.PR7526::allocator"* %this) unnamed_addr
45 allocator::~allocator() throw() { foo(); }
/external/clang/test/Index/
H A Dindex-templates.cpp6 template<typename T> class allocator;
8 template<typename T, typename Alloc = allocator<T> >
93 typename Allocator = allocator<Pair<Key, Value> > >
113 // CHECK-LOAD: index-templates.cpp:6:28: ClassTemplate=allocator:6:28 Extent=[6:1 - 6:37]
118 // CHECK-LOAD: index-templates.cpp:8:39: TemplateRef=allocator:6:28 Extent=[8:39 - 8:48]
189 // CHECK-USRS: index-templates.cpp c:@CT>1#T@allocator Extent=[6:1 - 6:37]
198 // CHECK-USRS: index-templates.cpp c:@C@vector>#$@S@Z1#$@C@allocator>#S0_ Extent=[18:1 - 18:26]
200 // CHECK-USRS: index-templates.cpp c:@C@vector>#$@S@Z2#$@C@allocator>#S0_ Extent=[22:1 - 25:2]
201 // CHECK-USRS: index-templates.cpp c:@C@vector>#$@S@Z2#$@C@allocator>#S0_@F@clear# Extent=[24:3 - 24:15]
207 // CHECK-USRS: index-templates.cpp c:@F@f#$@S@map>#$@S@Z4#$@S@Pair>#I#S1_#$@S@compare>#$@S@Pair>#S1_#S2_#$@C@allocator>#S4
[all...]
/external/clang/test/SemaTemplate/
H A Dissue150.cpp75 template<typename > struct allocator ;
89 template<class> class = allocator> class IntervalSet>
98 template<class> class = allocator> class IntervalSet>
H A Ddefault-arguments.cpp126 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/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_mac.cc47 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));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionfactory_unittest.cc104 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
[all...]
/external/chromium_org/v8/src/
H A Dv8.h125 static void SetArrayBufferAllocator(v8::ArrayBuffer::Allocator *allocator) { argument
127 array_buffer_allocator_ = allocator;
/external/clang/test/Analysis/
H A Dcfref_PR2519.c19 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);
H A DCFNumber.c16 extern CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr);
/external/clang/test/Misc/
H A Ddiagnostic-crash.cpp3 template <typename _Alloc> class allocator;
6 typename _Alloc = allocator<_CharT> >
/external/stlport/test/unit/
H A Dmvctor_declaration_test.cpp79 class allocator<specially_allocated_struct> { class in namespace:std
80 //This allocator just represent what a STLport could do and in this
83 //allocator.
94 typedef allocator<_Tp1> other;
97 allocator() _STLP_NOTHROW {}
99 template <class _Tp1> allocator(const allocator<_Tp1>&) _STLP_NOTHROW {}
101 allocator(const allocator&) _STLP_NOTHROW {}
102 ~allocator() _STLP_NOTHRO
[all...]
H A Drawriter_test.cpp43 allocator<X> a;
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.h99 HttpPortAllocator* allocator,
119 virtual HttpPortAllocator* allocator() { function in class:cricket::HttpPortAllocatorSession
121 BasicPortAllocatorSession::allocator());
/external/stlport/src/
H A Dmessage_facets.h44 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;
/external/stlport/stlport/stl/
H A D_iostream_string.h18 * 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/compiler-rt/lib/asan/
H A Dasan_allocator2.cc12 // Implementation of ASan's memory allocator, 2-nd version.
13 // This variant uses the allocator from sanitizer_common, i.e. the one shared
94 static Allocator allocator; member in namespace:__asan
102 // Every chunk of memory allocated by this allocator can be in one of 3 states:
140 // The memory chunk allocated from the underlying allocator looks like this:
192 return *reinterpret_cast<uptr *>(allocator.GetMetaData(AllocBeg()));
196 return allocator.GetBlockBegin(reinterpret_cast<void *>(this));
283 // Clear the magic value, as allocator internals may overwrite the
294 allocator.Deallocate(cache_, p);
298 return allocator
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.h44 PortAllocator* allocator);
/external/chromium_org/base/allocator/
H A Dallocator_extension.cc5 #include "base/allocator/allocator_extension.h"
10 namespace allocator { namespace in namespace:base
55 } // namespace allocator
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.h45 PortAllocator* allocator);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.h110 HttpPortAllocatorBase* allocator,
135 virtual HttpPortAllocatorBase* allocator() { function in class:cricket::HttpPortAllocatorSessionBase
137 BasicPortAllocatorSession::allocator());
169 HttpPortAllocator* allocator,
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.h79 STDMETHOD(GetAllocator)(IMemAllocator** allocator);
81 STDMETHOD(NotifyAllocator)(IMemAllocator* allocator, BOOL read_only);
/external/clang/test/SemaCXX/
H A Dcrashes.cpp4 template<typename _Alloc> class allocator;
7 typename _Alloc = allocator<_CharT> >

Completed in 3533 milliseconds

1234567891011>>