Searched defs:keepAlive (Results 1 - 21 of 21) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DConnectionReuseStrategy.java78 boolean keepAlive(HttpResponse response, HttpContext context); method in interface:ConnectionReuseStrategy
/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java83 public boolean keepAlive(final HttpResponse response, method in class:DefaultConnectionReuseStrategy
H A DNoConnectionReuseStrategy.java59 public boolean keepAlive(final HttpResponse response, final HttpContext context) { method in class:NoConnectionReuseStrategy
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DRedrawer.java21 private boolean keepAlive; field in class:Redrawer
67 keepAlive = false;
73 keepAlive = true;
75 while(keepAlive) {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
H A DFifoPriorityThreadPoolExecutor.java30 public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeUnit timeUnit, argument
32 super(corePoolSize, maximumPoolSize, keepAlive, timeUnit, new PriorityBlockingQueue<Runnable>(), threadFactory);
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioRecord.java64 private volatile boolean keepAlive = true; field in class:WebRtcAudioRecord.AudioRecordThread
78 while (keepAlive) {
85 keepAlive = false;
105 keepAlive = false;
H A DWebRtcAudioTrack.java56 private volatile boolean keepAlive = true; field in class:WebRtcAudioTrack.AudioTrackThread
83 while (keepAlive) {
101 keepAlive = false;
133 keepAlive = false;
/external/apache-http/android/src/android/net/http/
H A DConnection.java514 private boolean keepAlive(HttpEntity entity, method in class:Connection
543 mCanPersist = keepAlive(entity, ver, connType, mHttpContext);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java180 @Override public void setKeepAlive(boolean keepAlive) throws SocketException { argument
181 delegate.setKeepAlive(keepAlive);
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java833 boolean keepAlive = protocolVersion.equals("HTTP/1.1") && (connection == null || !connection.matches("(?i).*close.*"));
851 r.setKeepAlive(keepAlive);
854 if (!keepAlive || "close".equalsIgnoreCase(r.getHeader("connection"))) {
1305 private boolean keepAlive; field in class:NanoHTTPD.Response
1321 keepAlive = true;
1368 this.keepAlive = useKeepAlive;
1410 pw.print("Connection: " + (this.keepAlive ? "keep-alive" : "close") + "\r\n");
/external/sqlite/dist/orig/
H A Dshell.c1924 static void open_db(ShellState *p, int keepAlive){ argument
1936 if( keepAlive ) return;
/external/sqlite/dist/
H A Dshell.c1930 static void open_db(ShellState *p, int keepAlive){ argument
1942 if( keepAlive ) return;
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/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 2350 milliseconds