Searched refs:SetTimer (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | timer_test.cpp | 101 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 D | FuzzerUtilPosix.cpp | 55 void SetTimer(int Seconds) { in SetTimer() function 68 SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()
|
H A D | FuzzerUtilWindows.cpp | 91 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 D | main.cpp | 31 SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog.cpp | 70 _timer = SetTimer(kTimerID, kTimerElapse);
in OnInit()
|
H A D | ProgressDialog2.cpp | 416 _timer = SetTimer(kTimerID, kTimerElapse);
in OnInit()
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 348 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 D | global_state.cpp | 266 ::SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 138 SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
|
Completed in 8 milliseconds