Searched refs:allocate (Results 1 - 25 of 174) sorted by relevance

1234567

/external/clang/test/Sema/
H A Dfreemain.c5 void* allocate(long size);
8 if (context) return allocate(size);
/external/valgrind/main/none/tests/linux/
H A Dmremap.stderr.exp2 mremap(grow, nomove, constrained): Cannot allocate memory
/external/replicaisland/src/com/replica/replicaisland/
H A DTObjectPool.java35 public T allocate() { method in class:TObjectPool
36 T object = (T)super.allocate();
H A DVectorPool.java42 public Vector2 allocate(Vector2 source) { method in class:VectorPool
43 Vector2 entry = super.allocate();
H A DDrawableFactory.java45 return mBitmapPool.allocate();
49 return mTiledBackgroundVertexGridPool.allocate();
53 return mScrollableBitmapPool.allocate();
91 public DrawableBitmap allocate() { method in class:DrawableFactory.DrawableBitmapPool
92 DrawableBitmap result = super.allocate();
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DHeapCharBufferTest.java25 buf = CharBuffer.allocate(BUFFER_LENGTH);
38 CharBuffer.allocate(-1);
H A DHeapDoubleBufferTest.java23 buf = DoubleBuffer.allocate(BUFFER_LENGTH);
36 DoubleBuffer.allocate(-1);
H A DHeapFloatBufferTest.java23 buf = FloatBuffer.allocate(BUFFER_LENGTH);
36 FloatBuffer.allocate(-1);
H A DHeapIntBufferTest.java23 buf = IntBuffer.allocate(BUFFER_LENGTH);
36 IntBuffer.allocate(-1);
H A DHeapLongBufferTest.java23 buf = LongBuffer.allocate(BUFFER_LENGTH);
36 LongBuffer.allocate(-1);
H A DHeapShortBufferTest.java23 buf = ShortBuffer.allocate(BUFFER_LENGTH);
36 ShortBuffer.allocate(-1);
H A DHeapByteBufferTest.java26 buf = ByteBuffer.allocate(BUFFER_LENGTH);
37 * @tests java.nio.ByteBuffer#allocate(int)
42 ByteBuffer.allocate(-1);
H A DReadOnlyHeapCharBufferTest.java26 buf = CharBuffer.allocate(BUFFER_LENGTH);
H A DReadOnlyHeapDoubleBufferTest.java24 buf = DoubleBuffer.allocate(BUFFER_LENGTH);
H A DReadOnlyHeapFloatBufferTest.java23 buf = FloatBuffer.allocate(BUFFER_LENGTH);
H A DReadOnlyHeapIntBufferTest.java23 buf = IntBuffer.allocate(BUFFER_LENGTH);
H A DReadOnlyHeapLongBufferTest.java23 buf = LongBuffer.allocate(BUFFER_LENGTH);
H A DReadOnlyHeapShortBufferTest.java23 buf = ShortBuffer.allocate(BUFFER_LENGTH);
/external/stlport/test/compiler/
H A Deh.cc18 //Lets try to allocate almost 4096 Go (on most of the platforms) of memory:
19 BigStructAllocType::pointer pbigStruct = bigStructAlloc.allocate(1024 * 1024 * 1024);
36 BigStruct *bs = all.allocate(1024*1024*1024);
/external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
H A DASCIICharsetEncoderTest.java85 ByteBuffer out = ByteBuffer.allocate(10);
90 out = ByteBuffer.allocate(10);
121 ByteBuffer bb = ByteBuffer.allocate(0x10);
134 ByteBuffer out = ByteBuffer.allocate(0x10);
156 ByteBuffer out = ByteBuffer.allocate(0x10);
164 ByteBuffer out = ByteBuffer.allocate(0x10);
171 ByteBuffer out = ByteBuffer.allocate(0x10);
183 ByteBuffer out = ByteBuffer.allocate(0x10);
190 ByteBuffer out = ByteBuffer.allocate(0x10);
198 ByteBuffer out = ByteBuffer.allocate(
[all...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineTest.java96 ByteBuffer bb = ByteBuffer.allocate(10);
124 ByteBuffer[] bbA = { null, ByteBuffer.allocate(10), null };
126 ByteBuffer bb = ByteBuffer.allocate(10);
139 bbA[0] = ByteBuffer.allocate(100);
140 bbA[2] = ByteBuffer.allocate(20);
156 ByteBuffer bbs = ByteBuffer.allocate(100);
157 ByteBuffer bbd = ByteBuffer.allocate(10);
187 ByteBuffer bb = ByteBuffer.allocate(10);
190 SSLEngineResult res = e.wrap(bb, ByteBuffer.allocate(10));
204 ByteBuffer bb = ByteBuffer.allocate(1
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmempool.c99 char *allocate(pool *p, int size) function
121 x1 = allocate(p, 10);
122 x2 = allocate(p, 20);
124 x3 = allocate(p, 10);
125 x4 = allocate(p, 20);
141 x5 = allocate(p, 10);
/external/webkit/Source/WebKit/chromium/tests/
H A DArenaTestHelpers.h46 virtual void* allocate(size_t size) function in class:WebCore::ArenaTestHelpers::TrackedAllocator
48 void* result = PODArena::FastMallocAllocator::allocate(size);
/external/webkit/Source/WebCore/rendering/
H A DRenderArena.h53 void* allocate(size_t);
/external/stlport/stlport/stl/
H A D_alloc.h67 static void* _STLP_CALL allocate(size_t __n)
92 static void* _STLP_CALL allocate(size_t __n) { return __stl_new(__n); } function in class:__new_alloc
133 static void* _STLP_CALL allocate(size_t);
157 static void* _STLP_CALL allocate(size_t& __n) function in class:__node_alloc
301 _Tp* allocate(size_type __n, const void* = 0) { function in class:allocator
307 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
348 _Tp* __ret = __REINTERPRET_CAST(_Tp*, __sgi_alloc::allocate(__buf_size));
525 _Tp* allocate(size_type __n, size_type& __allocated_n) { function in class:_STLP_alloc_proxy
531 return allocate(__n, __allocated_n, _STLportAlloc());
534 // Unified interface to perform allocate()/deallocat
538 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
543 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/) function in class:_STLP_alloc_proxy
547 _Tp* allocate(size_type __n) function in class:_STLP_alloc_proxy
550 _Tp* allocate(size_type __n, size_type& __allocated_n, const __true_type& /*STLport allocator*/) function in class:_STLP_alloc_proxy
554 _Tp* allocate(size_type __n, size_type& __allocated_n, const __false_type& /*STLport allocator*/) function in class:_STLP_alloc_proxy
[all...]

Completed in 493 milliseconds

1234567