HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 276 - 300 of 1315) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 77 a_entries = s_entry_allocator.allocate(actual_size);
79 a_other_entries = s_entry_allocator.allocate(other_actual_size);
137 a_entries = s_entry_allocator.allocate(actual_size);
138 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 68 a_entries = s_entry_allocator.allocate(new_size);
69 a_other_entries = s_entry_allocator.allocate(other_actual_size);
127 a_entries = s_entry_allocator.allocate(new_size);
128 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 67 a_entries = s_entry_allocator.allocate(new_size);
68 a_other_entries = s_entry_allocator.allocate(other_actual_size);
126 a_entries = s_entry_allocator.allocate(new_size);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
debug_allocator.h 122 allocate(size_type __n) function in class:debug_allocator
124 pointer __res = _M_allocator.allocate(__n + _M_extra);
131 allocate(size_type __n, const void* __hint) function in class:debug_allocator
133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 67 a_entries = s_entry_allocator.allocate(new_size);
68 a_other_entries = s_entry_allocator.allocate(other_actual_size);
126 a_entries = s_entry_allocator.allocate(new_size);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 66 // allocate indicates whether or not to initially have the AudioChannels created with managed storage.
68 // If allocate is false then setChannelMemory() has to be called later on for each channel before the AudioBus is useable...
69 static PassRefPtr<AudioBus> create(unsigned numberOfChannels, size_t length, bool allocate = true);
152 AudioBus(unsigned numberOfChannels, size_t length, bool allocate);
  /external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Android.mk 27 test_name := utilities/memory/allocator.traits/allocator.traits.members/allocate
28 test_src := allocate.pass.cpp
  /external/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 63 DataType* data = Alloc::allocate();
76 DataType* data = Alloc::allocate();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_alloc.i 51 allocate(size_type __n, const void* = 0);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 71 entry_pointer p_l = s_entry_allocator.allocate(1);
87 entry_pointer p_l = s_entry_allocator.allocate(1);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 71 entry_pointer p_l = s_entry_allocator.allocate(1);
87 entry_pointer p_l = s_entry_allocator.allocate(1);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 71 entry_pointer p_l = s_entry_allocator.allocate(1);
87 entry_pointer p_l = s_entry_allocator.allocate(1);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_map_/
insert_fn_imps.hpp 71 entry_pointer p_l = s_entry_allocator.allocate(1);
87 entry_pointer p_l = s_entry_allocator.allocate(1);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_iostream_string.h 63 _CharT* allocate(size_type __n, const void* __ptr = 0) { function in class:__iostring_allocator
65 return _Base::allocate(__n, __ptr);
  /external/deqp/framework/randomshaders/
rsgVariableManager.cpp 114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char* name) function in class:rsg::VariableScope
160 ValueEntry* ValueScope::allocate (const Variable* variable) function in class:rsg::ValueScope
237 Variable* VariableManager::allocate (const VariableType& type) function in class:rsg::VariableManager
239 return allocate(type, Variable::STORAGE_LOCAL, m_nameAllocator.allocate().c_str());
242 Variable* VariableManager::allocate (const VariableType& type, Variable::Storage storage, const char* name) function in class:rsg::VariableManager
248 // Allocate in current scope
249 Variable* variable = varScope.allocate(type, Variable::STORAGE_LOCAL, name);
251 // Allocate value entry
252 ValueEntry* valueEntry = valueScope.allocate(variable)
    [all...]
  /external/valgrind/main/memcheck/tests/
mempool.stderr.exp 5 at 0x........: allocate (mempool.c:105)
13 at 0x........: allocate (mempool.c:105)
36 at 0x........: allocate (mempool.c:105)
41 at 0x........: allocate (mempool.c:105)
46 at 0x........: allocate (mempool.c:105)
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 379 engine.wrap(ByteBuffer.allocate(0), ByteBuffer.allocate(
454 SSLEngineResult result = engine.wrap(ByteBuffer.allocate(0),
455 ByteBuffer.allocate(20000));
476 SSLEngineResult result = engine.wrap(ByteBuffer.allocate(0),
477 ByteBuffer.allocate(20000));
505 ByteBuffer buffer = ByteBuffer.allocate(packetBufferSize);
506 ByteBuffer app_data_buffer = ByteBuffer.allocate(applicationBufferSize);
538 print(result = server.wrap(ByteBuffer.allocate(0), buffer));
598 ByteBuffer buffer = ByteBuffer.allocate(packetBufferSize)
    [all...]
  /external/chromium_org/courgette/
memory_allocator.h 181 pointer allocate(size_type count) { function in class:courgette::MemoryAllocator
183 // However, so that the allocation is properly aligned, we allocate an
211 pointer allocate(size_type count, const void* hint) { function in class:courgette::MemoryAllocator
212 return allocate(count);
267 pointer allocate(size_type count) {
274 pointer allocate(size_type count, const void* hint) {
275 return allocate(count);
336 T* new_buffer = alloc_.allocate(size);
389 // TODO(tommi): Should we allocate a new, smaller buffer?
  /external/chromium_org/third_party/angle/src/libGLESv2/
ResourceManager.cpp 83 GLuint handle = mBufferHandleAllocator.allocate();
93 GLuint handle = mProgramShaderHandleAllocator.allocate();
111 GLuint handle = mProgramShaderHandleAllocator.allocate();
121 GLuint handle = mTextureHandleAllocator.allocate();
131 GLuint handle = mRenderbufferHandleAllocator.allocate();
141 GLuint handle = mSamplerHandleAllocator.allocate();
151 GLuint handle = mFenceSyncHandleAllocator.allocate();

Completed in 4051 milliseconds

<<11121314151617181920>>