/external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
clientpairingsession.cc | 26 ClientPairingSession::ClientPairingSession(wire::PoloWireAdapter *wire, 31 : PairingSession(wire, context, challenge), 42 wire()->SendPairingRequestMessage(message); 45 wire()->SendPairingRequestMessage(message); 49 wire()->GetNextMessage(); 60 wire()->SendConfigurationMessage(*config); 61 wire()->GetNextMessage(); 74 wire()->SendOptionsMessage(local_options()); 75 wire()->GetNextMessage() [all...] |
serverpairingsession.cc | 24 ServerPairingSession::ServerPairingSession(wire::PoloWireAdapter *wire, 28 : PairingSession(wire, context, challenge), 37 wire()->GetNextMessage(); 42 wire()->GetNextMessage(); 54 wire()->SendPairingRequestAckMessage(ack); 57 wire()->GetNextMessage(); 64 wire()->SendOptionsMessage(local_options()); 72 wire()->SendErrorMessage(kErrorBadConfiguration); 83 wire()->SendErrorMessage(kErrorBadConfiguration) [all...] |
clientpairingsession.h | 31 // @param wire the wire adapter used to send and receive Polo messages 36 ClientPairingSession(wire::PoloWireAdapter* wire,
|
serverpairingsession.h | 31 // @param wire the wire adapter used to send and receive Polo messages 35 ServerPairingSession(wire::PoloWireAdapter *wire,
|
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/ |
Case.java | 27 * Representation of an individual case (set of headers and wire format). 34 private String wire; field in class:Case 47 return ByteString.decodeHex(wire); 54 public void setWire(ByteString wire) { 55 this.wire = wire.hex(); 62 result.wire = wire;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
LoggingSessionInputBuffer.java | 40 * Logs all data read to the wire LOG. 58 /** The wire log to use for writing. */ 59 private final Wire wire; field in class:LoggingSessionInputBuffer 64 * @param wire The wire log to use. 66 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { 69 this.wire = wire; [all...] |
LoggingSessionOutputBuffer.java | 40 * Logs all data written to the wire LOG. 56 /** The wire log to use. */ 57 private final Wire wire; field in class:LoggingSessionOutputBuffer 62 * @param wire The Wire log to use. 64 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { 67 this.wire = wire; [all...] |
Wire.java | 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/Wire.java,v 1.9 2004/06/24 21:39:52 mbecke Exp $ 39 * Logs data to the wire LOG. 50 public class Wire { 54 public Wire(Log log) { 58 private void wire(String header, InputStream instream) method in class:Wire 97 wire(">> ", outstream); 105 wire("<< ", instream); 113 wire(">> ", new ByteArrayInputStream(b, off, len)); 121 wire("<< ", new ByteArrayInputStream(b, off, len)); 129 wire(">> ", new ByteArrayInputStream(b)) [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/ |
WireFormat.java | 17 package com.google.polo.wire; 20 import com.google.polo.wire.json.JsonWireAdapter; 21 import com.google.polo.wire.protobuf.ProtobufWireAdapter; 22 import com.google.polo.wire.xml.XmlWireAdapter; 25 * Represents the various wire formats available.
|
PoloWireInterface.java | 17 package com.google.polo.wire; 31 * Returns the next message from the wire. 40 * Returns the next message from the wire. 52 * Send a normal message out on the wire. 62 * Send an error message out on the wire, based on an exception.
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/ |
polowireadapter.cc | 17 #include "polo/wire/polowireadapter.h" 20 namespace wire { namespace in namespace:polo 32 } // namespace wire
|
polowirelistener.h | 22 namespace wire { namespace in namespace:polo 24 // Listener that receives bytes from a wire interface. 33 // Handles a protocol error from the wire interface if there was an error 39 } // namespace wire
|
polowireinterface.h | 21 #include "polo/wire/polowirelistener.h" 25 namespace wire { namespace in namespace:polo 56 } // namespace wire
|
/external/google-tv-pairing-protocol/cpp/ |
Makefile.am | 70 polo_wire_includedir = $(includedir)/polo/wire 72 src/polo/wire/polowireadapter.h \ 73 src/polo/wire/polowireinterface.h \ 74 src/polo/wire/polowirelistener.h 76 polo_wire_protobuf_includedir = $(includedir)/polo/wire/protobuf 78 src/polo/wire/protobuf/polo.pb.h \ 79 src/polo/wire/protobuf/protobufwireadapter.h 100 src/polo/wire/protobuf/polo.pb.cc \ 101 src/polo/wire/protobuf/polo.pb.h 107 --cpp_out=$(srcdir)/src/polo/wire/protobuf [all...] |
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/ |
serverpairingsessiontest.cc | 20 #include "polo/wire/mocks.h" 33 TestServerPairingSession(wire::PoloWireAdapter* wire, 36 : ServerPairingSession(wire, context, challenge, "server1") { 77 StrictMock<wire::MockWireInterface> interface_; 78 StrictMock<wire::MockWireAdapter> wire_;
|
clientpairingsessiontest.cc | 20 #include "polo/wire/mocks.h" 33 TestClientPairingSession(wire::PoloWireAdapter* wire, 36 : ClientPairingSession(wire, context, challenge, "service1", "client1") { 86 StrictMock<wire::MockWireInterface> interface_; 87 StrictMock<wire::MockWireAdapter> wire_;
|
/external/chromium-trace/trace-viewer/third_party/WebOb/ |
.travis.yml | 0 # Wire up travis
|
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/ |
mocks.h | 19 #include <polo/wire/polowireinterface.h> 20 #include <polo/wire/polowireadapter.h> 24 namespace wire { namespace in namespace:polo 60 } // namespace wire
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
WireColor.j3md | 3 MaterialDef Wire Color {
|
/external/nanopb-c/examples/using_double_on_avr/ |
encode_double.c | 1 /* Encodes a float value into a double on the wire.
|
/device/google/accessory/demokit/firmware/demokit/ |
demokit.pde | 1 #include <Wire.h> 305 Wire.begin(); 376 Wire.beginTransmission(JOY_I2C_ADDR); 377 Wire.write(reg_addr); 378 Wire.endTransmission(); 380 Wire.requestFrom(JOY_I2C_ADDR, 1); 382 while(Wire.available()) 383 c = Wire.read(); 390 Wire.beginTransmission(JOY_I2C_ADDR); 391 Wire.write(reg_addr) [all...] |
/art/runtime/jdwp/ |
README.txt | 1 Java Debug Wire Protocol support
|
/external/kernel-headers/original/uapi/linux/ |
netfilter_bridge.h | 21 /* Packets about to hit the wire. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
netfilter_bridge.h | 21 /* Packets about to hit the wire. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
netfilter_bridge.h | 21 /* Packets about to hit the wire. */
|