/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
tcp.h | 106 #define TCP_THIN_LINEAR_TIMEOUTS 16 /* Use linear timeouts for thin streams*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
hyperv.h | 122 * the VM should disable any watchdog timeouts that rely on the
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
posix_opt.h | 140 /* We support the Timeouts option. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
ActivityLaunchAction.java | 63 // increment launch attempt count, to handle retries and timeouts
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 354 conf->acct_server->timeouts++; 370 conf->auth_server->timeouts++; 503 old->timeouts++; 533 old->timeouts++; [all...] |
/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
Fuzzer.java | 332 // Check timeouts. 334 // Report if we had some timeouts.
|
/external/wpa_supplicant_8/src/utils/ |
eloop_win.c | 272 /* Maintain timeouts in order of increasing time */ 584 /* check if some registered timeouts have occurred */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 112 # use a similar approach to testing timeouts as test_timeout.py 399 # use a similar approach to testing timeouts as test_timeout.py
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_telnetlib.py | 112 # use a similar approach to testing timeouts as test_timeout.py 399 # use a similar approach to testing timeouts as test_timeout.py
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Configuration.java | 74 // this allows us to check the timeouts for connect
|
/external/kernel-headers/original/uapi/drm/ |
msm_drm.h | 42 /* timeouts are specified in clock-monotonic absolute times (to simplify
|
/external/libdrm/freedreno/msm/ |
msm_drm.h | 49 /* timeouts are specified in clock-monotonic absolute times (to simplify
|
/external/libpcap/ |
README.dag | 42 Timeouts are supported. pcap_dispatch() will return after to_ms milliseconds
|
/external/skia/experimental/SkV8Example/ |
Global.cpp | 133 // Callback function for SkEvents used to implement timeouts.
|
/frameworks/volley/src/test/java/com/android/volley/ |
RequestQueueIntegrationTest.java | 90 // you cannot do strict order verification in combination with timeouts with mockito 1.9.5 :(
|
/libcore/luni/src/main/java/java/net/ |
URLConnection.java | 50 * <h3>Timeouts</h3> 51 * {@code URLConnection} supports two timeouts: a {@link #setConnectTimeout [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldServerSocketTest.java | 239 // TODO: a useful test would check that setSoTimeout actually causes timeouts!
|
/external/libusb/libusb/ |
io.c | 151 * order to accurately handle transfer timeouts. 580 * sets of file descriptors or handling timeouts. libusb_handle_events() will [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
FutureTaskTest.java | 798 long[] timeouts = { Long.MIN_VALUE, 0L, Long.MAX_VALUE }; local 800 for (long timeout : timeouts) { 809 for (long timeout : timeouts) {
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
AbstractQueuedLongSynchronizer.java | 82 * in part to deal with possible cancellation due to timeouts 324 * to improve responsiveness with very short timeouts. [all...] |
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 56 * not currently running. For normal timing operations (ticks, timeouts, 182 * <p>Schedule an alarm. <b>Note: for timing operations (ticks, timeouts, 257 * timeouts, etc) it is easier and much more efficient to use [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
SensorOperationTest.java | 175 // Trigger timeouts in the 5th, 55th operations (5 seconds vs 1 seconds)
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultHttpClient.java | 94 * timeouts, IPv6 and connection pooling. Apache HTTP client has fewer bugs in
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.h | 212 bool fail_timeout_; // Timeouts (fail_not_found_ will also be set).
|
/frameworks/base/services/core/java/com/android/server/am/ |
BroadcastRecord.java | 63 long receiverTime; // when current receiver started for timeouts.
|