HomeSort by relevance Sort by last modified time
    Searched full:numbytes (Results 201 - 225 of 448) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/jni-headers/
jdwpTransport.h 113 void *(*alloc)(jint numBytes); /* Call this for all allocations */
  /external/libgdx/extensions/gdx-freetype/jni/jni-headers/
jdwpTransport.h 113 void *(*alloc)(jint numBytes); /* Call this for all allocations */
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/resources/headers/
jdwpTransport.h 113 void *(*alloc)(jint numBytes); /* Call this for all allocations */
  /external/libgdx/gdx/jni/jni-headers/
jdwpTransport.h 113 void *(*alloc)(jint numBytes); /* Call this for all allocations */
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 239 public void sendData(byte[] data, int numBytes) {
242 dataOutputStream.write(data, 0, numBytes);
259 public byte[] readData(int numBytes) {
263 while (numBytesRead < numBytes) {
  /external/opencv3/modules/imgcodecs/src/
rgbe.cpp 267 static int RGBE_WriteBytes_RLE(FILE *fp, unsigned char *data, int numbytes)
274 while(cur < numbytes) {
278 while((run_count < MINRUNLENGTH) && (beg_run < numbytes)) {
282 while( (beg_run + run_count < numbytes) && (run_count < 127)
  /external/pdfium/third_party/bigint/
BigIntegerUtils.hh 52 // really ceiling(numBytes / sizeof(BigInteger::Blk))
  /frameworks/av/drm/libdrmframework/
NoOpDrmManagerClientImpl.cpp 217 ssize_t /* numBytes */,
  /frameworks/av/drm/libdrmframework/include/
DrmManager.h 131 void* buffer, ssize_t numBytes, off64_t offset);
DrmManagerService.h 138 void* buffer, ssize_t numBytes, off64_t offset);
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 237 size_t numBytes = (totalNumBits + 7) / 8;
239 *asc = new ABuffer(numBytes);
246 while (numBytes > 0) {
248 --numBytes;
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 53 uint32 numBytes;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 64 uint32 numBytes;
  /external/deqp/execserver/
xsPosixTestProcess.cpp 314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes)
333 return m_logReader.read(dst, numBytes);
  /external/deqp/executor/
xeXMLParser.hpp 91 void feed (const deUint8* bytes, int numBytes);
147 void feed (const deUint8* bytes, int numBytes);
  /external/deqp/framework/common/
tcuResource.hpp 50 virtual void read (deUint8* dst, int numBytes) = 0;
114 void read (deUint8* dst, int numBytes);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
ScreenUtils.java 123 final int numBytes = w * h * 4;
124 byte[] lines = new byte[numBytes];
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 142 unsigned NumBytes = 1 << Size;
143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 123 unsigned NumBytes = 0;
126 ++NumBytes;
128 return NumBytes+1;
140 unsigned NumBytes = 0;
144 ++NumBytes;
150 return NumBytes+1;
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 362 public int sendBackupData(final int numBytes) {
368 mFullBackupSize += numBytes;
373 if (numBytes > mFullBackupBuffer.length) {
374 mFullBackupBuffer = new byte[numBytes];
388 int bytesLeft = numBytes;
405 Log.v(TAG, " stored " + numBytes + " of data");
  /external/libavc/test/decoder/
main.c 2286 WORD32 numbytes; local
2751 WORD32 numbytes; local
    [all...]
  /external/libhevc/test/decoder/
main.c 2184 WORD32 numbytes; local
2629 WORD32 numbytes; local
    [all...]
  /external/libmpeg2/test/decoder/
main.c 2379 WORD32 numbytes; local
2758 WORD32 numbytes; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java     [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java     [all...]

Completed in 1179 milliseconds

1 2 3 4 5 6 7 891011>>