Home
last modified time | relevance | path

Searched defs:wire (Results 1 – 13 of 13) sorted by relevance

/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()
DLoggingSessionInputBuffer.java54 private final Wire wire; field in LoggingSessionInputBuffer
61 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { in LoggingSessionInputBuffer()
DWire.java53 private void wire(String header, InputStream instream) in wire() method in Wire
/external/mesa3d/src/glx/
Ddri2.c88 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) in DRI2WireToEvent()
162 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire) in DRI2EventToWire()
Dglxext.c165 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire) in __glXEventToWire()
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri2.c88 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) in DRI2WireToEvent()
162 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire) in DRI2EventToWire()
Dglxext.c165 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire) in __glXEventToWire()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
DXv.c1112 xv_wire_to_event(Display *dpy, XEvent *host, xEvent *wire) in xv_wire_to_event()
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
DXF86DGA2.c101 dgaEvent *wire = (dgaEvent *) wire_ev; in xdga_wire_to_event() local
/external/chromium_org/net/spdy/
Dspdy_framer.cc83 uint32 wire) { in FromWireFormat()
96 uint32 wire = htonl(id_ & 0x00ffffff) | htonl(flags_ << 24); in GetWireFormat() local
/external/chromium_org/third_party/openssl/openssl/ssl/
Dd1_both.c784 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local
/external/openssl/ssl/
Dd1_both.c775 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local
/external/chromium_org/third_party/libXNVCtrl/
DNVCtrl.c1117 static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire) in wire_to_event()