Home
last modified time | relevance | path

Searched defs:keepAlive (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/
DConnectionReuseStrategy.java73 boolean keepAlive(HttpResponse response, HttpContext context); in keepAlive() method
/external/apache-http/src/org/apache/http/impl/
DNoConnectionReuseStrategy.java54 public boolean keepAlive(final HttpResponse response, final HttpContext context) { in keepAlive() method in NoConnectionReuseStrategy
DDefaultConnectionReuseStrategy.java78 public boolean keepAlive(final HttpResponse response, in keepAlive() method in DefaultConnectionReuseStrategy
/external/chromium_org/third_party/WebKit/Source/wtf/
DArrayBuffer.cpp36 RefPtr<ArrayBuffer> keepAlive(this); in transfer() local
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
DFifoPriorityThreadPoolExecutor.java28 …public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeU… in FifoPriorityThreadPoolExecutor()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.cpp484 RefPtr<PopupListBox> keepAlive(this); in abandon() local
532 RefPtr<PopupListBox> keepAlive(this); in acceptIndex() local
/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeapTest.cpp3528 Persistent<HeapHashMap<void*, IntVector> > keepAlive(map); in TEST() local
3585 Persistent<HeapHashMap<void*, IntSet> > keepAlive(map); in TEST() local
3614 Persistent<HeapVector<IntVector> > keepAlive(vector); in TEST() local
/external/sqlite/dist/
Dshell.c1723 static void open_db(struct callback_data *p, int keepAlive){ in open_db()
/external/sqlite/dist/orig/
Dshell.c1718 static void open_db(struct callback_data *p, int keepAlive){ in open_db()