Searched refs:allocate (Results 126 - 150 of 259) sorted by relevance

1234567891011

/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java289 component = pool.allocate();
694 GameObject object = mGameObjectPool.allocate();
1165 GameObject object = mGameObjectPool.allocate();
1341 GameObject object = mGameObjectPool.allocate();
1493 GameObject object = mGameObjectPool.allocate();
1704 GameObject object = mGameObjectPool.allocate();
1887 GameObject object = mGameObjectPool.allocate();
2040 GameObject object = mGameObjectPool.allocate();
2137 GameObject object = mGameObjectPool.allocate();
2303 GameObject object = mGameObjectPool.allocate();
[all...]
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp98 char *EHScopeStack::allocate(size_t Size) { function in class:EHScopeStack
159 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size));
206 char *buffer = allocate(EHFilterScope::getSizeForNumFilters(numFilters));
222 char *buffer = allocate(EHCatchScope::getSizeForNumHandlers(numHandlers));
230 char *Buffer = allocate(EHTerminateScope::getSize());
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DBufferUtils.java768 copy = DoubleBuffer.allocate(buf.limit());
830 copy = FloatBuffer.allocate(buf.limit());
893 copy = IntBuffer.allocate(buf.limit());
971 copy = ByteBuffer.allocate(buf.limit());
1045 copy = ShortBuffer.allocate(buf.limit());
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c486 bool allocate,
495 insn->bits3.urb_gen5.allocate = allocate;
502 bool allocate,
528 insn->bits3.urb_gen5.allocate = allocate;
535 insn->bits3.urb.allocate = allocate;
2429 bool allocate,
2467 allocate,
484 brw_set_ff_sync_message(struct brw_compile *p, struct brw_instruction *insn, bool allocate, GLuint response_length, bool end_of_thread) argument
500 brw_set_urb_message( struct brw_compile *p, struct brw_instruction *insn, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool end_of_thread, bool complete, GLuint offset, GLuint swizzle_control ) argument
2425 brw_urb_WRITE(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, bool used, GLuint msg_length, GLuint response_length, bool eot, bool writes_complete, GLuint offset, GLuint swizzle) argument
2555 brw_ff_sync(struct brw_compile *p, struct brw_reg dest, GLuint msg_reg_nr, struct brw_reg src0, bool allocate, GLuint response_length, bool eot) argument
[all...]
/external/icu/icu4c/source/common/
H A Dunistr.cpp152 // just allocate and do not do anything else
153 allocate(capacity);
155 // count > 0, allocate and fill the new string with count c's
160 if(allocate(capacity)) {
339 UnicodeString::allocate(int32_t capacity) { function in class:UnicodeString
344 // round up to a multiple of 16; then divide by 4 and allocate int32_t's
484 // -> allocate a new buffer and copy the contents
488 if(allocate(srcLength)) {
1388 // clone our array and allocate a bigger array if needed
1669 // allocate
[all...]
/external/clang/tools/libclang/
H A DIndexingContext.h46 T *allocate();
263 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
518 inline T *ScratchAlloc::allocate() { function in class:clang::cxindex::ScratchAlloc
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java212 private static final CharBuffer EMPTY = CharBuffer.allocate(0);
390 CharBuffer replayArray = CharBuffer.allocate(EXT_MAX_UCHARS);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
H A DConverter.java228 jBulletIndexedMesh.triangleIndexBase = ByteBuffer.allocate(mesh.getTriangleCount() * 3 * 4);
229 jBulletIndexedMesh.vertexBase = ByteBuffer.allocate(mesh.getVertexCount() * 3 * 4);
/external/libcxx/test/support/
H A Dmin_allocator.h26 T* allocate(std::size_t n) function in class:bare_allocator
273 pointer allocate(std::ptrdiff_t n) function in class:min_allocator
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java344 assertTrue("ALLO", ftpClient.allocate(1024));
345 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java370 assertTrue("ALLO", ftpClient.allocate(1024));
371 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java368 assertTrue("ALLO", ftpClient.allocate(1024));
369 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java368 assertTrue("ALLO", ftpClient.allocate(1024));
369 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java370 assertTrue("ALLO", ftpClient.allocate(1024));
371 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java370 assertTrue("ALLO", ftpClient.allocate(1024));
371 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java370 assertTrue("ALLO", ftpClient.allocate(1024));
371 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java370 assertTrue("ALLO", ftpClient.allocate(1024));
371 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java370 assertTrue("ALLO", ftpClient.allocate(1024));
371 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java331 assertTrue("ALLO", ftpClient.allocate(1024));
332 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java331 assertTrue("ALLO", ftpClient.allocate(1024));
332 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java358 assertTrue("ALLO", ftpClient.allocate(1024));
359 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java331 assertTrue("ALLO", ftpClient.allocate(1024));
332 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java331 assertTrue("ALLO", ftpClient.allocate(1024));
332 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java331 assertTrue("ALLO", ftpClient.allocate(1024));
332 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/
H A DStubFtpServerIntegrationTest.java343 assertTrue("ALLO", ftpClient.allocate(1024));
344 assertTrue("ALLO with recordSize", ftpClient.allocate(1024, 64));

Completed in 2169 milliseconds

1234567891011