Searched refs:LayerType (Results 1 – 13 of 13) 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/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | LayerParser.java | 57 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()
|
D | LottieCompositionParser.java | 107 if (layer.getLayerType() == Layer.LayerType.IMAGE) { in parseLayers()
|
D | LottieCompositionMoshiParser.java | 122 if (layer.getLayerType() == Layer.LayerType.IMAGE) { in parseLayers()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | Layer.java | 19 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/ |
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/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 95 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()
|
D | convert_nodes_test.cc | 2554 template <typename LayerType> 2559 if (dynamic_cast<LayerType*>(layer)) { in CheckAddedLayers()
|
/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 | 1825 …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();
|