Searched refs:keepAlive (Results 1 – 8 of 8) sorted by relevance
82 boolean keepAlive = true; field in TestWebServer130 keepAlive = true; in initServer()170 keepAlive = value; in setKeepAlive()674 if (!keepAlive || nread <= 0) { in handleClient()745 } while (keepAlive); in handleClient()806 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close")); in printHeaders()
112 public boolean keepAlive(final HttpResponse response) { in keepAlive() method in TestHttpClient113 return this.connStrategy.keepAlive(response, this.context); in keepAlive()
408 bool keepAlive = in onFetch() local414 if (mFetching || keepAlive) { in onFetch()415 if (keepAlive) { in onFetch()
210 public Object keepAlive; field in TestDocumentsProvider.CloudCursor288 result.keepAlive = task; in queryChildDocuments()
260 sp<Camera3IOStreamBase> keepAlive(this); in returnAnyBufferLocked() local
77 void keepAlive();147 void TranscodingSessionController::Watchdog::keepAlive() { in keepAlive() function in android::TranscodingSessionController::Watchdog1000 [=](const SessionKeyType& /*sessionKey*/) { mWatchdog->keepAlive(); }); in onHeartBeat()
1394 auto keepAlive = sp<BBinder>::make(); in TEST() local1395 auto setRpcClientDebugStatus = binder->setRpcClientDebug(std::move(socket), keepAlive); in TEST()
54234 …method public abstract boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.Ht…55713 …method public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…55766 …method public boolean keepAlive(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext…