Home
last modified time | relevance | path

Searched refs:next_time (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_bsddb3.py45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL variable in TimingCheck
50 if self.next_time <= now:
51 TimingCheck.next_time = now + self._PRINT_WORKING_MSG_INTERVAL
Dtest_zipfile64.py54 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
58 if next_time <= time.time():
59 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
71 if next_time <= time.time():
72 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
Dtest_compiler.py25 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
34 if next_time <= time.time():
35 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
/external/python/cpython3/Lib/test/
Dtest_zipfile64.py47 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
51 if next_time <= time.time():
52 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
64 if next_time <= time.time():
65 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dhelper.py243 next_time = time + 1
244 finished = (next_time >= self._sequence_length)
247 return inp.read(next_time)
451 next_time = time + 1
453 lambda ta: ta.read(next_time), self._auxiliary_input_tas)
/external/wpa_supplicant_8/src/ap/
Dsta_info.c396 unsigned long next_time = 0; in ap_handle_timer() local
431 next_time = hapd->conf->ap_max_inactivity + fuzz; in ap_handle_timer()
446 next_time = hapd->conf->ap_max_inactivity + fuzz - in ap_handle_timer()
469 next_time = hapd->conf->ap_max_inactivity; in ap_handle_timer()
473 if (next_time) { in ap_handle_timer()
476 __func__, MAC2STR(sta->addr), next_time); in ap_handle_timer()
477 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd, in ap_handle_timer()
/external/tensorflow/tensorflow/python/ops/
Drnn.py1115 next_time = time + 1
1118 next_time, next_output, cell_state, loop_state)
1149 return (next_time, elements_finished, next_input,