/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringBuilder.cpp | 89 allocateBuffer(m_buffer->characters8(), m_buffer->length()); 91 allocateBuffer(m_buffer->characters16(), m_buffer->length()); 116 void StringBuilder::allocateBuffer(const LChar* currentCharacters, unsigned requiredLength) 130 void StringBuilder::allocateBuffer(const UChar* currentCharacters, unsigned requiredLength) 172 allocateBuffer(m_buffer->characters8(), requiredLength); 187 allocateBuffer(m_buffer->characters16(), requiredLength); 205 allocateBuffer(nullPlaceholder, newCapacity); 207 allocateBuffer(m_string.characters8(), newCapacity); 209 allocateBuffer(m_string.characters16(), newCapacity); 251 allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength)) [all...] |
StringBuilder.h | 283 void allocateBuffer(const LChar* currentCharacters, unsigned requiredLength); 284 void allocateBuffer(const UChar* currentCharacters, unsigned requiredLength);
|
/frameworks/av/media/libstagefright/include/ |
SimpleSoftOMXComponent.h | 114 virtual OMX_ERRORTYPE allocateBuffer(
|
OMX.h | 96 virtual status_t allocateBuffer(
|
SoftOMXComponent.h | 80 virtual OMX_ERRORTYPE allocateBuffer(
|
OMXNodeInstance.h | 82 status_t allocateBuffer(
|
/hardware/ti/omap4xxx/camera/ |
MemoryManager.cpp | 46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs)
|
/hardware/ti/omap4xxx/camera/inc/ |
ANativeWindowDisplayAdapter.h | 83 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs);
|
CameraHal.h | 492 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs) = 0; 693 virtual void* allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs); 892 // allocateBuffer [all...] |
/frameworks/av/media/libstagefright/omx/ |
SoftOMXComponent.cpp | 54 mComponent->AllocateBuffer = AllocateBufferWrapper; 209 return me->allocateBuffer(buffer, portIndex, appPrivate, size); 298 OMX_ERRORTYPE SoftOMXComponent::allocateBuffer(
|
OMX.cpp | 373 status_t OMX::allocateBuffer( 376 return findInstance(node)->allocateBuffer(
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Vector.h | 258 void allocateBuffer(size_t newCapacity) 315 allocateBuffer(capacity); 346 using Base::allocateBuffer; 375 Base::allocateBuffer(capacity); 401 void allocateBuffer(size_t newCapacity) 405 Base::allocateBuffer(newCapacity); 610 using Base::allocateBuffer; 780 // On 64-bit, the "expanded" integer is 32-bit, and any encroachment above 2^32 will fail allocation in allocateBuffer(). 846 Base::allocateBuffer(newCapacity); 857 Base::allocateBuffer(initialCapacity) [all...] |
Deque.h | 311 m_buffer.allocateBuffer(std::max(static_cast<size_t>(16), oldCapacity + oldCapacity / 4 + 1));
|
/frameworks/av/media/libstagefright/ |
OMXClient.cpp | 100 virtual status_t allocateBuffer( 324 status_t MuxOMX::allocateBuffer( 327 return getOMX(node)->allocateBuffer(
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
CharBufferTest.java | 1057 CharBuffer allocateBuffer = CharBuffer.allocate(1); 1058 CharBuffer charBufferB = CharBuffer.wrap(allocateBuffer); 1061 allocateBuffer.append(allocateBuffer); 1062 charBufferB = CharBuffer.wrap(allocateBuffer);
|
/frameworks/av/include/media/ |
IOMX.h | 118 virtual status_t allocateBuffer(
|
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
dri_interface.h | 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_drm.c | 228 b = dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
|
platform_wayland.c | 280 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, 464 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
|
platform_android.c | 121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 884 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_drm.c | 228 b = dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
|
platform_wayland.c | 280 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, 464 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen,
|
platform_android.c | 121 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format,
|
/frameworks/av/media/libmedia/ |
IOMX.cpp | 371 virtual status_t allocateBuffer( 817 status_t err = allocateBuffer(
|