Home
last modified time | relevance | path

Searched refs:SetTimer (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp101 void SetTimer(time_t valueS, time_t valueNs, time_t intervalS, time_t intervalNs) in SetTimer() function in Scaler
131 cd->SetTimer(0, 0, 1, 0); in ScaNotifyFunc()
195 scaler.SetTimer(0, 2, 0, 2); in HWTEST_F()
216 * @tc.desc: Verify that the "SetTimer" function of the "Scaler" object correctly sets the expiration time for a timer
224 scaler.SetTimer(0, 500000000, 1, 0); in HWTEST_F()
231 * @tc.desc: Verify that the "SetTimer" function of the "Scaler" object correctly sets a timer with a reload interval
240 scaler.SetTimer(0, 1, 0, 10); in HWTEST_F()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtilPosix.cpp55 void SetTimer(int Seconds) { in SetTimer() function
68 SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()
H A DFuzzerUtilWindows.cpp91 void SetTimer(int Seconds) { in SetTimer() function in fuzzer::TimerQ
116 Timer.SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A Dmain.cpp31 SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp70 _timer = SetTimer(kTimerID, kTimerElapse); in OnInit()
H A DProgressDialog2.cpp416 _timer = SetTimer(kTimerID, kTimerElapse); in OnInit()
/third_party/lzma/CPP/Windows/
H A DWindow.h348 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = NULL) in SetTimer() function in NWindows::CWindow
349 { return ::SetTimer(_window, idEvent, elapse, timerFunc); } in SetTimer()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dglobal_state.cpp266 ::SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A Dmain.cpp138 SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()

Completed in 8 milliseconds