HomeSort by relevance Sort by last modified time
    Searched full:wire (Results 151 - 175 of 322) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/tools/adk/
adk.jd 122 temperature and light sensors. You can create or buy your own shields or wire your own features
150 <li><a href="http://www.arduino.cc/playground/Learning/I2C">I2C / TWI (Two-Wire Interface)
157 <li><a href="http://www.arduino.cc/en/Reference/Wire">Wire library</a></li>
  /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/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessage.java 342 unknown = true; // Unknown wire type.
345 if (unknown) { // Unknown field or wrong wire type. Skip.
435 // The wire format for MessageSet is:
FieldSet.java 364 * Given a field type, return the wire type.
478 * Like {@link #writeTo} but uses MessageSet wire format.
604 * Like {@link #getSerializedSize} but uses MessageSet wire format.
  /external/protobuf/python/google/protobuf/internal/
encoder.py 34 into one of the 5 physical wire types.
396 wire_type: The field's wire type, for encoding tags.
471 wire_type: The field's wire type, for encoding tags.
type_checkers.py 41 coresponding wire types.
  /external/protobuf/src/google/protobuf/
descriptor.proto 283 // 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
unittest.proto 363 // 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.
wire_format_unittest.cc 706 // The byte is a valid varint but not a valid tag (bad wire type).
728 // The byte is a valid varint but not a valid tag (bad wire type).
752 // The byte is a valid varint but not a valid tag (bad wire type).
  /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/netbsd/resolv/
res_debug.c 697 * routines to convert between on-the-wire RR format and zone file format.
858 /* converts a zone file representation in a string to an RDATA on-the-wire
970 /* takes an on-the-wire LOC RR and formats it in a human readable format. */
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 538 * Presently the wire format to the zygote process is:
557 Log.e(TAG, "invalid Zygote wire format: non-int at argc");
558 throw new IOException("invalid wire format");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 130 Bool (*event_vec[128])( /* vector for wire to event */
135 Status (*wire_vec[128])( /* vector for event to wire */
157 Bool (**error_vec)( /* vector for wire to error */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 130 Bool (*event_vec[128])( /* vector for wire to event */
135 Status (*wire_vec[128])( /* vector for event to wire */
157 Bool (**error_vec)( /* vector for wire to error */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 130 Bool (*event_vec[128])( /* vector for wire to event */
135 Status (*wire_vec[128])( /* vector for event to wire */
157 Bool (**error_vec)( /* vector for wire to error */
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 257 // TODO(shess): Wire things up to entirely abort the update
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 123 DCHECK(!sync_entity.id().IsRoot()); // Root shouldn't ever go over the wire.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 32 // Both protocols use the same wire format.
  /external/dnsmasq/src/
log.c 30 /* The "wire" protocol for logging is defined in RFC 3164 */
  /external/kernel-headers/original/linux/nfsd/
nfsfh.h 5 * over the wire.
  /external/libpcap/
pcap.h 144 bpf_u_int32 len; /* length this packet (off wire) */
  /external/libxslt/libxslt/
imports.c 388 * transformation-time if we hard-wire the called templates
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedOutputStreamTest.java 296 * wire format of packed fields is compatible with C++. */
  /external/srtp/crypto/replay/
rdbx.c 69 * the data on the wire are implicit. It logically consists of a
  /external/tcpdump/
nfs.h 317 * go out on the wire and must be densely packed, so no quad data types

Completed in 1273 milliseconds

1 2 3 4 5 67 8 91011>>