Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/tools/testrunner/objects/
Doutput.py37 def __init__(self, exit_code=0, timed_out=False, stdout=None, stderr=None, argument
40 self.timed_out = timed_out
58 if self.timed_out:
64 return self.timed_out
/third_party/node/test/parallel/
Dtest-http-1.0.js72 function response_validator(server_response, client_got_eof, timed_out) { argument
76 assert.strictEqual(timed_out, false);
108 function response_validator(server_response, client_got_eof, timed_out) {
117 assert.strictEqual(timed_out, false);
145 function response_validator(server_response, client_got_eof, timed_out) {
160 assert.strictEqual(timed_out, false);
/third_party/python/Python/
Dceval_gil.h254 int timed_out = 0; in take_gil() local
255 COND_TIMED_WAIT(gil->cond, gil->mutex, interval, timed_out); in take_gil()
259 if (timed_out && in take_gil()
/third_party/node/deps/v8/tools/testrunner/local/
Dcommand.py306 timed_out = False
315 timed_out = True
322 timed_out,
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc30 while ((condition) && !timeout.timed_out) { \
43 explicit Timeout(uv_loop_t* loop) : timed_out(false), done_(false) { in Timeout()
56 bool timed_out; member in __anon965b89240111::Timeout
61 t->timed_out = true; in set_flag()
Dtest_inspector_socket.cc19 explicit Timeout(uv_loop_t* loop) : timed_out(false), done_(false) { in Timeout()
32 bool timed_out; member in __anon35db90ae0111::Timeout
37 t->timed_out = true; in set_flag()
53 while ((condition) && !timeout.timed_out) { \
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c386 boolean timed_out; in xa_fence_wait() local
388 timed_out = !screen->fence_finish(screen, NULL, fence->pipe_fence, timeout); in xa_fence_wait()
389 if (timed_out) in xa_fence_wait()
/third_party/node/tools/
Dtest.py552 def __init__(self, exit_code, timed_out, stdout, stderr): argument
554 self.timed_out = timed_out
644 if self.output.timed_out:
649 return self.output.timed_out
716 timed_out = False
727 timed_out = True
734 return (process, exit_code, timed_out)
784 (process, exit_code, timed_out) = RunProcess(
801 return CommandOutput(exit_code, timed_out, output, errors)
/third_party/node/src/
Dmodule_wrap.cc380 bool timed_out = false; in Evaluate() local
390 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
397 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
408 if (timed_out || received_signal) { in Evaluate()
415 if (timed_out) { in Evaluate()
Dnode_watchdog.cc42 Watchdog::Watchdog(v8::Isolate* isolate, uint64_t ms, bool* timed_out) in Watchdog() argument
43 : isolate_(isolate), timed_out_(timed_out) { in Watchdog()
Dnode_watchdog.h49 bool* timed_out = nullptr);
Dnode_contextify.cc1060 bool timed_out = false; in EvalMachine() local
1069 Watchdog wd(env->isolate(), timeout, &timed_out); in EvalMachine()
1076 Watchdog wd(env->isolate(), timeout, &timed_out); in EvalMachine()
1083 if (timed_out || received_signal) { in EvalMachine()
1090 if (timed_out) { in EvalMachine()
1098 if (!timed_out && !received_signal && display_errors) { in EvalMachine()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.c1731 gboolean timed_out = FALSE; in gst_clock_wait_for_sync() local
1746 while (!clock->priv->synced && !timed_out) { in gst_clock_wait_for_sync()
1747 timed_out = in gst_clock_wait_for_sync()
1752 timed_out = FALSE; in gst_clock_wait_for_sync()
1759 return !timed_out; in gst_clock_wait_for_sync()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c1903 gboolean timed_out = TRUE; in cleanup_cb() local
1916 timed_out = FALSE; in cleanup_cb()
1921 if (timed_out) { in cleanup_cb()
1948 gboolean timed_out = FALSE; in cleanup_cb() local
1958 timed_out = TRUE; in cleanup_cb()
1962 timed_out = TRUE; in cleanup_cb()
1965 if (timed_out) { in cleanup_cb()
/third_party/node/deps/v8/tools/unittests/
Drun_perf_test.py145 timed_out=kwargs.get('timed_out', False),
504 self._MockCommand(['.'], [''], timed_out=True)
/third_party/libuv/src/win/
Dtcp.c353 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() argument
361 assert(!timed_out); in post_completion()
372 static void CALLBACK post_write_completion(void* context, BOOLEAN timed_out) { in post_write_completion() argument
380 assert(!timed_out); in post_write_completion()
Dpipe.c1246 static void CALLBACK post_completion_read_wait(void* context, BOOLEAN timed_out) { in post_completion_read_wait() argument
1254 assert(!timed_out); in post_completion_read_wait()
1265 static void CALLBACK post_completion_write_wait(void* context, BOOLEAN timed_out) { in post_completion_write_wait() argument
1273 assert(!timed_out); in post_completion_write_wait()
/third_party/node/deps/uv/src/win/
Dtcp.c353 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() argument
361 assert(!timed_out); in post_completion()
372 static void CALLBACK post_write_completion(void* context, BOOLEAN timed_out) { in post_write_completion() argument
380 assert(!timed_out); in post_write_completion()
Dpipe.c1246 static void CALLBACK post_completion_read_wait(void* context, BOOLEAN timed_out) { in post_completion_read_wait() argument
1254 assert(!timed_out); in post_completion_read_wait()
1265 static void CALLBACK post_completion_write_wait(void* context, BOOLEAN timed_out) { in post_completion_write_wait() argument
1273 assert(!timed_out); in post_completion_write_wait()
/third_party/libcoap/src/
Dcoap_block.c1783 coap_tick_t timed_out; in coap_block_check_q_block1_xmit() local
1791 timed_out = now - non_timeout; in coap_block_check_q_block1_xmit()
1794 if (lg_xmit->last_payload <= timed_out) { in coap_block_check_q_block1_xmit()
1808 if (tim_rem > lg_xmit->last_payload - timed_out) in coap_block_check_q_block1_xmit()
1809 tim_rem = lg_xmit->last_payload - timed_out; in coap_block_check_q_block1_xmit()
1833 coap_tick_t timed_out; in coap_block_check_q_block2_xmit() local
1841 timed_out = now - non_timeout; in coap_block_check_q_block2_xmit()
1844 if (lg_xmit->last_payload <= timed_out) { in coap_block_check_q_block2_xmit()
1859 if (tim_rem > lg_xmit->last_payload - timed_out) in coap_block_check_q_block2_xmit()
1860 tim_rem = lg_xmit->last_payload - timed_out; in coap_block_check_q_block2_xmit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c294 struct nlattr *timed_out, in mlme_event_connect() argument
357 event.assoc_reject.timed_out = timed_out != NULL; in mlme_event_connect()
358 if (timed_out && timeout_reason) { in mlme_event_connect()
881 struct nlattr *addr, struct nlattr *timed_out, in mlme_event() argument
890 if (timed_out && addr) { in mlme_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c420 struct nlattr *timed_out, in mlme_event_connect() argument
483 event.assoc_reject.timed_out = timed_out != NULL; in mlme_event_connect()
484 if (timed_out && timeout_reason) { in mlme_event_connect()
1079 struct nlattr *addr, struct nlattr *timed_out, in mlme_event() argument
1088 if (timed_out && addr) { in mlme_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Devents.c4086 data->assoc_reject.timed_out ? " timeout" : "", in wpas_event_assoc_reject()
4094 data->assoc_reject.timed_out ? " timeout" : "", in wpas_event_assoc_reject()
4161 !data->assoc_reject.timed_out) { in wpas_event_assoc_reject()
4171 !data->assoc_reject.timed_out) { in wpas_event_assoc_reject()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Devents.c4922 data->assoc_reject.timed_out ? " timeout" : "", in wpas_event_assoc_reject()
4934 data->assoc_reject.timed_out ? " timeout" : "", in wpas_event_assoc_reject()
4946 wpaAssociateRejectParma.timeOut = data->assoc_reject.timed_out; in wpas_event_assoc_reject()
5052 !data->assoc_reject.timed_out) { in wpas_event_assoc_reject()
5062 !data->assoc_reject.timed_out) { in wpas_event_assoc_reject()
/third_party/node/deps/v8/tools/
Drun_perf.py787 output.timed_out = True

12