Home
last modified time | relevance | path

Searched refs:timedout (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/auxprogs/
Dposixtestsuite-1.5.1-diff.txt63 # The following value is the shell return value of a timedout application.
/external/chromium/third_party/libevent/
Devdns.c216 int timedout; /* number of times in a row a request has timed out */ member
540 ns->timedout = 0; in nameserver_up()
1188 ns->timedout = 0; in nameserver_read()
1890 req->ns->timedout++; in evdns_request_timeout_callback()
1891 if (req->ns->timedout > global_max_nameserver_timeout) { in evdns_request_timeout_callback()
1892 req->ns->timedout = 0; in evdns_request_timeout_callback()
/external/webkit/Tools/Scripts/
Dold-run-webkit-tests1177 print HTML htmlForResultsSection(@{$tests{timedout}}, "Tests that timed out", \&linksForErrorTest);
2593 timedout => "timed out",
2631 my $timeoutCount = $counts{timedout} || 0;
/external/webkit/Tools/
DChangeLog-2009-06-167282 - Changed the timedout field to a more general status field.