Searched refs:keepAlive (Results 1 - 19 of 19) 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 DNoConnectionReuseStrategy.java59 public boolean keepAlive(final HttpResponse response, final HttpContext context) { method in class:NoConnectionReuseStrategy
H A DDefaultConnectionReuseStrategy.java83 public boolean keepAlive(final HttpResponse response, method in class:DefaultConnectionReuseStrategy
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
H A DFifoPriorityThreadPoolExecutor.java28 public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeUnit timeUnit, argument
30 super(corePoolSize, maximumPoolSize, keepAlive, timeUnit, new PriorityBlockingQueue<Runnable>(), threadFactory);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBuffer.cpp36 RefPtr<ArrayBuffer> keepAlive(this);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DConnectionPool.java40 * <li>{@code http.keepAlive} true if HTTP and SPDY connections should be
61 String keepAlive = System.getProperty("http.keepAlive");
66 if (keepAlive != null && !Boolean.parseBoolean(keepAlive)) {
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java217 if (!this.connStrategy.keepAlive(response, context)) {
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java473 reuse = reuseStrategy.keepAlive(response, context);
774 if (this.reuseStrategy.keepAlive(response, context)) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp505 RefPtr<PopupListBox> keepAlive(this);
553 RefPtr<PopupListBox> keepAlive(this);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java509 reuse = reuseStrategy.keepAlive(response, context);
797 if (this.reuseStrategy.keepAlive(response, context)) {
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp3498 Persistent<HeapHashMap<void*, IntVector> > keepAlive(map);
3512 keepAlive = nullptr;
3555 Persistent<HeapHashMap<void*, IntSet> > keepAlive(map);
3584 Persistent<HeapVector<IntVector> > keepAlive(vector);
4374 Persistent<HeapVector<Member<IntWrapper> > > keepAlive = new HeapVector<Member<IntWrapper> >(); local
4377 keepAlive->append(value);
4386 IntWrapper* value = keepAlive->at(i);
4389 keepAlive->at(i) = nullptr;
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/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/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/sqlite/dist/orig/
H A Dshell.c1718 static void open_db(struct callback_data *p, int keepAlive){ argument
1730 if( keepAlive ) return;
/external/sqlite/dist/
H A Dshell.c1723 static void open_db(struct callback_data *p, int keepAlive){ argument
1735 if( keepAlive ) return;
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 428 milliseconds