/third_party/libinput/src/ |
D | evdev-debounce.c | 109 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 …]
|
D | evdev-fallback.h | 128 } debounce; member
|
D | evdev-fallback.c | 1163 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/ |
D | readme.md | 83 - [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/ |
D | readme.md | 87 - [p-debounce](https://github.com/sindresorhus/p-debounce) - Debounce promise-returning & async fun…
|
/third_party/libinput/ |
D | BUILD.gn | 48 "src/evdev-debounce.c",
|
D | meson.build | 336 'src/evdev-debounce.c',
|
/third_party/libwebsockets/lib/drivers/ |
D | README.md | 36 - sophisticated button press debounce and classification
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | underscore-1.3.1.js | 530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait); 552 _.debounce = function(func, wait) { function
|
D | underscore.js | 22 …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/ |
D | underscore-1.3.1.js | 530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait); 552 _.debounce = function(func, wait) { function
|
D | underscore.js | 22 …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/ |
D | underscore-1.3.1.js | 530 var whenDone = _.debounce(function(){ more = throttling = false; }, wait); 552 _.debounce = function(func, wait) { function
|
D | underscore.js | 22 …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/ |
D | underscoreTest1.js | 77 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);
|
D | underscoreTest1.errors.txt | 139 var lazyLayout = _.debounce(calculateLayout, 300); 347 debounce(wait: number, immediate?: boolean): T; 839 debounce<T extends Function>(func: T, wait: number, immediate?: boolean): T;
|
D | underscoreTest1.types | 956 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
|
D | underscoreTest1.symbols | 473 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/ |
D | underscoreTest1.ts | 75 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/ |
D | lodash.log | 276 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/ |
D | pointer_binding.dart | 132 // Report the event to semantics. This information is used to debounce
|
/third_party/node/deps/npm/node_modules/psl/ |
D | yarn.lock | 753 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/ |
D | spelling.txt | 418 debouce||debounce
|
/third_party/node/doc/api/ |
D | readline.md | 463 const showResults = debounce(() => {
|
/third_party/libwebsockets/ |
D | changelog | 163 - generic button (by name), with debounce and press classification
|