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

1 2 3 45 6 7 8 91011>>

  /development/samples/CubeLiveWallpaper/
_index.html 35 wire-frame cube to a <a
41 wire-frame shape to a <code>Canvas</code>. The shape is set by the user, by means
48 animates a wire-frame shape to a <code>Canvas</code>. The shape is set by the
  /external/chromium_org/net/dns/
record_rdata.h 42 // target: domain name (on-the-wire representation)
117 // cname: On the wire representation of domain name.
139 // domain: On the wire representation of domain name.
  /external/chromium_org/ui/surface/
transport_dib.h 28 // the wire so that the remote side can map the transport DIB. The Id typedef
135 // on the wire.
139 // wire to give this transport DIB to another process.
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
WireFormatNano.java 42 * the Protocol Buffer wire format.
60 /** Given a tag value, determines the wire type (the lower 3 bits). */
70 /** Makes a tag value given a field number and wire type. */
  /external/smack/src/org/xbill/DNS/
Header.java 23 /** The length of a DNS Header in wire format. */
52 * Parses a Header from a stream containing DNS wire format.
62 * Creates a new Header from its DNS wire format representation
Message.java 21 /** The maximum length of a message in wire format. */
130 * Creates a new Message from its DNS wire format representation
483 * Returns an array containing the wire format representation of the Message.
494 * Returns an array containing the wire format representation of the Message
501 * @return The wire format of the message, or null if the message could not be
529 * converted to or from wire format.
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 69 // wire up date button
93 // wire up time button
115 // wire up reset button
  /external/protobuf/src/google/protobuf/
wire_format.h 70 // wire format via reflection. The WireFormatLite class implements the
90 // handle parsing and serialization of the protocol buffer wire format
97 // Read a message in protocol buffer wire format.
108 // Serialize a message in protocol buffer wire format.
166 // Compute the size of the UnknownFieldSet on the wire.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 65 // wire format without the need for reflection. Use WireFormat when using
76 // The wire format is composed of a sequence of tag/value pairs, each
79 // identify its wire type, which specifies the format of the data to follow.
82 // these wire types. Immediately following each tag is the field's value,
83 // encoded in the format specified by the wire type. Because the tag
143 // Number of bits in a tag which identify the wire type.
261 // Compute the size of the UnknownFieldSet on the wire.
309 // This is only implemented for the types with fixed wire size, e.g.
523 // wire if we encode the data as a length delimited field.
528 // optimizations for primitive types that have fixed size on the wire, an
    [all...]
unittest_mset.proto 65 // MessageSet wire format is equivalent to this.
wire_format.h 71 // wire format via reflection. The WireFormatLite class implements the
91 // handle parsing and serialization of the protocol buffer wire format
98 // Read a message in protocol buffer wire format.
109 // Serialize a message in protocol buffer wire format.
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 81 // TestAllTypes and TestAllExtensions should have compatible wire formats,
95 // TestPackedTypes and TestPackedExtensions should have compatible wire
129 // TestAllTypes and TestAllExtensions should have compatible wire formats,
143 // TestPackedTypes and TestPackedExtensions should have compatible wire
155 // TestAllTypes and TestAllExtensions should have compatible wire formats,
184 // TestAllTypes and TestAllExtensions should have compatible wire formats,
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 17 package com.google.polo.wire.json;
108 * outermost wire message
358 * Generates a JSONObject corresponding to a full wire message (wrapped in
363 * wire message
384 * Generates a {@link JSONObject} corresponding to a wire message with an
391 * wire message
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 80 // TestAllTypes and TestAllExtensions should have compatible wire formats,
94 // TestPackedTypes and TestPackedExtensions should have compatible wire
128 // TestAllTypes and TestAllExtensions should have compatible wire formats,
142 // TestPackedTypes and TestPackedExtensions should have compatible wire
154 // TestAllTypes and TestAllExtensions should have compatible wire formats,
183 // TestAllTypes and TestAllExtensions should have compatible wire formats,
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 71 private final Log wireLog = LogFactory.getLog("org.apache.http.wire");
175 inbuffer = new LoggingSessionInputBuffer(inbuffer, new Wire(wireLog));
191 outbuffer = new LoggingSessionOutputBuffer(outbuffer, new Wire(wireLog));
  /external/apache-http/src/org/apache/http/
HttpEntityEnclosingRequest.java 49 * lengthy entity is sent across the wire.
  /external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
example.js 11 // Wire up the 'click' event for each function's button.
  /external/chromium_org/net/quic/crypto/
crypto_server_config_protobuf.h 117 // config_ is a serialised config in QUIC wire format.
  /external/chromium_org/net/ssl/
ssl_cipher_suite_names.h 18 // wire and recorded at
  /external/chromium_org/ppapi/shared_impl/
host_resource.h 28 // Represents a PP_Resource sent over the wire. This just wraps a PP_Resource.
  /external/chromium_org/remoting/host/
audio_scheduler.h 50 // encoded and sent on the wire.
  /external/chromium_org/sync/test/fake_server/
bookmark_entity.h 32 // always send the complete entity over the wire. This requires copying of
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/webrtc/modules/audio_processing/test/
test_utils.h 70 // The "wire format" for the size is little-endian. Assume we're running on

Completed in 4870 milliseconds

1 2 3 45 6 7 8 91011>>