HomeSort by relevance Sort by last modified time
    Searched refs:allocate (Results 426 - 450 of 1772) sorted by null

<<11121314151617181920>>

  /frameworks/av/include/private/media/
VideoFrame.h 34 // will allocate frame buffer if |allocate| is set to true, will
35 // allocate buffer to hold ICC data if |iccData| and |iccSize|
39 uint32_t angle, uint32_t bpp, bool allocate,
45 if (allocate) {
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 141 ByteBuffer out = ByteBuffer.allocate(28
190 ByteBuffer out = ByteBuffer.allocate(size);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 167 ByteBuffer byteBuffer = ByteBuffer.allocate(numbers.length * (Double.SIZE / Byte.SIZE))
229 ByteBuffer byteBuffer = ByteBuffer.allocate(byteLength).order(ByteOrder.nativeOrder());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 267 backing.allocate(mType);
339 public abstract void allocate(FrameType frameType); method in class:BackingStore.Backing
406 throw new RuntimeException("Cannot allocate texture with non-RGBA data type!");
408 throw new RuntimeException("Cannot allocate non 2-dimensional texture!");
419 public void allocate(FrameType frameType) { method in class:BackingStore.ObjectBacking
492 public void allocate(FrameType frameType) { method in class:BackingStore.BitmapBacking
586 public void allocate(FrameType frameType) { method in class:BackingStore.TextureBacking
678 mTexture.allocate(mDimensions[0], mDimensions[1]);
699 public void allocate(FrameType frameType) { method in class:BackingStore.ByteBufferBacking
806 public void allocate(FrameType frameType) method in class:BackingStore.AllocationBacking
    [all...]
  /frameworks/base/tests/SerialChat/src/com/android/serialchat/
SerialChat.java 65 mInputBuffer = ByteBuffer.allocate(1024);
66 mOutputBuffer = ByteBuffer.allocate(1024);
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 95 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, function in class:android::GraphicBufferAllocator
102 // make sure to not allocate a N x 0 or 0 x N buffer, since this is
103 // allowed from an API stand-point allocate a 1x1 buffer instead.
118 Gralloc2::Error error = mAllocator->allocate(info, stride, handle);
136 ALOGE("Failed to allocate (%u x %u) layerCount %u format %d "
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ReaderTest.java 45 CharBuffer charBuffer = CharBuffer.allocate(0);
58 CharBuffer charBuffer = CharBuffer.allocate(CHARBUFFER_SIZE);
  /libcore/luni/src/test/java/libcore/java/io/
InterruptedStreamTest.java 145 channel.read(ByteBuffer.allocate(BUFFER_SIZE));
184 channel.write(ByteBuffer.allocate(BUFFER_SIZE));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacSpiTest.java 198 ByteBuffer byteBuf = ByteBuffer.allocate(10);
217 byteBuf = ByteBuffer.allocate(5);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
extptr_allocator.h 95 pointer allocate(size_type __n, void* __hint = 0) function in class:_ExtPtr_allocator
96 { return _M_real_alloc.allocate(__n,__hint); }
pool_allocator.h 70 * 0. If globally mandated, then allocate objects from new
73 * 2. In all other cases, we allocate an object of size exactly
115 // if it is inconvenient to allocate the requested number.
192 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 155 node_pointer p_new_nd = s_node_allocator.allocate(1);
172 node_pointer p_new_nd = s_node_allocator.allocate(1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
extptr_allocator.h 95 pointer allocate(size_type __n, void* __hint = 0) function in class:_ExtPtr_allocator
96 { return _M_real_alloc.allocate(__n,__hint); }
pool_allocator.h 70 * 0. If globally mandated, then allocate objects from new
73 * 2. In all other cases, we allocate an object of size exactly
115 // if it is inconvenient to allocate the requested number.
192 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 155 node_pointer p_new_nd = s_node_allocator.allocate(1);
172 node_pointer p_new_nd = s_node_allocator.allocate(1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
extptr_allocator.h 95 pointer allocate(size_type __n, void* __hint = 0) function in class:_ExtPtr_allocator
96 { return _M_real_alloc.allocate(__n,__hint); }
pool_allocator.h 70 * 0. If globally mandated, then allocate objects from new
73 * 2. In all other cases, we allocate an object of size exactly
115 // if it is inconvenient to allocate the requested number.
192 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 155 node_pointer p_new_nd = s_node_allocator.allocate(1);
172 node_pointer p_new_nd = s_node_allocator.allocate(1);
  /prebuilts/go/darwin-x86/doc/progs/
slices.go 16 // allocate double what's needed, for future growth.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
callback.go 68 // allocate a bunch of stack frames and spray them with pointers
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16515.go 37 var s struct { a T; b [8192-62]int } // allocate 64K, hopefully it's in a new span and a few bytes before it is garbage
  /prebuilts/go/linux-x86/doc/progs/
slices.go 16 // allocate double what's needed, for future growth.
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
callback.go 68 // allocate a bunch of stack frames and spray them with pointers
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16515.go 37 var s struct { a T; b [8192-62]int } // allocate 64K, hopefully it's in a new span and a few bytes before it is garbage
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
extptr_allocator.h 95 pointer allocate(size_type __n, void* __hint = 0) function in class:_ExtPtr_allocator
96 { return _M_real_alloc.allocate(__n,__hint); }

Completed in 1037 milliseconds

<<11121314151617181920>>