HomeSort by relevance Sort by last modified time
    Searched defs:Via (Results 1 - 4 of 4) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpRequestHeader.java 181 * Example: Via: 1.0 fred, 1.1 example.com (Apache/1.1) */
182 public static final String Via = "Via";
HttpResponseHeader.java 198 * Example: Via: 1.0 fred, 1.1 example.com (Apache/1.1) */
199 public static final String Via = "Via";
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 43 * Via SIPHeader (these are strung together in a ViaList).
54 public class Via
67 /** The "received" parameter is added only for receiver-added Via Fields.
94 * JvB note: RFC3261 does not allow a comment to appear in Via headers, and this
103 public Via() {
181 /** port of the Via Header.
188 /** comment of the Via Header.
217 /** set the Host of the Via Header
384 + "Via, setTransport(), the transport parameter is null.");
413 + "Via, setProtocol(), the protocol parameter is null.")
    [all...]
  /external/skia/dm/
DMSrcSink.h 282 class Via : public Sink {
284 explicit Via(Sink* sink) : fSink(sink) {}
296 class ViaMatrix : public Via {
304 class ViaUpright : public Via {
312 class ViaRemote : public Via {
314 ViaRemote(bool cache, Sink* sink) : Via(sink), fCache(cache) {}
320 class ViaSerialization : public Via {
322 explicit ViaSerialization(Sink* sink) : Via(sink) {}
326 class ViaPicture : public Via {
328 explicit ViaPicture(Sink* sink) : Via(sink) {
    [all...]

Completed in 265 milliseconds