Searched refs:timed_out (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/tools/testrunner/objects/
H A Doutput.py35 def __init__(self, exit_code, timed_out, stdout, stderr):
37 self.timed_out = timed_out
46 if self.timed_out:
52 return self.timed_out
55 return [self.exit_code, self.timed_out, self.stdout, self.stderr]
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpingtask_unittest.cc38 PingTaskTest() : respond_to_pings(true), timed_out(false) {
56 timed_out = true;
62 bool timed_out; member in class:PingTaskTest
87 EXPECT_FALSE(timed_out);
99 EXPECT_FALSE(timed_out);
100 EXPECT_TRUE_WAIT(timed_out, ping_timeout_millis * 2);
/external/v8/tools/testrunner/local/
H A Dcommands.py115 exit_code, timed_out, stdout, stderr = RunProcess(
120 return output.Output(exit_code, timed_out, stdout, stderr)
/external/autotest/server/hosts/
H A Dparamiko_host.py276 timed_out = False
285 timed_out = True
290 if timed_out:
308 if timed_out:
/external/netperf/src/
H A Dnettest_sctp.c387 int timed_out;
459 timed_out = 0;
723 timed_out = 1;
731 if (timed_out)
1588 int timed_out = 0;
1865 timed_out = 1;
1878 if (timed_out)
2608 int timed_out = 0;
2694 timed_out = 0;
2921 timed_out
382 int timed_out; local
1581 int timed_out = 0; local
2599 int timed_out = 0; local
3256 int timed_out = 0; local
3649 int timed_out = 0; local
4307 int timed_out = 0; local
[all...]
H A Dnettest_bsd.c5670 int timed_out = 0;
5776 timed_out = 0;
6032 timed_out = 1;
6054 timed_out = 1;
6081 if (timed_out) {
8395 int timed_out = 0;
8636 timed_out = 1;
8660 if ((timed_out) || (sock_closed)) {
8677 timed_out = 1;
8703 if (timed_out) {
5655 int timed_out = 0; local
8375 int timed_out = 0; local
8829 int timed_out = 0; local
9486 int timed_out = 0; local
9927 int timed_out = 0; local
10535 int timed_out = 0; local
10996 int timed_out = 0; local
11620 int timed_out = 0; local
12045 int timed_out = 0; local
12601 int timed_out = 0; local
[all...]
H A Dnettest_sdp.c2302 int timed_out = 0;
2408 timed_out = 0;
2657 timed_out = 1;
2679 timed_out = 1;
2706 if (timed_out) {
3012 int timed_out = 0;
3254 timed_out = 1;
3278 if ((timed_out) || (sock_closed)) {
3295 timed_out = 1;
3321 if (timed_out) {
2297 int timed_out = 0; local
3007 int timed_out = 0; local
[all...]
H A Dnettest_xti.c1723 int timed_out = 0;
1861 timed_out = 0;
2095 timed_out = 1;
2118 timed_out = 1;
2134 if (timed_out) {
4557 int timed_out = 0;
4843 timed_out = 1;
4867 if (timed_out) {
4884 timed_out = 1;
4921 if (timed_out) {
1717 int timed_out = 0; local
4546 int timed_out = 0; local
4999 int timed_out = 0; local
5559 int timed_out = 0; local
[all...]
H A Dnettest_unix.c1073 int timed_out = 0;
1290 timed_out = 1;
1308 timed_out = 1;
1319 if (timed_out) {
3054 int timed_out = 0;
3263 timed_out = 1;
3282 if (timed_out) {
3301 timed_out = 1;
3332 if (timed_out) {
1067 int timed_out = 0; local
3043 int timed_out = 0; local
H A Dnettest_dlpi.c1279 int timed_out = 0;
1587 timed_out = 1;
1613 timed_out = 1;
1622 if (timed_out) {
3594 int timed_out = 0;
3850 timed_out = 1;
3870 if (timed_out) {
3889 timed_out = 1;
3916 if (timed_out) {
1274 int timed_out = 0; local
3584 int timed_out = 0; local
H A Dnettest_omni.c3707 int timed_out = 0; local
4192 timed_out = 1;
4335 timed_out = 1;
4398 timed_out = 1;
4497 timed_out = 1;
4625 if (timed_out) {
4989 int timed_out = 0;
5404 timed_out = 1;
5498 timed_out = 1;
5576 timed_out
4988 int timed_out = 0; local
[all...]
H A Dnetlib.c262 int timed_out=0; variable
1144 timed_out=0;
1147 timed_out=1;
3607 if (timed_out) lib_elapsed-=PAD_TIME/2;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dpacket_sender.cc390 int timed_out = TriggerTimeouts(); local
391 if (timed_out > 0) {
428 int timed_out = 0; local
432 ++timed_out;
437 return timed_out;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DParsedEvent.java329 private boolean timed_out; field in class:ParsedEvent.Event_MONITOR_WAITED
339 this.timed_out = packet.getNextValueAsBoolean();
343 return timed_out;
/external/fio/
H A Dclient.h94 client_timed_out_op *timed_out; member in struct:client_ops
H A Dclient.c1619 if (client->ops->timed_out)
1620 client->ops->timed_out(client);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.c375 boolean timed_out; local
377 timed_out = !screen->fence_finish(screen, fence->pipe_fence, timeout);
378 if (timed_out)
/external/parameter-framework/asio/include/asio/
H A Derror.hpp138 timed_out = ASIO_SOCKET_ERROR(ETIMEDOUT), enumerator in enum:asio::error::basic_errors
/external/parameter-framework/asio-1.10.6/include/asio/
H A Derror.hpp138 timed_out = ASIO_SOCKET_ERROR(ETIMEDOUT), enumerator in enum:asio::error::basic_errors
/external/v8/tools/unittests/
H A Drun_perf_test.py82 Output = namedtuple("Output", "stdout, stderr, timed_out")
122 timed_out=kwargs.get("timed_out", False))
393 self._MockCommand(["."], [""], timed_out=True)
/external/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, "");
/external/autotest/site_utils/
H A Dtest_runner_utils.py562 timed_out, _ = retry.timeout(_autoserv_proc.wait,
564 if timed_out:
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dhttpserver.py961 timed_out = False
964 if not timed_out and worker.isAlive():
965 timed_out = True
/external/v8/tools/
H A Drun_perf.py646 if output.timed_out:
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_event.c795 struct nlattr *addr, struct nlattr *timed_out,
804 if (timed_out && addr) {
793 mlme_event(struct i802_bss *bss, enum nl80211_commands cmd, struct nlattr *frame, struct nlattr *addr, struct nlattr *timed_out, struct nlattr *freq, struct nlattr *ack, struct nlattr *cookie, struct nlattr *sig, struct nlattr *wmm) argument

Completed in 619 milliseconds

12