Home
last modified time | relevance | path

Searched refs:timeout_count (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/common_lib/cros/
Dg2f_utils.py19 timeout_count = 0
20 while (len(cr50_dev) == 0 and timeout_count < 5):
22 timeout_count += 1
/external/u-boot/drivers/serial/
Darm_dcc.c114 unsigned int timeout_count = TIMEOUT_COUNT; in arm_dcc_putc() local
116 while (--timeout_count) { in arm_dcc_putc()
121 if (timeout_count == 0) in arm_dcc_putc()
/external/google-breakpad/src/common/mac/
Dlaunch_reporter.cc65 int timeout_count = 60; // 60 seconds in LaunchReporter() local
67 while (timeout_count-- > 0) { in LaunchReporter()
/external/u-boot/net/
Dtftp.c74 static int timeout_count; variable
300 timeout_count = 0; /* we've done well, reset the timeout */ in update_block_number()
688 if (++timeout_count > timeout_count_max) { in tftp_timeout_handler()
822 timeout_count = 0; in tftp_start()
863 timeout_count = 0; in tftp_start_server()
/external/rmi4utils/f54test/
Df54test.cpp1334 unsigned char timeout_count; in WaitForF54CommandCompletion() local
1336 timeout_count = 0; in WaitForF54CommandCompletion()
1348 timeout_count++; in WaitForF54CommandCompletion()
1349 } while (timeout_count < COMMAND_TIMEOUT_100MS); in WaitForF54CommandCompletion()
1351 if (timeout_count == COMMAND_TIMEOUT_100MS) { in WaitForF54CommandCompletion()
/external/curl/tests/server/
Dsws.c1483 int timeout_count = 0; in http_connect() local
1578 timeout_count = 0; in http_connect()
1817 timeout_count++; in http_connect()
1818 if(timeout_count > 5) { in http_connect()
1819 logmsg("CONNECT proxy timeout after %d idle seconds!", timeout_count); in http_connect()