Home
last modified time | relevance | path

Searched refs:timed_out (Results 1 – 25 of 31) sorted by relevance

12

/external/v8/tools/testrunner/objects/
Doutput.py35 def __init__(self, exit_code, timed_out, stdout, stderr): argument
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/lldb/include/lldb/Host/
DPredicate.h320 WaitForValueEqualTo (T value, const TimeValue *abstime = NULL, bool *timed_out = NULL)
333 if (timed_out)
334 *timed_out = false;
338 err = m_condition.Wait (m_mutex, abstime, timed_out);
380 …oAndSetValueTo (T wait_value, T new_value, const TimeValue *abstime = NULL, bool *timed_out = NULL)
393 if (timed_out)
394 *timed_out = false;
398 err = m_condition.Wait (m_mutex, abstime, timed_out);
DCondition.h102 Wait (Mutex &mutex, const TimeValue *abstime = NULL, bool *timed_out = NULL);
/external/lldb/source/Host/common/
DCondition.cpp81 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) in Wait() argument
95 if (timed_out != NULL) in Wait()
98 *timed_out = true; in Wait()
100 *timed_out = false; in Wait()
DHost.cpp1437 bool timed_out = false; in RunShellCommand() local
1438 shell_info->process_reaped.WaitForValueEqualTo(true, &timeout_time, &timed_out); in RunShellCommand()
1439 if (timed_out) in RunShellCommand()
1448 timed_out = false; in RunShellCommand()
1449 shell_info->process_reaped.WaitForValueEqualTo(true, &timeout_time, &timed_out); in RunShellCommand()
/external/v8/tools/testrunner/local/
Dcommands.py89 timed_out = False
99 timed_out = True
106 return (exit_code, timed_out)
135 (exit_code, timed_out) = RunProcess(
151 return output.Output(exit_code, timed_out, out, errors)
/external/netperf/
Dnettest_sctp.c391 int timed_out; local
465 timed_out = 0;
729 timed_out = 1;
737 if (timed_out)
1597 int timed_out = 0; local
1874 timed_out = 1;
1887 if (timed_out)
2617 int timed_out = 0; local
2704 timed_out = 0;
2931 timed_out = 1;
[all …]
Dnettest_bsd.c4965 int timed_out = 0; in send_tcp_rr() local
5071 timed_out = 0; in send_tcp_rr()
5317 timed_out = 1; in send_tcp_rr()
5339 timed_out = 1; in send_tcp_rr()
5366 if (timed_out) { in send_tcp_rr()
7557 int timed_out = 0; in recv_tcp_rr() local
7797 timed_out = 1; in recv_tcp_rr()
7821 if ((timed_out) || (sock_closed)) { in recv_tcp_rr()
7838 timed_out = 1; in recv_tcp_rr()
7864 if (timed_out) { in recv_tcp_rr()
[all …]
Dnettest_xti.c1718 int timed_out = 0; in send_xti_tcp_rr() local
1856 timed_out = 0; in send_xti_tcp_rr()
2090 timed_out = 1; in send_xti_tcp_rr()
2113 timed_out = 1; in send_xti_tcp_rr()
2129 if (timed_out) { in send_xti_tcp_rr()
4547 int timed_out = 0; in recv_xti_tcp_rr() local
4833 timed_out = 1; in recv_xti_tcp_rr()
4857 if (timed_out) { in recv_xti_tcp_rr()
4874 timed_out = 1; in recv_xti_tcp_rr()
4911 if (timed_out) { in recv_xti_tcp_rr()
[all …]
Dnettest_sdp.c2297 int timed_out = 0; in send_sdp_rr() local
2403 timed_out = 0; in send_sdp_rr()
2652 timed_out = 1; in send_sdp_rr()
2674 timed_out = 1; in send_sdp_rr()
2701 if (timed_out) { in send_sdp_rr()
3007 int timed_out = 0; in recv_sdp_rr() local
3249 timed_out = 1; in recv_sdp_rr()
3273 if ((timed_out) || (sock_closed)) { in recv_sdp_rr()
3290 timed_out = 1; in recv_sdp_rr()
3316 if (timed_out) { in recv_sdp_rr()
Dnettest_unix.c1068 int timed_out = 0; in send_stream_rr() local
1285 timed_out = 1; in send_stream_rr()
1303 timed_out = 1; in send_stream_rr()
1314 if (timed_out) { in send_stream_rr()
3039 int timed_out = 0; in recv_stream_rr() local
3248 timed_out = 1; in recv_stream_rr()
3267 if (timed_out) { in recv_stream_rr()
3286 timed_out = 1; in recv_stream_rr()
3317 if (timed_out) { in recv_stream_rr()
Dnettest_dlpi.c1034 int timed_out = 0; in send_dlpi_co_rr() local
1342 timed_out = 1; in send_dlpi_co_rr()
1368 timed_out = 1; in send_dlpi_co_rr()
1377 if (timed_out) { in send_dlpi_co_rr()
3344 int timed_out = 0; in recv_dlpi_co_rr() local
3600 timed_out = 1; in recv_dlpi_co_rr()
3620 if (timed_out) { in recv_dlpi_co_rr()
3639 timed_out = 1; in recv_dlpi_co_rr()
3666 if (timed_out) { in recv_dlpi_co_rr()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java329 private boolean timed_out; field in ParsedEvent.Event_MONITOR_WAITED
339 this.timed_out = packet.getNextValueAsBoolean(); in Event_MONITOR_WAITED()
343 return timed_out; in getTimedout()
/external/lldb/source/Core/
DListener.cpp404 bool timed_out = false; in WaitForEventsInternal() local
433 if (m_cond_wait.WaitForValueEqualTo (true, timeout, &timed_out)) in WaitForEventsInternal()
436 else if (timed_out) in WaitForEventsInternal()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp340 bool timed_out = false; in SendPacketAndWaitForResponse() local
341 if (SendInterrupt(locker, 2, timed_out)) in SendPacketAndWaitForResponse()
353 … if (m_async_packet_predicate.WaitForValueEqualTo (false, &timeout_time, &timed_out)) in SendPacketAndWaitForResponse()
369 … if (m_private_is_running.WaitForValueEqualTo (true, &timeout_time, &timed_out)) in SendPacketAndWaitForResponse()
373 if (timed_out) in SendPacketAndWaitForResponse()
814 bool timed_out = false; in SendAsyncSignal() local
816 if (SendInterrupt (locker, 1, timed_out)) in SendAsyncSignal()
837 bool &timed_out in SendInterrupt() argument
840 timed_out = false; in SendInterrupt()
871 if (m_private_is_running.WaitForValueEqualTo (false, &timeout, &timed_out)) in SendInterrupt()
DGDBRemoteCommunication.cpp294 bool timed_out = false; in WaitForPacketWithTimeoutMicroSecondsNoLock() local
295 while (IsConnected() && !timed_out) in WaitForPacketWithTimeoutMicroSecondsNoLock()
318 timed_out = true; in WaitForPacketWithTimeoutMicroSecondsNoLock()
DGDBRemoteCommunicationClient.h83 bool &timed_out);
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c375 boolean timed_out; in xa_fence_wait() local
377 timed_out = !screen->fence_finish(screen, fence->pipe_fence, timeout); in xa_fence_wait()
378 if (timed_out) in xa_fence_wait()
/external/v8/tools/unittests/
Drun_perf_test.py120 timed_out=kwargs.get("timed_out", False))
359 self._MockCommand(["."], [""], timed_out=True)
/external/fio/
Dclient.h94 client_timed_out_op *timed_out; member
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp97 static_assert(static_cast<int>(std::errc::timed_out) == ETIMEDOUT, ""); in main()
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dhttpserver.py961 timed_out = False
964 if not timed_out and worker.isAlive():
965 timed_out = True
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp240 bool timed_out = false; in WaitForPacketWithTimeoutMicroSecondsNoLock() local
241 while (IsConnected() && !timed_out) in WaitForPacketWithTimeoutMicroSecondsNoLock()
264 timed_out = true; in WaitForPacketWithTimeoutMicroSecondsNoLock()
/external/libcxx/include/
Dsystem_error190 timed_out, // ETIMEDOUT
338 timed_out = ETIMEDOUT,
/external/v8/tools/
Drun_perf.py478 if output.timed_out:

12