Searched defs:Via (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DVia.java43 * Via SIPHeader (these are strung together in a ViaList).
54 public class Via class in inherits:ParametersHeader,javax.sip.header.ViaHeader,ViaHeaderExt
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() { method in class: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, setProtoco
[all...]
/external/skia/dm/
H A DDMSrcSink.h217 class Via : public Sink { class in namespace:DM
219 explicit Via(Sink* sink) : fSink(sink) {} function in class:DM::Via
226 class ViaMatrix : public Via {
234 class ViaUpright : public Via {
242 class ViaPipe : public Via {
244 explicit ViaPipe(Sink* sink) : Via(sink) {}
248 class ViaDeferred : public Via {
250 explicit ViaDeferred(Sink* sink) : Via(sink) {}
254 class ViaSerialization : public Via {
256 explicit ViaSerialization(Sink* sink) : Via(sin
[all...]

Completed in 84 milliseconds