Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 25 of 38) 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.c775 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local
788 i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,wire, in dtls1_get_message_fragment()
805 dtls1_get_message_header(wire, &msg_hdr); in dtls1_get_message_fragment()
824 wire[0] == SSL3_MT_HELLO_REQUEST) in dtls1_get_message_fragment()
830 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) in dtls1_get_message_fragment()
834 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/openssh/
DPROTOCOL.certkeys43 The SSH wire protocol includes several extensibility mechanisms.
57 types and encoding are as per RFC4251 section 5). The serialised wire
/external/iproute2/doc/
Darpd.sgml41 <item><tt/-a NUMBER/ - <tt/arpd/ not only passively listens ARP on wire, but
/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/ganymed-ssh2/
DHISTORY.txt193 (enable debug mode to see the SSH packets on the wire) to check how standard compliant your server
/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/
DNEWS.pre-1-0298 to send over the wire
DChangeLog.pre-1-02817 by sending them over the wire to the calling app. This makes sure
5036 to send over the wire
5039 as uint16 over the wire
9231 over the wire, just generated on the fly)
14711 * dbus/dbus-transport-unix.c: wire up support for
14712 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/valgrind/main/drd/scripts/ppc-cross/kernel-config/2.6.22/
D.config2050 # Dallas's 1-wire bus
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm763 // If there's already a next key view (e.g., from a nib), wire it up to our
764 // contained frame view. In any case, wire our next key view up to the our
/external/mesa3d/docs/
DVERSIONS253 - auxSolidCylinder() sometimes drew a wire-frame cylinder

12