HomeSort by relevance Sort by last modified time
    Searched refs:next_time (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bsddb3.py 43 # next_time is used as a global variable that survives each instance.
45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL variable in class:TimingCheck
50 if self.next_time <= now:
51 TimingCheck.next_time = now + self._PRINT_WORKING_MSG_INTERVAL
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
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bsddb3.py 43 # next_time is used as a global variable that survives each instance.
45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL variable in class:TimingCheck
50 if self.next_time <= now:
51 TimingCheck.next_time = now + self._PRINT_WORKING_MSG_INTERVAL
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
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
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bsddb3.py 43 # next_time is used as a global variable that survives each instance.
45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL variable in class:TimingCheck
50 if self.next_time <= now:
51 TimingCheck.next_time = now + self._PRINT_WORKING_MSG_INTERVAL
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
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 43 # next_time is used as a global variable that survives each instance.
45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL variable in class:TimingCheck
50 if self.next_time <= now:
51 TimingCheck.next_time = now + self._PRINT_WORKING_MSG_INTERVAL
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
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 43 # next_time is used as a global variable that survives each instance.
45 next_time = time.time() + _PRINT_WORKING_MSG_INTERVAL variable in class:TimingCheck
50 if self.next_time <= now:
51 TimingCheck.next_time = now + self._PRINT_WORKING_MSG_INTERVAL
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
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
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 192 uint64_t ResamplePeriodNs, curr_time, next_time; local
225 next_time = ev->referenceTime;
227 next_time = curr_time + next_sample->deltaTime;
230 sample_spacing_ns = (next_time > curr_time) ? (next_time - curr_time) : 0;
243 curr_time = next_time;
  /external/wpa_supplicant_8/src/ap/
sta_info.c 385 unsigned long next_time = 0; local
420 next_time = hapd->conf->ap_max_inactivity + fuzz;
435 next_time = hapd->conf->ap_max_inactivity + fuzz -
458 next_time = hapd->conf->ap_max_inactivity;
462 if (next_time) {
465 __func__, MAC2STR(sta->addr), next_time);
466 eloop_register_timeout(next_time, 0, ap_handle_timer, hapd,
    [all...]

Completed in 1054 milliseconds