Lines Matching full:activation
56 /// A timer that inserts an element into a vector on activation.
61 /// Element to insert into _destination on activation.
64 /// Timer activation callback.
75 /// \param delta Time to the timer activation.
77 /// \param item Element to insert into destination on activation.
93 /// Waits for the activation of all given timers.
186 // First timer with an activation in the future. in ATF_TEST_CASE_BODY()
191 // Timer with an activation earlier than the previous one. in ATF_TEST_CASE_BODY()
196 // Timer with an activation later than all others. in ATF_TEST_CASE_BODY()
201 // Timer with an activation in between. in ATF_TEST_CASE_BODY()
227 // First timer with an activation in the future. in ATF_TEST_CASE_BODY()
231 // Timer with an activation earlier than the previous one. in ATF_TEST_CASE_BODY()
235 // Timer with an activation later than all others. in ATF_TEST_CASE_BODY()
239 // Timer with an activation in between. in ATF_TEST_CASE_BODY()
243 // Cancel the first timer to reprogram next activation. in ATF_TEST_CASE_BODY()
246 // Cancel another timer without reprogramming next activation. in ATF_TEST_CASE_BODY()
271 // First timer with an activation in the future. in ATF_TEST_CASE_BODY()
276 // Timer with an activation earlier than the previous one. in ATF_TEST_CASE_BODY()
283 // Timer with an activation later than all others. in ATF_TEST_CASE_BODY()