Home
last modified time | relevance | path

Searched refs:LayerType (Results 1 – 13 of 13) sorted by relevance

/external/apache-http/src/org/apache/http/conn/routing/
DHttpRoute.java74 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 …]
DRouteTracker.java79 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()
DRouteInfo.java80 public enum LayerType { PLAIN, LAYERED } enum
173 LayerType getLayerType() in getLayerType()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DLayerParser.java57 Layer.LayerType.PRE_COMP, -1, null, Collections.<Mask>emptyList(), in parse()
74 Layer.LayerType layerType = null; in parse()
113 if (layerTypeInt < Layer.LayerType.UNKNOWN.ordinal()) { in parse()
114 layerType = Layer.LayerType.values()[layerTypeInt]; in parse()
116 layerType = Layer.LayerType.UNKNOWN; in parse()
DLottieCompositionParser.java107 if (layer.getLayerType() == Layer.LayerType.IMAGE) { in parseLayers()
DLottieCompositionMoshiParser.java122 if (layer.getLayerType() == Layer.LayerType.IMAGE) { in parseLayers()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DLayer.java19 public enum LayerType { enum in Layer
40 private final LayerType layerType;
60 LayerType layerType, long parentId, @Nullable String refId, List<Mask> masks, in Layer()
130 public LayerType getLayerType() { in getLayerType()
/external/ImageMagick/scripts/
Dformat_c_api_docs155 LayerType => 'types.html#LayerType',
/external/libaom/libaom/examples/
Dinspect.c69 } LayerType; typedef
71 static LayerType layers = 0;
955 void set_layers(LayerType v) { layers = v; } in set_layers()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc95 case nvinfer1::LayerType::k##layer_name: \
98 const char* LayerTypeToString(nvinfer1::LayerType layer_type) { in LayerTypeToString()
1786 return layer->getType() == nvinfer1::LayerType::kCONVOLUTION; in IsConvolution()
1790 return layer->getType() == nvinfer1::LayerType::kSCALE; in IsScale()
1794 if (layer->getType() != nvinfer1::LayerType::kACTIVATION) { in IsClipOrRelu()
1808 if (layer->getType() != nvinfer1::LayerType::kELEMENTWISE) { in IsAdd()
1962 layer->second->getType() != nvinfer1::LayerType::kSHUFFLE) { in MaybeApplyQuantizationRanges()
Dconvert_nodes_test.cc2554 template <typename LayerType>
2559 if (dynamic_cast<LayerType*>(layer)) { in CheckAddedLayers()
/external/apache-http/
Dart-profile175 …/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/
Dcurrent.txt1825 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType);
1826 …g.apache.http.conn.routing.RouteInfo.TunnelType, org.apache.http.conn.routing.RouteInfo.LayerType);
1833 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1861 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();
1871 @Deprecated public enum RouteInfo.LayerType {
1872 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType LAY…
1873 …enum_constant @Deprecated public static final org.apache.http.conn.routing.RouteInfo.LayerType PLA…
1889 method @Deprecated public org.apache.http.conn.routing.RouteInfo.LayerType getLayerType();