Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/tools/testrunner/objects/
H A Doutput.py37 def __init__(self, exit_code=0, timed_out=False, stdout=None, stderr=None,
40 self.timed_out = timed_out
58 if self.timed_out:
64 return self.timed_out
/third_party/node/test/parallel/
H A Dtest-http-1.0.js72 function response_validator(server_response, client_got_eof, timed_out) {
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/
H A Dceval_gil.h249 int timed_out = 0; in take_gil() local
250 COND_TIMED_WAIT(gil->cond, gil->mutex, interval, timed_out); in take_gil()
254 if (timed_out && in take_gil()
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py306 timed_out = False
315 timed_out = True
322 timed_out,
/third_party/node/test/cctest/
H A 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 __anon15477::Timeout
61 t->timed_out = true; in set_flag()
H A Dtest_inspector_socket.cc19 explicit Timeout(uv_loop_t* loop) : timed_out(false), done_(false) { in Timeout()
32 bool timed_out; member in __anon15476::Timeout
37 t->timed_out = true; in set_flag()
53 while ((condition) && !timeout.timed_out) { \
/third_party/node/tools/
H A Dtest.py552 def __init__(self, exit_code, timed_out, stdout, stderr):
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, outpu
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A 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/src/
H A 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()
H A Dnode_watchdog.h49 bool* timed_out = nullptr);
H A Dmodule_wrap.cc384 bool timed_out = false; in Evaluate() local
394 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
401 Watchdog wd(isolate, timeout, &timed_out); in Evaluate()
412 if (timed_out || received_signal) { in Evaluate()
419 if (timed_out) { in Evaluate()
H A Dnode_contextify.cc1070 bool timed_out = false; in EvalMachine() local
1079 Watchdog wd(env->isolate(), timeout, &timed_out); in EvalMachine()
1086 Watchdog wd(env->isolate(), timeout, &timed_out); in EvalMachine()
1093 if (timed_out || received_signal) { in EvalMachine()
1100 if (timed_out) { in EvalMachine()
1108 if (!timed_out && !received_signal && display_errors) { in EvalMachine()
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py145 timed_out=kwargs.get('timed_out', False),
504 self._MockCommand(['.'], [''], timed_out=True)
/third_party/libcoap/src/
H A 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()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c294 struct nlattr *timed_out, in mlme_event_connect()
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()
890 if (timed_out && addr) { in mlme_event()
290 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid) mlme_event_connect() argument
879 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, struct nlattr *req_ie) mlme_event() argument
H A Ddriver.h5248 * timed_out - Whether failure is due to timeout (etc.) rather
5251 int timed_out; member
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py578 timed_out = False
583 nonlocal timed_out
584 timed_out = True
596 timed_out
605 # 2. our `timed_out` flag is set, meaning that it was our event
631 self.assertTrue(timed_out)
636 return timed_out, structured_block_finished, outer_code_reached
641 timed_out, structured_block_finished, outer_code_reached = (
644 self.assertTrue(timed_out)
653 timed_out, structured_block_finishe
[all...]
/third_party/libuv/src/win/
H A Dtcp.c343 static void CALLBACK post_completion(void* context, BOOLEAN timed_out) { in post_completion() argument
351 assert(!timed_out); in post_completion()
362 static void CALLBACK post_write_completion(void* context, BOOLEAN timed_out) { in post_write_completion() argument
370 assert(!timed_out); in post_write_completion()
H A Dpipe.c1341 static void CALLBACK post_completion_read_wait(void* context, BOOLEAN timed_out) { in post_completion_read_wait() argument
1349 assert(!timed_out); in post_completion_read_wait()
1360 static void CALLBACK post_completion_write_wait(void* context, BOOLEAN timed_out) { in post_completion_write_wait() argument
1368 assert(!timed_out); in post_completion_write_wait()
/third_party/node/deps/uv/src/win/
H A 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()
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c682 struct nlattr *timed_out,
750 event.assoc_reject.timed_out = timed_out != NULL;
751 if (timed_out && timeout_reason) {
1408 struct nlattr *addr, struct nlattr *timed_out,
1425 if (timed_out && addr) {
678 mlme_event_connect(struct wpa_driver_nl80211_data *drv, enum nl80211_commands cmd, struct nlattr *status, struct nlattr *addr, struct nlattr *req_ie, struct nlattr *resp_ie, struct nlattr *timed_out, struct nlattr *timeout_reason, struct nlattr *authorized, struct nlattr *key_replay_ctr, struct nlattr *ptk_kck, struct nlattr *ptk_kek, struct nlattr *subnet_status, struct nlattr *fils_erp_next_seq_num, struct nlattr *fils_pmk, struct nlattr *fils_pmkid, struct nlattr *mlo_links) global() argument
1406 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, struct nlattr *req_ie, struct nlattr *link) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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/node/deps/v8/tools/
H A Drun_perf.py787 output.timed_out = True
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c5630 data->assoc_reject.timed_out ? " timeout" : "",
5642 data->assoc_reject.timed_out ? " timeout" : "",
5654 wpaAssociateRejectParma.timeOut = data->assoc_reject.timed_out;
5795 !data->assoc_reject.timed_out) {
5805 !data->assoc_reject.timed_out) {

Completed in 52 milliseconds

12