Home
last modified time | relevance | path

Searched refs:throttle (Results 1 – 3 of 3) sorted by relevance

/system/gatekeeper/
Dgatekeeper.cpp53 bool throttle = (pw_handle->version >= HANDLE_VERSION_THROTTLE); in Enroll() local
54 if (throttle) { in Enroll()
74 if (throttle && timeout > 0) { in Enroll()
125 bool throttle = (password_handle->version >= HANDLE_VERSION_THROTTLE); in Verify() local
127 if (throttle) { in Verify()
155 if (throttle) ClearFailureRecord(uid, user_id, throttle_secure); in Verify()
158 if (throttle && timeout > 0) { in Verify()
/system/extras/simpleperf/scripts/inferno/
Dscript.js26 function throttle(callback) { function
38 window.addEventListener('resize', throttle(function() {
/system/extras/simpleperf/scripts/
Dreport_html.js1448 function throttle(callback) { function
1460 $(window).resize(throttle(() => this._adjustTextSize()));