Searched refs:allocate (Results 101 - 125 of 259) sorted by relevance

1234567891011

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractBox.java122 ByteBuffer bb = ByteBuffer.allocate(l2i(getSize()));
225 ByteBuffer bb = ByteBuffer.allocate(l2i(getContentSize() + (deadBytes != null ? deadBytes.limit() : 0)));
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionSystem.java123 Vector2 tempHitPoint = vectorPool.allocate();
124 Vector2 tempHitNormal = vectorPool.allocate();
184 Vector2 worldTileOffset = vectorPool.allocate();
237 LineSegment newSegment = mSegmentPool.allocate();
460 // Store the components on their own so we don't have to allocate a vector
487 Vector2 tempHitPoint = vectorPool.allocate();
501 Vector2 hitPoint = vectorPool.allocate(tempHitPoint);
502 Vector2 hitNormal = vectorPool.allocate(segment.mNormal);
505 HitPoint hit = hitPool.allocate();
530 // TODO: this is a hack. I really should only allocate a
[all...]
H A DRenderSystem.java54 RenderElement element = mElementPool.allocate();
/external/valgrind/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp45 Free 2 and re-allocate it. This gives it a new identity,
/external/zlib/src/contrib/iostream/
H A Dzfstream.cpp141 // if a buffer doesn't exists, allocate one.
144 if ( (allocate()) == EOF )
179 if ( allocate() == EOF )
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h57 new ((f)->getProgram()->mem_##obj.allocate()) obj(f, args)
73 new ((p)->mem_##obj.allocate()) obj(p, args)
479 allocate(nBits, zero);
487 bool allocate(unsigned int nBits, bool zero);
632 void *allocate()
H A Dnv50_ir_util.cpp245 return allocate(nBits, true);
263 bool BitSet::allocate(unsigned int nBits, bool zero) function in class:nv50_ir::BitSet
/external/guava/guava-testlib/src/com/google/common/testing/
H A DFreshValueGenerator.java764 return CharBuffer.allocate(freshInt());
768 return ByteBuffer.allocate(freshInt());
772 return ShortBuffer.allocate(freshInt());
776 return IntBuffer.allocate(freshInt());
780 return LongBuffer.allocate(freshInt());
784 return FloatBuffer.allocate(freshInt());
788 return DoubleBuffer.allocate(freshInt());
/external/clang/lib/Sema/
H A DAttributeList.cpp54 void *AttributeFactory::allocate(size_t size) { function in class:AttributeFactory
64 // Otherwise, allocate something new.
/external/compiler-rt/lib/asan/
H A Dasan_win.cc260 static __declspec(allocate(".CRT$XIZ"))
/external/google-breakpad/src/common/
H A Dmemory.h171 inline pointer allocate(size_type n, const void* = 0) { function in struct:google_breakpad::PageStdAllocator
/external/guava/guava/src/com/google/common/hash/
H A DAbstractStreamingHashFunction.java121 .allocate(bufferSize + 7) // always space for a single primitive
/external/libcxx/src/
H A Dthread.cpp150 T* allocate(size_t __n) function in class:__hidden_allocator
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java118 ByteBuffer h2 = ByteBuffer.allocate(header.limit());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java348 final ByteBuffer waveformatex = ByteBuffer.allocate(22);
355 final ByteBuffer dec3Content = ByteBuffer.allocate((int) ec3SpecificBox.getContentSize());
376 final ByteBuffer waveformatex = ByteBuffer.allocate(22);
402 final ByteBuffer dtsCodecPrivateData = ByteBuffer.allocate(8);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DRateShareEntry.java76 ByteBuffer buf = ByteBuffer.allocate(operationPointCut == 1?13:(operationPointCut * 6 + 11 ));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java72 ByteBuffer byteBuffer = ByteBuffer.allocate(size);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DInternal.java145 ByteBuffer result = ByteBuffer.allocate(temp.capacity());
/external/v8/src/
H A Dostreams.cc147 char * new_data = allocate(new_capacity);
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h47 void *allocate(size_t Sz) { function in class:clang::threadSafety::til::MemRegionRef
69 return R.allocate(Sz);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java186 private final ByteBuffer EMPTY = ByteBuffer.allocate(0);
396 ByteBuffer replayArray = ByteBuffer.allocate(EXT_MAX_BYTES);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
H A DHttpZipLocator.java67 private static final ByteBuffer byteBuf = ByteBuffer.allocate(250);
68 private static final CharBuffer charBuf = CharBuffer.allocate(250);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h909 void *allocate() { function in class:clang::ento::CallEventManager
920 return new (allocate()) T(A, St, LCtx);
927 return new (allocate()) T(A1, A2, St, LCtx);
935 return new (allocate()) T(A1, A2, A3, St, LCtx);
944 return new (allocate()) T(A1, A2, A3, A4, St, LCtx);
996 T *Copy = static_cast<T *>(Mgr.allocate());
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h94 allocate(rows, cols, computationOptions);
198 void allocate(Index rows, Index cols, unsigned int computationOptions);
216 // Methode to allocate ans initialize matrix and attributs
218 void BDCSVD<MatrixType>::allocate(Index rows, Index cols, unsigned int computationOptions) function in class:Eigen::BDCSVD
221 if (SVDBase<MatrixType>::allocate(rows, cols, computationOptions)) return;
250 }// end allocate
256 allocate(matrix.rows(), matrix.cols(), computationOptions);
274 allocate(matrix.rows(), matrix.cols(), computationOptions);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
233 One idea is to disallow not privileged user to allocate flow
235 control message, so that it will allocate label and assign it to socket
245 \item {\bf ``Stupid''.} To allocate labels in kernel space. It is the simplest
264 request flow label manager to allocate new flow label, to reuse
288 kernel will allocate new pseudo-random number. Otherwise, kernel will try
410 without any modifications to standard ISI RAPI. Sender must allocate

Completed in 2252 milliseconds

1234567891011