HomeSort by relevance Sort by last modified time
    Searched defs:bbuf (Results 1 - 25 of 25) sorted by null

  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureClassLoaderTest.java 203 ByteBuffer bbuf = ByteBuffer.wrap(klassData); local
204 Class klass = ldr.defineClass(null, bbuf, null);
  /system/extras/libfec/
fec_read.cpp 132 uint8_t bbuf[FEC_BLOCKSIZE] = {0}; local
136 if (!raw_pread(f, bbuf, FEC_BLOCKSIZE, interleaved)) {
144 is_erasure(f, interleaved, bbuf)) {
150 ecc_data[j * FEC_RSM + i] = bbuf[j];
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
ChannelEndPoint.java 225 final ByteBuffer bbuf=nbuf.getByteBuffer(); local
230 synchronized(bbuf)
234 bbuf.position(buffer.putIndex());
235 len=_channel.read(bbuf);
239 buffer.setPutIndex(bbuf.position());
240 bbuf.position(0);
288 final ByteBuffer bbuf=nbuf.getByteBuffer().asReadOnlyBuffer(); local
291 bbuf.position(buffer.getIndex());
292 bbuf.limit(buffer.putIndex());
293 len=_channel.write(bbuf);
    [all...]
SslConnection.java 445 ByteBuffer bbuf=extractByteBuffer(buffer); local
448 synchronized(bbuf)
456 bbuf.position(buffer.getIndex());
457 bbuf.limit(buffer.putIndex());
460 result=_engine.wrap(bbuf,out_buffer);
483 bbuf.position(0);
484 bbuf.limit(bbuf.capacity());
521 ByteBuffer bbuf=extractByteBuffer(buffer);
524 synchronized(bbuf)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 297 char bbuf[kSizeBBuf]; local
307 u_strToUTF8(bbuf, kSizeBBuf, NULL, ubuf, ulen, &status);
312 fpos.beginIndex, fpos.endIndex, bbuf);
cnumtst.c 2541 char bbuf[kUBufMax*2]; local
    [all...]
  /external/opencv3/modules/core/src/
lapack.cpp 318 float abuf[4], bbuf[4]; local
320 _mm_storeu_ps(bbuf, sb);
322 *bnorm = bbuf[0] + bbuf[1] + bbuf[2] + bbuf[3];
383 double abuf[2], bbuf[2]; local
385 _mm_storeu_pd(bbuf, sb);
387 *bnorm = bbuf[0] + bbuf[1]
    [all...]
  /external/ImageMagick/coders/
wpg.c 458 bbuf,
481 bbuf=(unsigned char) c;
482 RunCount=bbuf & 0x7F;
483 if(bbuf & 0x80)
487 bbuf=ReadBlobByte(image);
488 for(i=0;i<(int) RunCount;i++) InsertByte(bbuf);
503 bbuf=ReadBlobByte(image);
504 InsertByte(bbuf);
575 bbuf,
589 bbuf=ReadBlobByte(image)
454 bbuf, local
571 bbuf, local
    [all...]
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
ZipResourceFile.java 314 ByteBuffer bbuf = ByteBuffer.allocate((int) readAmount); local
315 byte[] buffer = bbuf.array();
317 bbuf.order(ByteOrder.LITTLE_ENDIAN);
330 && bbuf.getInt(eocdIdx) == kEOCDSignature) {
348 int numEntries = bbuf.getShort(eocdIdx + kEOCDNumEntries);
349 long dirSize = bbuf.getInt(eocdIdx + kEOCDSize) & 0xffffffffL;
350 long dirOffset = bbuf.getInt(eocdIdx + kEOCDFileOffset) & 0xffffffffL;
  /external/libvncserver/libvncserver/
websockets.c 202 char bbuf[4], *scheme; local
205 ret = rfbPeekExactTimeout(cl, bbuf, 4,
215 if (strncmp(bbuf, "<", 1) == 0) {
222 } else if (strncmp(bbuf, "\x16", 1) == 0 || strncmp(bbuf, "\x80", 1) == 0) {
228 ret = rfbPeekExactTimeout(cl, bbuf, 4, WEBSOCKETS_CLIENT_CONNECT_WAIT_MS);
234 if (strncmp(bbuf, "GET ", 4) != 0) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 624 public void sendResponse(String tag, String str, JSONObject obj, ByteBuffer bbuf)
635 if (bbuf != null) {
636 jsonObj.put("bufValueSize", bbuf.capacity());
644 if (bbuf != null) {
645 mInflightImageSizes.add(bbuf.capacity());
646 mSocketWriteQueue.put(bbuf);
666 public void sendResponseCaptureBuffer(String tag, ByteBuffer bbuf)
668 sendResponse(tag, null, null, bbuf);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
commons-io-2.2.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 441 milliseconds