Searched defs:layered (Results 1 - 12 of 12) sorted by relevance

/external/apache-http/src/org/apache/http/conn/scheme/
H A DScheme.java73 /** Indicates whether this scheme allows for layered connections */
74 private final boolean layered; field in class:Scheme
83 * Whether the created scheme allows for layered connections
112 this.layered = (factory instanceof LayeredSocketFactory);
128 * If this scheme is {@link #isLayered layered}, the factory implements
149 * Indicates whether this scheme allows for layered connections.
151 * @return <code>true</code> if layered connections are possible,
155 return layered;
207 layered == s.layered
[all...]
/external/apache-http/src/org/apache/http/conn/routing/
H A DHttpRoute.java73 /** Whether the route is layered. */
74 private final LayerType layered; field in class:HttpRoute
97 * @param layered the layering type of this route, or
103 TunnelType tunnelled, LayerType layered) {
116 if (layered == null)
117 layered = LayerType.PLAIN;
124 this.layered = layered;
139 * @param layered the layering type of this route
142 boolean secure, TunnelType tunnelled, LayerType layered) {
100 HttpRoute(InetAddress local, HttpHost target, HttpHost[] proxies, boolean secure, TunnelType tunnelled, LayerType layered) argument
141 HttpRoute(HttpHost target, InetAddress local, HttpHost[] proxies, boolean secure, TunnelType tunnelled, LayerType layered) argument
164 HttpRoute(HttpHost target, InetAddress local, HttpHost proxy, boolean secure, TunnelType tunnelled, LayerType layered) argument
[all...]
H A DRouteTracker.java78 /** Whether the route is layered over a tunnel. */
79 private LayerType layered; field in class:RouteTracker
100 this.layered = LayerType.PLAIN;
211 ("No layered protocol unless connected.");
213 this.layered = LayerType.LAYERED;
292 return this.layered;
298 return (this.layered == LayerType.LAYERED);
320 this.tunnelled, this.layered);
355 (this.layered == that.layered);
[all...]
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h215 virtual GrGLuint64 getImageHandle(GrGLuint texture, GrGLint level, GrGLboolean layered, GrGLint layer, GrGLint format) { return 0; } argument
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 140 milliseconds