HomeSort by relevance Sort by last modified time
    Searched full:wire (Results 201 - 225 of 428) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketWriter.java 47 * {@link #writePong}, or {@link #writeClose} which will interleave on the wire with frames from
  /external/protobuf/src/google/protobuf/compiler/
plugin.proto 69 // protobuf wire format. This theoretically could allow a plugin to stream
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 336 // Serialize as TestAllExtensions and parse as TestAllTypes to insure wire
356 // Serialize as TestAllExtensions and parse as TestAllTypes to insure wire
381 // wire compatibility of extensions.
401 // wire compatibility of extensions.
    [all...]
wire_format_unittest.cc 606 string input("goodbye"); // Invalid wire format data.
861 // The byte is a valid varint but not a valid tag (bad wire type).
883 // The byte is a valid varint but not a valid tag (bad wire type).
907 // The byte is a valid varint but not a valid tag (bad wire type).
    [all...]
unittest.proto 410 // The largest possible tag number is 2^28 - 1, since the wire format uses
411 // three bits to communicate wire type.
702 // to test packed <-> unpacked wire compatibility.
unknown_field_set_unittest.cc 78 // numbers as all_fields_data_ except that each field is some other wire
339 // Test that fields of the wrong wire type are treated like unknown fields
390 // Test that fields of the wrong wire type are treated like unknown fields
descriptor.proto 343 // Set true to use the old proto1 MessageSet wire format for extensions.
344 // This is provided for backwards-compatibility with the MessageSet wire
396 // a more efficient representation on the wire. Rather than repeatedly
  /external/skia/gyp/
nanomsg.gyp 114 '../third_party/externals/nanomsg/src/utils/wire.c',
  /external/webrtc/src/modules/audio_processing/test/
unpack.cc 47 // The "wire format" for the size is little-endian.
  /frameworks/base/docs/html/tools/adk/
adk.jd 123 temperature and light sensors. You can create or buy your own shields or wire your own features
151 <li><a href="http://www.arduino.cc/playground/Learning/I2C">I2C / TWI (Two-Wire Interface)
158 <li><a href="http://www.arduino.cc/en/Reference/Wire">Wire library</a></li>
  /frameworks/base/docs/html/training/wearables/data-layer/
index.jd 20 send and synchronize over the wire and listeners that notify your apps of important events with
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 145 + * 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/kernel-headers/original/uapi/linux/
sctp.h 329 * association. The entire error TLV as it appears on the wire is
366 * the wire.
368 * SCTP_DATA_SENT - Indicates that the data was put on the wire.
  /external/nanopb-c/docs/
concepts.rst 189 When encoding, the callback should write out complete fields, including the wire type and field number tag. It can write as many or as few fields as it likes. For example, if you want to write out an array as *repeated* field, you should do it all in a single call.
191 Usually you can use `pb_encode_tag_for_field`_ to encode the wire type and tag number of the field. However, if you want to encode a repeated field as a packed array, you must call `pb_encode_tag`_ instead to specify a wire type of *PB_WT_STRING*.
  /external/nanopb-c/generator/proto/google/protobuf/
descriptor.proto 308 // Set true to use the old proto1 MessageSet wire format for extensions.
309 // This is provided for backwards-compatibility with the MessageSet wire
355 // a more efficient representation on the wire. Rather than repeatedly
  /external/protobuf/java/src/main/java/com/google/protobuf/
MessageReflection.java 742 unknown = true; // Unknown wire type.
745 if (unknown) { // Unknown field or wrong wire type. Skip.
820 // The wire format for MessageSet is:
FieldSet.java 462 * Given a field type, return the wire type.
610 * Like {@link #writeTo} but uses MessageSet wire format.
768 * Like {@link #getSerializedSize} but uses MessageSet wire format.
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 562 * Presently the wire format to the zygote process is:
581 Log.e(TAG, "invalid Zygote wire format: non-int at argc");
582 throw new IOException("invalid wire format");
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 111 // Most compilers naturally pack the on-the-wire structures correctly anyway, so a plain "struct" is usually fine.
373 // plus the terminating zero at the end makes 256 bytes total in the on-the-wire format.
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 751 * routines to convert between on-the-wire RR format and zone file format.
911 /* converts a zone file representation in a string to an RDATA on-the-wire
1021 /* takes an on-the-wire LOC RR and formats it in a human readable format. */
    [all...]
  /external/dnsmasq/src/
log.c 30 /* The "wire" protocol for logging is defined in RFC 3164 */
  /external/libpcap/
pcap-libdlpi.c 367 * bytes sent on the wire. Based on the fact that DLPI_SUCCESS was
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.c 32 * rbug_demarshal_* demarshal data in the wire protocol.
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 41 coresponding wire types.

Completed in 175 milliseconds

1 2 3 4 5 6 7 891011>>