/external/apache-http/src/org/apache/http/impl/conn/ |
D | LoggingSessionOutputBuffer.java | 52 private final Wire wire; field in LoggingSessionOutputBuffer 59 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { in LoggingSessionOutputBuffer() argument 62 this.wire = wire; in LoggingSessionOutputBuffer() 67 if (this.wire.enabled()) { in write() 68 this.wire.output(b, off, len); in write() 74 if (this.wire.enabled()) { in write() 75 this.wire.output(b); in write() 81 if (this.wire.enabled()) { in write() 82 this.wire.output(b); in write() 92 if (this.wire.enabled()) { in writeLine() [all …]
|
D | LoggingSessionInputBuffer.java | 54 private final Wire wire; field in LoggingSessionInputBuffer 61 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { in LoggingSessionInputBuffer() argument 64 this.wire = wire; in LoggingSessionInputBuffer() 73 if (this.wire.enabled() && l > 0) { in read() 74 this.wire.input(b, off, l); in read() 81 if (this.wire.enabled() && l > 0) { in read() 82 this.wire.input(l); in read() 89 if (this.wire.enabled() && l > 0) { in read() 90 this.wire.input(b, 0, l); in read() 97 if (this.wire.enabled() && s != null) { in readLine() [all …]
|
D | Wire.java | 53 private void wire(String header, InputStream instream) in wire() method in Wire 92 wire(">> ", outstream); in output() 100 wire("<< ", instream); in input() 108 wire(">> ", new ByteArrayInputStream(b, off, len)); in output() 116 wire("<< ", new ByteArrayInputStream(b, off, len)); in input() 124 wire(">> ", new ByteArrayInputStream(b)); in output() 132 wire("<< ", new ByteArrayInputStream(b)); in input()
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/ |
D | XF86DGA2.c | 96 dgaEvent *wire = (dgaEvent *) wire_ev; in xdga_wire_to_event() local 104 switch((wire->u.u.type & 0x7f) - info->codes->first_event) { in xdga_wire_to_event() 107 mevent->type = wire->u.u.type & 0x7F; in xdga_wire_to_event() 108 mevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *)wire); in xdga_wire_to_event() 110 mevent->screen = wire->u.event.screen; in xdga_wire_to_event() 111 mevent->time = wire->u.event.time; in xdga_wire_to_event() 112 mevent->state = wire->u.event.state; in xdga_wire_to_event() 113 mevent->dx = wire->u.event.dx; in xdga_wire_to_event() 114 mevent->dy = wire->u.event.dy; in xdga_wire_to_event() 119 bevent->type = wire->u.u.type & 0x7F; in xdga_wire_to_event() [all …]
|
/external/openssl/ssl/ |
D | d1_both.c | 788 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local 801 i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,wire, in dtls1_get_message_fragment() 812 dtls1_get_message_header(wire, &msg_hdr); in dtls1_get_message_fragment() 829 wire[0] == SSL3_MT_HELLO_REQUEST) in dtls1_get_message_fragment() 835 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) in dtls1_get_message_fragment() 839 wire, DTLS1_HM_HEADER_LENGTH, s, in dtls1_get_message_fragment()
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 145 + * routines to convert between on-the-wire RR format and zone file 310 + * on-the-wire representation. */ 418 +/* takes an on-the-wire LOC RR and prints it in zone file
|
/external/protobuf/src/google/protobuf/ |
D | unittest_mset.proto | 65 // MessageSet wire format is equivalent to this.
|
D | unittest.proto | 363 // The largest possible tag number is 2^28 - 1, since the wire format uses 364 // three bits to communicate wire type. 521 // to test packed <-> unpacked wire compatibility.
|
D | descriptor.proto | 283 // Set true to use the old proto1 MessageSet wire format for extensions. 284 // This is provided for backwards-compatibility with the MessageSet wire 330 // a more efficient representation on the wire. Rather than repeatedly
|
/external/iproute2/doc/ |
D | arpd.sgml | 41 <item><tt/-a NUMBER/ - <tt/arpd/ not only passively listens ARP on wire, but
|
D | ip-cref.tex | 2261 to the router, wait for duplicated packets on the wire.
|
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/ |
D | Xv.c | 1112 xv_wire_to_event(Display *dpy, XEvent *host, xEvent *wire) in xv_wire_to_event() argument 1116 xvEvent *event = (xvEvent *)wire; in xv_wire_to_event()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 67 // protobuf wire format. This theoretically could allow a plugin to stream
|
/external/chromium/third_party/libevent/ |
D | ChangeLog | 145 …o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API s…
|
/external/protobuf/ |
D | CHANGES.txt | 97 as a single byte blob using the "length-delimited" wire type. Within
|
/external/libpcap/ |
D | aclocal.m4 | 624 # we have to wire in the list of CPU types anyway, as far as
|
/external/dbus/ |
D | NEWS | 310 to send over the wire
|
D | ChangeLog | 2891 by sending them over the wire to the calling app. This makes sure 5110 to send over the wire 5113 as uint16 over the wire 9305 over the wire, just generated on the fly) 14785 * dbus/dbus-transport-unix.c: wire up support for 14786 encoding/decoding data on the wire
|
/external/iproute2/testsuite/configs/ |
D | all-no-act | 1009 # Dallas's 1-wire bus
|
D | all-police-act | 1014 # Dallas's 1-wire bus
|
/external/tcpdump/ |
D | aclocal.m4 | 661 # we have to wire in the list of CPU types anyway, as far as
|
/external/netcat/ |
D | README | 595 guess the port numbers of BOTH ends, or sniff the wire for them 776 wire; other kernels may contain similar code. Linux, of course, *still*
|
/external/webkit/WebKit/mac/WebView/ |
D | WebView.mm | 651 // If there's already a next key view (e.g., from a nib), wire it up to our 652 // contained frame view. In any case, wire our next key view up to the our
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 3572 ejected. Introduce the concept of UUID's and wire it into GVolume
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 20059 wire our nextKeyView link to the contained scrollview (so 20069 wire up scrollview instead of self, if it exists 20078 wire our nextKeyView link to the contained webframeview (so 20080 if there's a nextKeyView already set (in a nib, e.g.), wire 20090 wire up webframeview instead of self, if it exists
|