Home
last modified time | relevance | path

Searched refs:debounce (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libinput/src/
Devdev-debounce.c109 debounce_state_to_str(fallback->debounce.state)); in log_debounce_bug()
120 fallback->debounce.state = new_state; in debounce_set_state()
129 libinput_timer_set(&fallback->debounce.timer, in debounce_set_timer()
139 libinput_timer_set(&fallback->debounce.timer_short, in debounce_set_timer_short()
146 libinput_timer_cancel(&fallback->debounce.timer); in debounce_cancel_timer()
152 libinput_timer_cancel(&fallback->debounce.timer_short); in debounce_cancel_timer_short()
158 if (fallback->debounce.spurious_enabled) in debounce_enable_spurious()
162 fallback->debounce.spurious_enabled = true; in debounce_enable_spurious()
174 unsigned int code = fallback->debounce.button_code; in debounce_notify_button()
175 uint64_t time = fallback->debounce.button_time; in debounce_notify_button()
[all …]
Devdev-fallback.h128 } debounce; member
Devdev-fallback.c1163 libinput_timer_cancel(&dispatch->debounce.timer); in fallback_interface_remove()
1164 libinput_timer_cancel(&dispatch->debounce.timer_short); in fallback_interface_remove()
1278 libinput_timer_destroy(&dispatch->debounce.timer); in fallback_interface_destroy()
1279 libinput_timer_destroy(&dispatch->debounce.timer_short); in fallback_interface_destroy()
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-limit/
Dreadme.md83 - [p-debounce](https://github.com/sindresorhus/p-debounce) - Debounce promise-returning & async fun…
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-limit/
Dreadme.md87 - [p-debounce](https://github.com/sindresorhus/p-debounce) - Debounce promise-returning & async fun…
/third_party/libinput/
DBUILD.gn48 "src/evdev-debounce.c",
Dmeson.build336 'src/evdev-debounce.c',
/third_party/libwebsockets/lib/drivers/
DREADME.md36 - sophisticated button press debounce and classification
/third_party/boost/libs/gil/doc/html/_static/
Dunderscore-1.3.1.js530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait);
552 _.debounce = function(func, wait) { function
Dunderscore.js22 …oncat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i=b.debounce(function(){h=g=fa…
23 a.apply(d,e);i();g=true}};b.debounce=function(a,b){var d;return function(){var e=this,f=arguments;c… function
/third_party/boost/libs/python/doc/html/numpy/_static/
Dunderscore-1.3.1.js530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait);
552 _.debounce = function(func, wait) { function
Dunderscore.js22 …oncat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i=b.debounce(function(){h=g=fa…
23 a.apply(d,e);i();g=true}};b.debounce=function(a,b){var d;return function(){var e=this,f=arguments;c… function
/third_party/boost/libs/hof/doc/html/_static/
Dunderscore-1.3.1.js530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait);
552 _.debounce = function(func, wait) { function
Dunderscore.js22 …oncat(i.call(arguments,1)))};b.throttle=function(a,c){var d,e,f,g,h,i=b.debounce(function(){h=g=fa…
23 a.apply(d,e);i();g=true}};b.debounce=function(a,b){var d;return function(){var e=this,f=arguments;c… function
/third_party/typescript/tests/baselines/reference/
DunderscoreTest1.js77 debounce(wait: number, immediate?: boolean): T;
569 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T;
770 var lazyLayout = _.debounce(calculateLayout, 300);
993 var lazyLayout = _.debounce(calculateLayout, 300);
DunderscoreTest1.errors.txt139 var lazyLayout = _.debounce(calculateLayout, 300);
347 debounce(wait: number, immediate?: boolean): T;
839 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T;
DunderscoreTest1.types956 var lazyLayout = _.debounce(calculateLayout, 300);
958 >_.debounce(calculateLayout, 300) : () => void
959 >_.debounce : <T extends Function>(func: T, wait: number, immediate?: boolean) => T
961 >debounce : <T extends Function>(func: T, wait: number, immediate?: boolean) => T
1920 debounce(wait: number, immediate?: boolean): T;
1921 >debounce : (wait: number, immediate?: boolean) => T
3929 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T;
3930 >debounce : <T extends Function>(func: T, wait: number, immediate?: boolean) => T
DunderscoreTest1.symbols473 var lazyLayout = _.debounce(calculateLayout, 300);
475 >_.debounce : Symbol(Underscore.Static.debounce, Decl(underscoreTest1_underscore.ts, 563, 63))
477 >debounce : Symbol(Underscore.Static.debounce, Decl(underscoreTest1_underscore.ts, 563, 63))
1230 debounce(wait: number, immediate?: boolean): T;
1231 >debounce : Symbol(WrappedFunction.debounce, Decl(underscoreTest1_underscore.ts, 72, 34))
4643 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T;
4644 >debounce : Symbol(Static.debounce, Decl(underscoreTest1_underscore.ts, 563, 63))
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts75 debounce(wait: number, immediate?: boolean): T; method
567 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T; method
768 var lazyLayout = _.debounce(calculateLayout, 300);
/third_party/typescript/tests/baselines/reference/user/
Dlodash.log276 node_modules/lodash/debounce.js(83,17): error TS2532: Object is possibly 'undefined'.
277 node_modules/lodash/debounce.js(84,27): error TS2532: Object is possibly 'undefined'.
278 node_modules/lodash/debounce.js(85,43): error TS2532: Object is possibly 'undefined'.
279 node_modules/lodash/debounce.js(86,30): error TS2532: Object is possibly 'undefined'.
280 node_modules/lodash/debounce.js(111,23): error TS2532: Object is possibly 'undefined'.
281 node_modules/lodash/debounce.js(125,65): error TS2532: Object is possibly 'undefined'.
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dpointer_binding.dart132 // Report the event to semantics. This information is used to debounce
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock753 lodash.debounce "^4.0.8"
2643 lodash.debounce@^4.0.8:
2645 …resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4…
/third_party/ltp/scripts/
Dspelling.txt418 debouce||debounce
/third_party/node/doc/api/
Dreadline.md463 const showResults = debounce(() => {
/third_party/libwebsockets/
Dchangelog163 - generic button (by name), with debounce and press classification

12