Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/
DNoConnectionReuseStrategy.java59 public boolean keepAlive(final HttpResponse response, final HttpContext context) { in keepAlive() method in NoConnectionReuseStrategy
DDefaultConnectionReuseStrategy.java83 public boolean keepAlive(final HttpResponse response, in keepAlive() method in DefaultConnectionReuseStrategy
/external/apache-http/src/org/apache/http/
DConnectionReuseStrategy.java78 boolean keepAlive(HttpResponse response, HttpContext context); in keepAlive() method
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DRedrawer.java21 private boolean keepAlive; field in Redrawer
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
DFifoPriorityThreadPoolExecutor.java30 …public FifoPriorityThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAlive, TimeU… in FifoPriorityThreadPoolExecutor()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-behavior.hpp93 auto keepAlive = s; in get_observable() local
Drx-synchronize.hpp56 auto keepAlive = this->shared_from_this(); in ensure_processing() local
183 auto keepAlive = s; in get_observable() local
Drx-replaysubject.hpp171 auto keepAlive = s; in get_observable() local
Drx-subject.hpp266 auto keepAlive = s; in get_observable() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp126 auto keepAlive = this->shared_from_this(); in ensure_processing() local
210 auto keepAlive = o.state; in make() local
Drx-ref_count.hpp150 auto keepAlive = state; in on_subscribe() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-newthread.hpp80 auto keepAlive = state; in new_worker() local
/external/apache-http/android/src/android/net/http/
DConnection.java514 private boolean keepAlive(HttpEntity entity, in keepAlive() method in Connection
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java180 @Override public void setKeepAlive(boolean keepAlive) throws SocketException { in setKeepAlive()
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioTrack.java93 private volatile boolean keepAlive = true; field in WebRtcAudioTrack.AudioTrackThread
DWebRtcAudioRecord.java114 private volatile boolean keepAlive = true; field in WebRtcAudioRecord.AudioRecordThread
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioRecord.java140 private volatile boolean keepAlive = true; field in WebRtcAudioRecord.AudioRecordThread
DWebRtcAudioTrack.java127 private volatile boolean keepAlive = true; field in WebRtcAudioTrack.AudioTrackThread
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-subscription.hpp182 auto keepAlive = state; in unsubscribe() local
Drx-scheduler.hpp848 auto keepAlive = *this; in schedule_periodically_rebind() local
/external/skia/tests/
DReadWritePixelsGpuTest.cpp1151 GrPixmap keepAlive; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java1305 private boolean keepAlive; field in NanoHTTPD.Response