Searched defs:bb (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DShm14.java84 MappedByteBuffer bb; field in class:Shm14
91 bb=fc.map( FileChannel.MapMode.READ_WRITE, 0, f.length());
99 bb.force();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/security/
H A DSecurityUtils.java52 byte[] bb = new byte[numBytes];
53 random.nextBytes(bb);
54 return toHexString(bb);
72 static private String toHexString(byte[] bb) { argument
75 for (byte b : bb)
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DInputBuffer.java121 private ByteChunk bb; field in class:InputBuffer
206 bb = new ByteChunk(size);
207 bb.setLimit(size);
208 bb.setByteInputChannel(this);
274 bb.recycle();
302 return bb.getLength();
336 int result = coyoteRequest.doRead(bb);
348 return bb.substract();
357 return bb.substract(b, off, len);
399 if (bb
[all...]
H A DOutputBuffer.java110 private ByteChunk bb; field in class:OutputBuffer
215 bb = new ByteChunk(size);
216 bb.setLimit(size);
217 bb.setByteOutputChannel(this);
229 bb = new ByteChunk(size);
231 bb.setLimit(size);
233 bb.setByteOutputChannel(this);
302 bb.recycle();
334 response.setContentLength(bb.getLength());
374 if (bb
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinfutil.h41 uInt bb; /* bit length tree depth */ member in struct:inflate_blocks_state::__anon16::__anon17

Completed in 1273 milliseconds