HomeSort by relevance Sort by last modified time
    Searched defs:timeout (Results 201 - 225 of 314) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/kernel-headers/original/linux/
fd.h 134 unsigned long spindown; /* timeout needed for spindown */
140 unsigned long timeout; /* timeout for interrupt requests */ member in struct:floppy_drive_params
i2c.h 234 int timeout; member in struct:i2c_adapter
457 #define I2C_TIMEOUT 0x0702 /* set timeout - call with int */
  /external/kernel-headers/original/linux/raid/
md_k.h 329 unsigned long timeout; member in struct:mdk_thread_s
  /external/kernel-headers/original/linux/sunrpc/
xprt.h 44 * This describes a timeout strategy
47 unsigned long to_initval, /* initial timeout */
48 to_maxval, /* max timeout */
89 unsigned long rq_majortimeo; /* major timeout alarm */
90 unsigned long rq_timeout; /* Current timeout value */
126 struct rpc_timeout timeout; /* timeout parms */ member in struct:rpc_xprt
  /external/libxml2/
nanohttp.c 164 static unsigned int timeout = 60;/* the select() timeout in seconds */ variable
466 ** socket to be writable or default timeout prior
473 tv.tv_sec = timeout;
573 tv.tv_sec = timeout;
887 tv.tv_sec = timeout;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 69 import javax.sip.Timeout;
913 Timeout timeout = Timeout.TRANSACTION; local
933 Timeout timeout = Timeout.TRANSACTION; local
963 Timeout timeout = Timeout.RETRANSMIT; local
    [all...]
  /external/openssl/apps/
s_client.c 417 struct timeval timeout, *timeoutp; local
611 else if (strcmp(*argv,"-timeout") == 0)
1020 timeout.tv_sec = 0;
1021 timeout.tv_usec = DGRAM_RCV_TIMEOUT;
1022 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
1024 timeout.tv_sec = 0;
1025 timeout.tv_usec = DGRAM_SND_TIMEOUT;
1026 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
    [all...]
  /external/qemu/android/
main.c 2048 int timeout = strtol(opts->bootchart, &end, 10); local
    [all...]
  /external/qemu/slirp-android/
slirp.c 297 struct timeval timeout; local
417 * Setup timeout to use minimum CPU usage, especially when idle
421 * First, see the timeout needed by *timo
423 timeout.tv_sec = 0;
424 timeout.tv_usec = -1;
426 * If a slowtimo is needed, set timeout to 500ms from the last
427 * slow timeout. If a fast timeout is needed, set timeout within
432 timeout.tv_usec = ((500 - (curtime - last_slowtimo)) * 1000) + 10000
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 41 cvar_t timeout = {"timeout","65"}; // seconds without any message variable
222 drop->connection_started = realtime; // for zombie timeout
1134 If a packet has not been received from a client in timeout.value
1149 droptime = realtime - timeout.value;
1330 Cvar_RegisterVariable (&timeout);
    [all...]
  /external/wpa_supplicant/
wpa_supplicant.c 406 * association or due to timeout.
558 * wpa_supplicant_req_auth_timeout - Schedule a timeout for authentication
563 * This function is used to schedule a timeout for the current authentication
573 wpa_msg(wpa_s, MSG_DEBUG, "Setting authentication timeout: %d sec "
581 * wpa_supplicant_cancel_auth_timeout - Cancel authentication timeout
584 * This function is used to cancel authentication timeout scheduled with
590 wpa_msg(wpa_s, MSG_DEBUG, "Cancelling authentication timeout");
1571 int timeout = 60; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1081 * wpa_driver_wext_scan_timeout - Scan timeout to report scan completion
1085 * This function can be used as registered timeout when starting a scan to
1090 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results");
1095 * wpa_driver_wext_set_scan_timeout - Set scan timeout to report scan completion
1098 * This function can be used to set registered timeout when starting a scan to
1104 int timeout = 10; /* In case scan A and B bands it can be long */ local
1107 * read results after a timeout. */
1111 * when scan is complete, so use longer timeout to avoid race
1114 timeout = 30;
1116 wpa_printf(MSG_DEBUG, "Scan requested - scan timeout %d seconds"
1198 int ret = 0, timeout, i = 0, bp; local
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyHandler.h 507 // Remove options, i.e. ";timeout=90"
590 sp<AMessage> timeout = new AMessage('tiou', id()); local
591 timeout->post(kStartupTimeoutUs);
822 // Disable the access unit timeout until we resumed
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 288 nsecs_t timeout = -1; local
297 timeout = waitTime>0 ? waitTime : 0;
300 sp<MessageBase> msg = mEventQueue.waitMessage(timeout);
308 LOGW("timeout expired mFreezeDisplay=%d, mFreezeCount=%d",
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 47 /* timeout on client connections */
48 int timeout = 0; field in class:TestWebServer
56 /* Default socket timeout value */
70 /* timeout on client connections */
103 * Initialize a new server with default port and timeout.
111 * Initialize a new server with default timeout.
120 * Initialize a new server with default port and timeout.
122 * @param timeout Indicates the period of time to wait until a socket is
126 public void initServer(int port, int timeout, boolean log) throws Exception {
128 mTimeout = timeout;
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 301 private void runTestAndWaitUntilDone(TestShellActivity activity, String test, int timeout, boolean ignoreResult) {
311 Log.v(LOGTAG, "layout timeout: " + url);
336 intent.putExtra(TestShellActivity.TIMEOUT_IN_MILLIS, timeout);
379 int timeout = runner.mTimeoutInMillis; local
380 if (timeout <= 0) {
381 timeout = DEFAULT_TIMEOUT_IN_MILLIS;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fd.h 133 unsigned long spindown; /* timeout needed for spindown */
139 unsigned long timeout; /* timeout for interrupt requests */ member in struct:floppy_drive_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 102 unsigned long timeout; member in struct:floppy_drive_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
xprt.h 99 struct rpc_timeout timeout; member in struct:rpc_xprt
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 102 unsigned long timeout; member in struct:floppy_drive_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
xprt.h 99 struct rpc_timeout timeout; member in struct:rpc_xprt
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fd.h 102 unsigned long timeout; member in struct:floppy_drive_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
xprt.h 99 struct rpc_timeout timeout; member in struct:rpc_xprt
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fd.h 102 unsigned long timeout; member in struct:floppy_drive_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
xprt.h 99 struct rpc_timeout timeout; member in struct:rpc_xprt

Completed in 1369 milliseconds

1 2 3 4 5 6 7 891011>>