Home
last modified time | relevance | path

Searched defs:test_callbacks (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/rust/
H A Dsticky_keys_filter.rs322 let test_callbacks = TestCallbacks::new(); in test_notify_key_consumes_ephemeral_modifier_keys() localVariable
349 let test_callbacks = TestCallbacks::new(); in test_notify_key_passes_ephemeral_modifier_keys_if_only_key_up_occurs() localVariable
374 let test_callbacks = TestCallbacks::new(); in test_notify_key_passes_non_ephemeral_modifier_keys() localVariable
399 let test_callbacks = TestCallbacks::new(); in test_notify_key_passes_non_modifier_keys() localVariable
416 let mut test_callbacks = TestCallbacks::new(); in test_modifier_state_updated_on_modifier_key_press() localVariable
465 let test_callbacks = TestCallbacks::new(); in test_modifier_state_cleared_on_non_modifier_key_press() localVariable
489 let test_callbacks = TestCallbacks::new(); in test_modifier_state_unchanged_on_non_modifier_key_up_without_down() localVariable
509 let test_callbacks = TestCallbacks::new(); in test_locked_modifier_state_not_cleared_on_non_modifier_key_press() localVariable
551 let test_callbacks = TestCallbacks::new(); in test_modifier_state_restored_on_recreation() localVariable
590 let test_callbacks = TestCallbacks::new(); in test_key_events_have_sticky_modifier_state() localVariable
[all …]
H A Dslow_keys_filter.rs277 let test_callbacks = TestCallbacks::new(); in test_is_notify_key_for_internal_non_alphabetic_keyboard_not_blocked() localVariable
295 let test_callbacks = TestCallbacks::new(); in test_is_notify_key_for_external_stylus_not_blocked() localVariable
314 let test_callbacks = TestCallbacks::new(); in test_notify_key_for_tv_remote_when_key_pressed_for_threshold_time() localVariable
371 let test_callbacks = TestCallbacks::new(); in test_notify_key_for_internal_alphabetic_keyboard_when_key_pressed_for_threshold_time() localVariable
423 let test_callbacks = TestCallbacks::new(); in test_notify_key_for_external_keyboard_when_key_pressed_for_threshold_time() localVariable
475 let test_callbacks = TestCallbacks::new(); in test_notify_key_for_external_keyboard_when_key_not_pressed_for_threshold_time() localVariable
508 let test_callbacks = TestCallbacks::new(); in test_notify_key_for_external_keyboard_when_device_removed_before_threshold_time() localVariable
H A Dinput_filter.rs264 let test_callbacks = TestCallbacks::new(); in test_not_enabled_with_default_filter() localVariable
273 let test_callbacks = TestCallbacks::new(); in test_notify_key_with_no_filters() localVariable
283 let test_callbacks = TestCallbacks::new(); in test_notify_key_with_filter() localVariable
296 let test_callbacks = TestCallbacks::new(); in test_notify_devices_changed() localVariable
313 let test_callbacks = TestCallbacks::new(); in test_notify_configuration_changed_enabled_bounce_keys() localVariable
327 let test_callbacks = TestCallbacks::new(); in test_notify_configuration_changed_enabled_sticky_keys() localVariable
341 let test_callbacks = TestCallbacks::new(); in test_notify_configuration_changed_enabled_slow_keys() localVariable
356 let test_callbacks = TestCallbacks::new(); in test_notify_configuration_changed_destroys_existing_filters() localVariable
459 pub mod test_callbacks { module
H A Dinput_filter_thread.rs285 let test_callbacks = TestCallbacks::new(); in test_register_callback_creates_cpp_thread() localVariable
294 let test_callbacks = TestCallbacks::new(); in test_unregister_callback_finishes_cpp_thread() localVariable
304 let test_callbacks = TestCallbacks::new(); in test_notify_timeout_called_after_timeout_expired() localVariable
318 let test_callbacks = TestCallbacks::new(); in test_notify_timeout_not_called_before_timeout_expired() localVariable
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_as_parameter.py72 def test_callbacks(self): member in BasicWrapTestCase
Dtest_functions.py242 def test_callbacks(self): member in FunctionTestCase
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_as_parameter.py72 def test_callbacks(self): member in BasicWrapTestCase
Dtest_functions.py224 def test_callbacks(self): member in FunctionTestCase
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_as_parameter.py72 def test_callbacks(self): member in BasicWrapTestCase
H A Dtest_functions.py224 def test_callbacks(self): member in FunctionTestCase
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Dtest_callbacks.cpp162 int test_callbacks(cl_device_id deviceID, cl_context context, in test_callbacks() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py253 def test_callbacks(self): member in CodecCallbackTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py227 def test_callbacks(self): member in CodecCallbackTest