Searched defs:linger (Results 1 - 23 of 23) sorted by relevance

/external/apache-http/src/org/apache/http/params/
H A DHttpConnectionParamBean.java58 public void setLinger (int linger) { argument
59 HttpConnectionParams.setLinger(params, linger);
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_option.hpp210 // Helper template for implementing linger options.
212 class linger class in namespace:asio::detail::socket_option
216 linger() function in class:asio::detail::socket_option::linger
223 linger(bool e, int t) function in class:asio::detail::socket_option::linger
229 // Set the value for whether linger is enabled.
235 // Get the value for whether linger is enabled.
241 // Set the value for the linger timeout.
247 // Get the value for the linger timeout.
267 // Get the address of the linger data.
274 // Get the address of the linger dat
[all...]
/external/parameter-framework/asio/include/asio/
H A Dsocket_base.hpp329 * asio::socket_base::linger option(true, 30);
338 * asio::socket_base::linger option;
347 typedef asio::detail::socket_option::linger<
349 linger; typedef in class:asio::socket_base
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_option.hpp210 // Helper template for implementing linger options.
212 class linger class in namespace:asio::detail::socket_option
216 linger() function in class:asio::detail::socket_option::linger
223 linger(bool e, int t) function in class:asio::detail::socket_option::linger
229 // Set the value for whether linger is enabled.
235 // Get the value for whether linger is enabled.
241 // Set the value for the linger timeout.
247 // Get the value for the linger timeout.
267 // Get the address of the linger data.
274 // Get the address of the linger dat
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dsocket_base.hpp329 * asio::socket_base::linger option(true, 30);
338 * asio::socket_base::linger option;
347 typedef asio::detail::socket_option::linger<
349 linger; typedef in class:asio::socket_base
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSocketImplWrapper.java87 public void setSoLinger(boolean on, int linger) throws SocketException { argument
88 socket.setSoLinger(on, linger);
/external/strace/
H A Dnet.c492 struct linger linger; local
494 if (len != sizeof(linger) ||
495 umove(tcp, addr, &linger) < 0) {
500 tprintf("{onoff=%d, linger=%d}",
501 linger.l_onoff,
502 linger.l_linger);
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockSocketConnection.java307 public void setSoLinger(boolean on, int linger) throws SocketException { argument
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java125 public void setSoLinger(boolean on, int linger) throws SocketException { argument
126 delegate.setSoLinger(on, linger);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java125 public void setSoLinger(boolean on, int linger) throws SocketException { argument
126 delegate.setSoLinger(on, linger);
/external/syslinux/core/lwip/src/include/lwip/
H A Dsockets.h84 #define SO_LINGER 0x0080 /* linger on close if data present */
106 * Structure used for manipulating linger option.
108 struct linger { struct
110 int l_linger; /* linger time */
/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 Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/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 482 milliseconds