Searched refs:next_time (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_bsddb3.py | 45 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
|
D | test_zipfile64.py | 54 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
|
D | test_compiler.py | 25 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/ |
D | test_zipfile64.py | 47 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/ |
D | helper.py | 243 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/ |
D | sta_info.c | 396 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/ |
D | rnn.py | 1115 next_time = time + 1 1118 next_time, next_output, cell_state, loop_state) 1149 return (next_time, elements_finished, next_input,
|