Searched refs:LayerType (Results 1 – 7 of 7) sorted by relevance
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 74 private final LayerType layered; 103 TunnelType tunnelled, LayerType layered) { in HttpRoute() 117 layered = LayerType.PLAIN; in HttpRoute() 142 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() 165 boolean secure, TunnelType tunnelled, LayerType layered) { in HttpRoute() 181 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute() 191 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute() 212 secure ? LayerType.LAYERED : LayerType.PLAIN); in HttpRoute() 320 public final LayerType getLayerType() { in getLayerType() 327 return (this.layered == LayerType.LAYERED); in isLayered() [all …]
|
D | RouteTracker.java | 79 private LayerType layered; 100 this.layered = LayerType.PLAIN; in RouteTracker() 213 this.layered = LayerType.LAYERED; in layerProtocol() 291 public final LayerType getLayerType() { in getLayerType() 298 return (this.layered == LayerType.LAYERED); in isLayered() 419 if (this.layered == LayerType.LAYERED) in toString()
|
D | RouteInfo.java | 80 public enum LayerType { PLAIN, LAYERED } enum 173 LayerType getLayerType() in getLayerType()
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 155 LayerType => 'types.html#LayerType',
|
/external/libaom/libaom/examples/ |
D | inspect.c | 69 } LayerType; typedef 71 static LayerType layers = 0; 955 void set_layers(LayerType v) { layers = v; } in set_layers()
|
/external/apache-http/ |
D | art-profile | 175 …/apache/http/conn/routing/RouteInfo$TunnelType;Lorg/apache/http/conn/routing/RouteInfo$LayerType;)V 178 …/apache/http/conn/routing/RouteInfo$TunnelType;Lorg/apache/http/conn/routing/RouteInfo$LayerType;)V 189 HPLorg/apache/http/conn/routing/RouteInfo$LayerType;-><init>(Ljava/lang/String;I)V 882 …ache/http/conn/routing/RouteInfo;->getLayerType()Lorg/apache/http/conn/routing/RouteInfo$LayerType;
|
/external/apache-http/api/ |
D | current.txt | 1819 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType); 1820 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType); 1827 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType(); 1855 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType(); 1865 @Deprecated public enum RouteInfo.LayerType { 1866 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType LAY… 1867 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType PLA… 1883 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
|