Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 25 of 31) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java52 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 …]
DLoggingSessionInputBuffer.java54 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 …]
DWire.java53 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/
DXF86DGA2.c96 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/
Dd1_both.c788 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/
Ddnsmasq2-loc-rfc1876.patch145 + * 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/
Dunittest_mset.proto65 // MessageSet wire format is equivalent to this.
Dunittest.proto363 // 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.
Ddescriptor.proto283 // 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/
Darpd.sgml41 <item><tt/-a NUMBER/ - <tt/arpd/ not only passively listens ARP on wire, but
Dip-cref.tex2261 to the router, wait for duplicated packets on the wire.
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
DXv.c1112 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/
Dplugin.proto67 // protobuf wire format. This theoretically could allow a plugin to stream
/external/chromium/third_party/libevent/
DChangeLog145 …o support for 32-bit tag numbers in rpc structures; this is wire compatible, but changes the API s…
/external/protobuf/
DCHANGES.txt97 as a single byte blob using the "length-delimited" wire type. Within
/external/libpcap/
Daclocal.m4624 # we have to wire in the list of CPU types anyway, as far as
/external/dbus/
DNEWS310 to send over the wire
DChangeLog2891 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/
Dall-no-act1009 # Dallas's 1-wire bus
Dall-police-act1014 # Dallas's 1-wire bus
/external/tcpdump/
Daclocal.m4661 # we have to wire in the list of CPU types anyway, as far as
/external/netcat/
DREADME595 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/
DWebView.mm651 // 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/
DChangeLog3572 ejected. Introduce the concept of UUID's and wire it into GVolume
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0920059 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

12