| /ndk/tests/device/test-stlport/unit/ |
| rawriter_test.cpp | 43 allocator<X> a;
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/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 );
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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 );
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| peerconnectionfactory_unittest.cc | 117 webrtc::FakePortAllocatorFactory* allocator = local 120 ASSERT_TRUE(allocator != NULL); 121 EXPECT_EQ(stun_config.size(), allocator->stun_configs().size()); 124 allocator->stun_configs()[i].server.ToString()); 129 webrtc::FakePortAllocatorFactory* allocator = local 132 ASSERT_TRUE(allocator != NULL); 133 EXPECT_EQ(turn_config.size(), allocator->turn_configs().size()); 136 allocator->turn_configs()[i].server.ToString()); 137 EXPECT_EQ(turn_config[i].username, allocator->turn_configs()[i].username); 138 EXPECT_EQ(turn_config[i].password, allocator->turn_configs()[i].password) [all...] |
| /external/chromium_org/third_party/skia/src/core/ |
| SkSpriteBlitter_RGB16.cpp | 310 SkTBlitterAllocator* allocator) { 312 SkASSERT(allocator != NULL); 334 blitter = allocator->createT<Sprite_D16_S32_BlitRowProc>(source); 342 blitter = allocator->createT<Sprite_D16_S4444_Opaque>(source); 344 blitter = allocator->createT<Sprite_D16_S4444_Blend>(source, alpha >> 4); 349 blitter = allocator->createT<Sprite_D16_S16_Opaque>(source); 351 blitter = allocator->createT<Sprite_D16_S16_Blend>(source, alpha); 364 blitter = allocator->createT<Sprite_D16_SIndex8_Opaque>(source); 366 blitter = allocator->createT<Sprite_D16_SIndex8_Blend>(source, alpha); 370 blitter = allocator->createT<Sprite_D16_SIndex8A_Opaque>(source) [all...] |
| /external/skia/src/core/ |
| SkSpriteBlitter_RGB16.cpp | 310 SkTBlitterAllocator* allocator) { 312 SkASSERT(allocator != NULL); 329 blitter = allocator->createT<Sprite_D16_S32_BlitRowProc>(source); 334 blitter = allocator->createT<Sprite_D16_S4444_Opaque>(source); 336 blitter = allocator->createT<Sprite_D16_S4444_Blend>(source, alpha >> 4); 341 blitter = allocator->createT<Sprite_D16_S16_Opaque>(source); 343 blitter = allocator->createT<Sprite_D16_S16_Blend>(source, alpha); 353 blitter = allocator->createT<Sprite_D16_SIndex8_Opaque>(source); 355 blitter = allocator->createT<Sprite_D16_SIndex8_Blend>(source, alpha); 359 blitter = allocator->createT<Sprite_D16_SIndex8A_Opaque>(source) [all...] |
| /device/asus/flo/camera/QCamera2/HAL/ |
| QCameraChannel.h | 53 virtual int32_t addStream(QCameraAllocator& allocator, 113 int32_t addReprocStreamsFromSource(QCameraAllocator& allocator,
|
| /device/lge/hammerhead/camera/QCamera2/HAL/ |
| QCameraChannel.h | 53 virtual int32_t addStream(QCameraAllocator& allocator, 113 int32_t addReprocStreamsFromSource(QCameraAllocator& allocator,
|
| /external/chromium_org/gin/ |
| per_isolate_data.h | 30 PerIsolateData(v8::Isolate* isolate, v8::ArrayBuffer::Allocator* allocator); 67 v8::ArrayBuffer::Allocator* allocator() { return allocator_; } function in class:gin::PerIsolateData 85 v8::ArrayBuffer::Allocator* 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/client/ |
| portallocator_unittest.cc | 144 allocator().set_step_delay(cricket::kMinimumStepDelay); 245 cricket::BasicPortAllocator& allocator() { function in class:PortAllocatorTest 294 // Tests that we can init the port allocator and create a session. 296 EXPECT_EQ(&network_manager_, allocator().network_manager()); 297 EXPECT_EQ(kStunAddr, *allocator().stun_servers().begin()); 298 ASSERT_EQ(1u, allocator().relays().size()); 299 EXPECT_EQ(cricket::RELAY_GTURN, allocator().relays()[0].type); 301 EXPECT_TRUE(allocator().relays()[0].credentials.username.empty()); 302 EXPECT_TRUE(allocator().relays()[0].credentials.password.empty()); 312 // Tests that we allocator session not trying to allocate ports for every 250ms [all...] |
| /frameworks/base/libs/hwui/ |
| StatefulBaseRenderer.h | 98 void setClippingOutline(LinearAllocator& allocator, const Outline* outline); 99 void setClippingRoundRect(LinearAllocator& allocator,
|
| /frameworks/native/libs/gui/tests/ |
| StreamSplitter_test.cpp | 79 sp<CountedAllocator> allocator(new CountedAllocator); 83 BufferQueue::createBufferQueue(&inputProducer, &inputConsumer, allocator); 87 BufferQueue::createBufferQueue(&outputProducer, &outputConsumer, allocator); 134 ASSERT_EQ(1, allocator->getAllocCount()); 139 sp<CountedAllocator> allocator(new CountedAllocator); 143 BufferQueue::createBufferQueue(&inputProducer, &inputConsumer, allocator); 149 &outputConsumers[output], allocator); 203 ASSERT_EQ(1, allocator->getAllocCount());
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/misc/common/swig/include/2.0.11/std/ |
| std_multiset.i | 44 class _Alloc = allocator<_Key> >
|
| std_sstream.i | 31 typename _Alloc = allocator<_CharT> > 65 typename _Alloc = allocator<_CharT> > 104 typename _Alloc = allocator<_CharT> > 145 typename _Alloc = allocator<_CharT> >
|
| /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;
|