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

  /external/apache-http/src/org/apache/http/impl/conn/
LoggingSessionInputBuffer.java 40 * Logs all data read to the wire LOG.
53 /** The wire log to use for writing. */
54 private final Wire wire; field in class:LoggingSessionInputBuffer
59 * @param wire The wire log to use.
61 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) {
64 this.wire = wire;
    [all...]
LoggingSessionOutputBuffer.java 40 * Logs all data written to the wire LOG.
51 /** The wire log to use. */
52 private final Wire wire; field in class:LoggingSessionOutputBuffer
57 * @param wire The Wire log to use.
59 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) {
62 this.wire = wire;
    [all...]
Wire.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/Wire.java,v 1.9 2004/06/24 21:39:52 mbecke Exp $
39 * Logs data to the wire LOG.
45 public class Wire {
49 public Wire(Log log) {
53 private void wire(String header, InputStream instream) method in class:Wire
92 wire(">> ", outstream);
100 wire("<< ", instream);
108 wire(">> ", new ByteArrayInputStream(b, off, len));
116 wire("<< ", new ByteArrayInputStream(b, off, len));
124 wire(">> ", new ByteArrayInputStream(b))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 96 dgaEvent *wire = (dgaEvent *) wire_ev; local
104 switch((wire->u.u.type & 0x7f) - info->codes->first_event) {
107 mevent->type = wire->u.u.type & 0x7F;
108 mevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *)wire);
110 mevent->screen = wire->u.event.screen;
111 mevent->time = wire->u.event.time;
112 mevent->state = wire->u.event.state;
113 mevent->dx = wire->u.event.dx;
114 mevent->dy = wire->u.event.dy;
119 bevent->type = wire->u.u.type & 0x7F
    [all...]
  /external/openssl/ssl/
d1_both.c 788 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
801 i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,wire,
812 dtls1_get_message_header(wire, &msg_hdr);
829 wire[0] == SSL3_MT_HELLO_REQUEST)
835 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0)
839 wire, DTLS1_HM_HEADER_LENGTH, s,
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 118 milliseconds