Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java57 private final Wire wire; field in LoggingSessionOutputBuffer
64 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { in LoggingSessionOutputBuffer()
DLoggingSessionInputBuffer.java59 private final Wire wire; field in LoggingSessionInputBuffer
66 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { in LoggingSessionInputBuffer()
DWire.java58 private void wire(String header, InputStream instream) in wire() method in Wire
/external/google-tv-pairing-protocol/cpp/src/polo/wire/
Dpolowireadapter.cc20 namespace wire { namespace
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dserverpairingsession.cc24 ServerPairingSession::ServerPairingSession(wire::PoloWireAdapter *wire, in ServerPairingSession() argument
Dclientpairingsession.cc26 ClientPairingSession::ClientPairingSession(wire::PoloWireAdapter *wire, in ClientPairingSession() argument
Dpairingsession.h152 wire::PoloWireAdapter* wire() const { return wire_; } in wire() function
Dpairingsession.cc24 PairingSession::PairingSession(wire::PoloWireAdapter* wire, in PairingSession() argument
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
Dserverpairingsessiontest.cc33 TestServerPairingSession(wire::PoloWireAdapter* wire, in TestServerPairingSession() argument
Dclientpairingsessiontest.cc33 TestClientPairingSession(wire::PoloWireAdapter* wire, in TestClientPairingSession() argument
Dpairingsessiontest.cc35 TestPairingSession(wire::PoloWireAdapter* wire, in TestPairingSession() argument
/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/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/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
Dprotobufwireadaptertest.cc29 namespace wire { namespace
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
Dprotobufwireadapter.cc28 namespace wire { namespace
/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/chromium_org/third_party/boringssl/src/ssl/
Dd1_both.c816 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local
/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/openssl/ssl/
Dd1_both.c805 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local
/external/chromium_org/net/spdy/
Dspdy_framer.cc104 SpdyMajorVersion version, uint32 wire) { in FromWireFormat()
118 uint32 wire = htonl(id_ & 0x00ffffff) | htonl(flags_ << 24); in GetWireFormat() local
/external/chromium_org/third_party/libXNVCtrl/
DNVCtrl.c1117 static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire) in wire_to_event()