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

1234567891011>>

/external/clang/test/SemaCXX/
H A DPR12778.cpp4 void* allocate(int __n) { function
/external/clang/test/Sema/
H A Dfreemain.c5 void* allocate(long size);
8 if (context) return allocate(size);
H A Dpragma-section.c10 __declspec(allocate(".my_const")) int d = 1; // expected-error {{'d' causes a section type conflict with 'a'}}
13 __declspec(allocate(".my_seg")) int int_my_seg;
17 __declspec(allocate(".bad_seg")) int int_bad_seg = 1; // expected-note {{declared here}}
/external/valgrind/main/none/tests/linux/
H A Dmremap.stderr.exp2 mremap(grow, nomove, constrained): Cannot allocate memory
/external/chromium-trace/trace-viewer/src/base/
H A Dguid.js11 allocate: function() {
/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/deqp/framework/randomshaders/
H A DrsgNameAllocator.hpp41 std::string allocate (void);
/external/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate.pass.cpp15 // static pointer allocate(allocator_type& a, size_type n);
27 value_type* allocate(std::size_t n) function in struct:A
37 assert(std::allocator_traits<A<int> >::allocate(a, 10) == (int*)0xDEADBEEF);
H A Dallocate_hint.pass.cpp15 // static pointer allocate(allocator_type& a, size_type n, const_void_pointer hint);
27 value_type* allocate(std::size_t n) function in struct:A
39 value_type* allocate(std::size_t n) function in struct:B
44 value_type* allocate(std::size_t n, const void* p) function in struct:B
56 assert(std::allocator_traits<A<int> >::allocate(a, 10, nullptr) == (int*)0xDEADBEEF);
59 assert(std::allocator_traits<B<int> >::allocate(b, 11, nullptr) == (int*)0xFEADBEEF);
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dallocate_size.pass.cpp15 // pointer allocate(size_type n);
30 assert(a.allocate(10) == (int*)10);
37 assert(a.allocate(10) == (int*)10);
44 assert(a.allocate(10) == (int*)10);
H A Dallocate_size_hint.pass.cpp15 // pointer allocate(size_type n, const_void_pointer hint);
30 assert(a.allocate(10, (const void*)0) == (int*)10);
37 assert(a.allocate(10, (const void*)10) == (int*)10);
44 assert(a.allocate(10, (const void*)20) == (int*)10);
52 assert(a.allocate(10, (const void*)0) == (int*)0);
59 assert(a.allocate(10, (const void*)10) == (int*)10);
66 assert(a.allocate(10, (const void*)20) == (int*)20);
/external/compiler-rt/lib/asan/
H A Dasan_preinit.cc30 __declspec(allocate(".CRT$XIB")) void (*__asan_preinit)() = __asan_init;
/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/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dautostatic.c80 __declspec(allocate(".CRT$XCU")) static int (*msc_ctor)(void) = on_process_init;
81 __declspec(allocate(".CRT$XPU")) static int (*msc_dtor)(void) = on_process_exit;
/external/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp56 Object *A1 = DUT.allocate(Cap, Allocator);
60 Object *A2 = DUT.allocate(Cap, Allocator);
64 Object *A3 = DUT.allocate(Cap, Allocator);
84 Object *A2x = DUT.allocate(Cap, Allocator);
93 Object *A3x = DUT.allocate(Cap, Allocator);
95 Object *A1x = DUT.allocate(Cap, Allocator);
97 Object *A2y = DUT.allocate(Cap, Allocator);
101 Object *A4 = DUT.allocate(Cap, Allocator);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DHandleAllocator.h8 // allocate GL handles.
30 GLuint allocate();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h101 void brw_emit_tri_setup( struct brw_sf_compile *c, bool allocate );
102 void brw_emit_line_setup( struct brw_sf_compile *c, bool allocate );
103 void brw_emit_point_setup( struct brw_sf_compile *c, bool allocate );
104 void brw_emit_point_sprite_setup( struct brw_sf_compile *c, bool allocate );
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { function in class:GrBufferObj
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf.h101 void brw_emit_tri_setup( struct brw_sf_compile *c, bool allocate );
102 void brw_emit_line_setup( struct brw_sf_compile *c, bool allocate );
103 void brw_emit_point_setup( struct brw_sf_compile *c, bool allocate );
104 void brw_emit_point_sprite_setup( struct brw_sf_compile *c, bool allocate );
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { function in class:GrBufferObj
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineTest.java95 ByteBuffer bb = ByteBuffer.allocate(10);
123 ByteBuffer[] bbA = { null, ByteBuffer.allocate(10), null };
125 ByteBuffer bb = ByteBuffer.allocate(10);
138 bbA[0] = ByteBuffer.allocate(100);
139 bbA[2] = ByteBuffer.allocate(20);
155 ByteBuffer bbs = ByteBuffer.allocate(100);
156 ByteBuffer bbd = ByteBuffer.allocate(10);
185 ByteBuffer bb = ByteBuffer.allocate(10);
188 SSLEngineResult res = e.wrap(bb, ByteBuffer.allocate(10));
202 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/chromium_org/third_party/WebKit/Source/platform/testing/
H A DArenaTestHelpers.h47 virtual void* allocate(size_t size) OVERRIDE
49 void* result = PODArena::FastMallocAllocator::allocate(size);

Completed in 736 milliseconds

1234567891011>>