HomeSort by relevance Sort by last modified time
    Searched full:wire (Results 126 - 150 of 619) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.h 33 * demarshal data from the wire protocol.
rbug_proto.h 81 * Header for a message in wire format.
  /external/protobuf/src/google/protobuf/
unittest_mset.proto 65 // MessageSet wire format is equivalent to this.
wire_format_lite.h 66 // wire format without the need for reflection. Use WireFormat when using
77 // The wire format is composed of a sequence of tag/value pairs, each
80 // identify its wire type, which specifies the format of the data to follow.
83 // these wire types. Immediately following each tag is the field's value,
84 // encoded in the format specified by the wire type. Because the tag
144 // Number of bits in a tag which identify the wire type.
267 // This is only implemented for the types with fixed wire size, e.g.
482 // optimizations for primitive types that have fixed size on the wire, and
  /external/smack/src/org/xbill/DNS/
Record.java 72 * Converts the type-specific RR to wire format - must be overriden
104 * @param data The rdata of the record, in uncompressed DNS wire format. Only
134 * @param data The complete rdata of the record, in uncompressed DNS wire
205 * Builds a Record from DNS uncompressed wire format.
228 * Converts a Record into DNS uncompressed wire format.
255 * Converts a Record into canonical DNS uncompressed wire format (all names are
266 * Converts a Record into canonical DNS uncompressed wire format (all names are
275 * Converts the rdata in a Record into canonical DNS uncompressed wire format
551 * Converts the type-specific RR to wire format - must be overriden
Name.java 339 * Create a new name from DNS a wire format message
393 * Create a new name from DNS wire format
394 * @param b A byte array containing the wire format of the name.
639 * Emit a Name in DNS wire format
675 * Emit a Name in DNS wire format
686 * Emit a Name in canonical DNS wire format (all lowercase)
696 * Emit a Name in canonical DNS wire format (all lowercase)
717 * Emit a Name in DNS wire format
  /external/tcpdump/
print-bt.c 46 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
print-cip.c 66 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
print-vjc.c 48 * RFC 1144 implies that, on the wire, the packet type is *not* needed
50 * to be put on the wire for SLIP.
print-ether.c 247 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
262 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
289 * 'h->len' is the length of the packet off the wire, and 'h->caplen'
  /frameworks/base/core/tests/coretests/src/android/view/
VisibilityCallback.java 52 // Wire each button to a click listener
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libXext.so.6 
libXext.so.6.4.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libXext.so.6 
libXext.so.6.4.0 
  /external/google-tv-pairing-protocol/cpp/
Makefile.in 405 polo_wire_includedir = $(includedir)/polo/wire
407 src/polo/wire/polowireadapter.h \
408 src/polo/wire/polowireinterface.h \
409 src/polo/wire/polowirelistener.h
411 polo_wire_protobuf_includedir = $(includedir)/polo/wire/protobuf
413 src/polo/wire/protobuf/polo.pb.h \
414 src/polo/wire/protobuf/protobufwireadapter.h
424 src/polo/wire/protobuf/polo.proto
427 src/polo/wire/protobuf/polo.pb.cc \
428 src/polo/wire/protobuf/polo.pb.
    [all...]
  /external/arduino/libraries/Wire/
Wire.cpp 27 #include "Wire.h"
260 TwoWire Wire = TwoWire();
  /external/chromium_org/net/tools/quic/test_tools/
simple_client.h 141 // Return the number of bytes read off the wire by this client.
144 // Returns the number of bytes written to the wire by this client.
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 136 # Create a message using the message set wire format with an unknown
149 # Parse message using the message set wire format.
  /external/nanopb-c/
pb_decode.h 118 /* Decode the tag for the next field in the stream. Gives the wire type and
122 /* Skip the field payload data, given the wire type. */
  /external/chromium_org/net/spdy/
spdy_protocol.h 426 // Returns true if a given on-the-wire enumeration of a frame type is valid
430 // Parses a frame type from an on-the-wire enumeration of a given protocol
437 // Serializes a given frame type to the on-the-wire enumeration value for the
443 // Returns true if a given on-the-wire enumeration of a setting id is valid
447 // Parses a setting id from an on-the-wire enumeration of a given protocol
454 // Serializes a given setting id to the on-the-wire enumeration value for the
459 // Returns true if a given on-the-wire enumeration of a RST_STREAM status code
464 // Parses a RST_STREAM status code from an on-the-wire enumeration of a given
472 // Serializes a given RST_STREAM status code to the on-the-wire enumeration
479 // Returns true if a given on-the-wire enumeration of a GOAWAY status code i
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrl.c 1117 static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire)
1130 switch ((wire->u.u.type & 0x7F) - info->codes->first_event) {
1133 event = (xnvctrlEvent *) wire;
1148 eventTarget = (xnvctrlEventTarget *) wire;
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 207 * {@code MessageSet} wire format.
219 * {@code MessageSet} wire format.
641 * to the five "wire types" used in the protocol buffer binary format.
642 * The wire type of each field can be determined from the encoded form alone,
649 * wire types.
776 * {@code output}, using {@code MessageSet} wire format.
789 * number, using {@code MessageSet} wire format.
  /external/protobuf/java/src/main/java/com/google/protobuf/
UnknownFieldSet.java 207 * {@code MessageSet} wire format.
219 * {@code MessageSet} wire format.
641 * to the five "wire types" used in the protocol buffer binary format.
642 * The wire type of each field can be determined from the encoded form alone,
649 * wire types.
776 * {@code output}, using {@code MessageSet} wire format.
789 * number, using {@code MessageSet} wire format.
  /external/chromium_org/google_apis/gcm/engine/
mcs_client.h 172 // wire.
179 // Handle a packet received over the wire.
229 // Connection handler to handle all over-the-wire protocol communication

Completed in 558 milliseconds

1 2 3 4 56 7 8 91011>>