Searched refs:allocate (Results 226 - 250 of 259) sorted by relevance

1234567891011

/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java292 Vector2 location = pool.allocate();
H A DPlayerComponent.java140 Vector2 impulse = pool.allocate();
/external/v8/src/
H A Dstring-stream.cc15 char* HeapStringAllocator::allocate(unsigned bytes) { function in class:v8::internal::HeapStringAllocator
H A Dhydrogen-instructions.h5685 bool IsFoldable(HAllocate* allocate) { argument
5686 return (IsNewSpaceAllocation() && allocate->IsNewSpaceAllocation()) ||
5687 (IsOldDataSpaceAllocation() && allocate->IsOldDataSpaceAllocation()) ||
5689 allocate->IsOldPointerSpaceAllocation());
/external/elfutils/src/tests/
H A Drun-strings-test.sh389 testfile8: 8360 cannot allocate section data: %s
458 testfile9: 3bc0 cannot allocate section data: %s
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java631 ByteBuffer tempBuffer = ByteBuffer.allocate(65536);
644 tempBuffer = ByteBuffer.allocate(maxSize);
/external/strace/
H A Dstrace.spec406 - modify new syscall patch to allocate enough heap space in setgroups32()
/external/zlib/src/contrib/delphi/
H A DZLib.pas35 zalloc: TAlloc; // used to allocate the internal state
/external/boringssl/src/crypto/aes/asm/
H A Dbsaes-armv7.pl1148 @ allocate the key schedule on the stack
1413 @ allocate the key schedule on the stack
1671 @ allocate the key schedule on the stack
2086 @ allocate the key schedule on the stack
/external/eigen/Eigen/src/Core/util/
H A DMemory.h722 pointer allocate( size_type num, const void* hint = 0 ) function in class:Eigen::aligned_allocator
/external/guava/guava-testlib/test/com/google/common/testing/
H A DArbitraryInstancesTest.java302 assertEquals(-1, ArbitraryInstances.get(Readable.class).read(CharBuffer.allocate(1)));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleReader.java511 private static final ByteBuffer emptyByteBuffer = ByteBuffer.allocate(0).asReadOnlyBuffer();
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex47 the body. For example, the prologue may need to allocate some space
254 possible to allocate all the necessary memory with a single
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DFragmentedMp4Builder.java200 ByteBuffer header = ByteBuffer.allocate(8);
/external/skia/src/gpu/gl/debug/
H A DGrGLCreateDebugInterface.cpp103 buffer->allocate(size, reinterpret_cast<const GrGLchar *>(data));
/external/libpng/contrib/tools/
H A Dpngfix.c890 /* Interface to allocate a new chunk or IDAT control structure. The result
893 * is used only by the implementation of the allocate function.
897 /* idat: allocate IDAT not chunk */
3514 * together to allow implementation of the chunk/IDAT allocate routine.
3541 allocate(struct file *file, int allocate_idat) function
3566 allocate);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp115 bits[rf].allocate(last[rf] + 1, true);
459 bb->liveSet.allocate(func->allLValues.getSize(), false);
H A Dnv50_ir_peephole.cpp1500 Record *it = reinterpret_cast<Record *>(recordPool.allocate());
/external/pcre/dist/
H A DRunTest.bat289 echo ** you generally need to allocate 8 mb stack to PCRE.
/external/clang/tools/libclang/
H A DIndexingContext.cpp119 AttrListInfo *attrs = SA.allocate<AttrListInfo>();
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java340 return ByteBuffer.allocate(4).putInt(h).array();
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c392 [1] = "allocate"
1273 err |= control (file, "urb allocate", urb_allocate,
1274 inst->bits3.urb.allocate, &space);
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1491 * so that one can allocate a larger buffer and call the function again
1518 * so that one can allocate a larger buffer and call the function again
1576 * so that one can allocate a larger buffer and call the function again
1828 * allocate a new buffer and copy the buffer contents even for readonly aliases.
3390 // allocate the array; result may be the stack buffer
3395 UBool allocate(int32_t capacity);
/external/llvm/test/MC/AArch64/
H A Darm64-memory.s367 ; Load/Store pair (no-allocate)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3185 milliseconds

1234567891011