Home
last modified time | relevance | path

Searched refs:TimeLeft (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_console/py/pw_console/progress_bar/
Dprogress_bar_impl.py48 TimeLeft,
79 class TimeLeftIfNotHidden(TimeLeft):
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp381 DWORD TimeLeft = INFINITE; in main() local
421 TimeLeft = (Timeout * 1000) - static_cast<uint32_t>(TotalTimeMiliseconds); in main()
423 success = WaitForDebugEvent(&DebugEvent, TimeLeft); in main()