Home
last modified time | relevance | path

Searched defs:time (Results 1351 - 1375 of 1853) sorted by relevance

1...<<51525354555657585960>>...75

/third_party/libevdev/include/linux/linux/
H A Dinput.h28 struct timeval time; member
/third_party/lwip/src/core/ipv6/
H A Dnd6.c1546 u32_t time; local
[all...]
/third_party/libinput/src/
H A Devdev-fallback.c35 fallback_keyboard_notify_key(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int key, enum libinput_key_state state) fallback_keyboard_notify_key() argument
51 fallback_lid_notify_toggle(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_lid_notify_toggle() argument
65 fallback_notify_physical_button(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int button, enum libinput_button_state state) fallback_notify_physical_button() argument
94 post_button_scroll(struct evdev_device *device, struct device_float_coords raw, uint64_t time) post_button_scroll() argument
169 fallback_flush_relative_motion(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_relative_motion() argument
207 fallback_flush_absolute_motion(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_absolute_motion() argument
224 fallback_flush_mt_down(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_down() argument
263 fallback_flush_mt_motion(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_motion() argument
294 fallback_flush_mt_up(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_up() argument
322 fallback_flush_mt_cancel(struct fallback_dispatch *dispatch, struct evdev_device *device, int slot_idx, uint64_t time) fallback_flush_mt_cancel() argument
350 fallback_flush_st_down(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_st_down() argument
385 fallback_flush_st_motion(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_st_motion() argument
407 fallback_flush_st_up(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_st_up() argument
432 fallback_flush_st_cancel(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_st_cancel() argument
457 fallback_process_touch_button(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time, int value) fallback_process_touch_button() argument
467 fallback_process_key(struct fallback_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) fallback_process_key() argument
524 fallback_process_touch(struct fallback_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) fallback_process_touch() argument
626 fallback_lid_keyboard_event(uint64_t time, struct libinput_event *event, void *data) fallback_lid_keyboard_event() argument
702 fallback_process_switch(struct fallback_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) fallback_process_switch() argument
742 fallback_reject_relative(struct evdev_device *device, const struct input_event *e, uint64_t time) fallback_reject_relative() argument
758 fallback_process_relative(struct fallback_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) fallback_process_relative() argument
780 fallback_process_absolute(struct fallback_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) fallback_process_absolute() argument
824 fallback_flush_mt_events(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_flush_mt_events() argument
899 fallback_handle_state(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_handle_state() argument
965 fallback_interface_process(struct evdev_dispatch *evdev_dispatch, struct evdev_device *device, struct input_event *event, uint64_t time) fallback_interface_process() argument
1003 cancel_touches(struct fallback_dispatch *dispatch, struct evdev_device *device, const struct device_coord_rect *rect, uint64_t time) cancel_touches() argument
1037 release_pressed_keys(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) release_pressed_keys() argument
1096 uint64_t time; fallback_return_to_neutral_state() local
1141 uint64_t time = libinput_now(evdev_libinput_context(device)); fallback_interface_sync_initial_state() local
1173 fallback_interface_update_rect(struct evdev_dispatch *evdev_dispatch, struct evdev_device *device, const struct phys_rect *phys_rect, uint64_t time) fallback_interface_update_rect() argument
1191 fallback_interface_toggle_touch(struct evdev_dispatch *evdev_dispatch, struct evdev_device *device, enum evdev_arbitration_state which, const struct phys_rect *phys_rect, uint64_t time) fallback_interface_toggle_touch() argument
1312 fallback_tablet_mode_switch_event(uint64_t time, struct libinput_event *event, void *data) fallback_tablet_mode_switch_event() argument
[all...]
H A Devdev-mt-touchpad-gestures.c151 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start() argument
207 tp_has_pending_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_has_pending_pointer_motion() argument
224 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion() argument
358 tp_gesture_apply_scroll_constraints(struct tp_dispatch *tp, struct device_float_coords *raw, struct normalized_coords *delta, uint64_t time) tp_gesture_apply_scroll_constraints() argument
541 tp_gesture_set_hold_timer(struct tp_dispatch *tp, uint64_t time) tp_gesture_set_hold_timer() argument
558 tp_gesture_handle_event_on_state_none(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_none() argument
587 tp_gesture_handle_event_on_state_unknown(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_unknown() argument
627 tp_gesture_handle_event_on_state_hold(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_hold() argument
665 tp_gesture_handle_event_on_state_hold_and_motion(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_hold_and_motion() argument
690 tp_gesture_handle_event_on_state_pointer_motion(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_pointer_motion() argument
728 tp_gesture_handle_event_on_state_scroll(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_scroll() argument
754 tp_gesture_handle_event_on_state_pinch(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_pinch() argument
776 tp_gesture_handle_event_on_state_swipe(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event_on_state_swipe() argument
798 tp_gesture_handle_event(struct tp_dispatch *tp, enum gesture_event event, uint64_t time) tp_gesture_handle_event() argument
854 tp_gesture_tap_timeout(struct tp_dispatch *tp, uint64_t time) tp_gesture_tap_timeout() argument
864 tp_gesture_detect_motion_gestures(struct tp_dispatch *tp, uint64_t time) tp_gesture_detect_motion_gestures() argument
1052 tp_gesture_handle_state_none(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state_none() argument
1126 tp_gesture_handle_state_unknown(struct tp_dispatch *tp, uint64_t time, bool ignore_motion) tp_gesture_handle_state_unknown() argument
1134 tp_gesture_handle_state_hold(struct tp_dispatch *tp, uint64_t time, bool ignore_motion) tp_gesture_handle_state_hold() argument
1144 tp_gesture_handle_state_hold_and_pointer_motion(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state_hold_and_pointer_motion() argument
1153 tp_gesture_handle_state_pointer_motion(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state_pointer_motion() argument
1160 tp_gesture_handle_state_scroll(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state_scroll() argument
1194 tp_gesture_handle_state_swipe(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state_swipe() argument
1213 tp_gesture_handle_state_pinch(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state_pinch() argument
1250 tp_gesture_post_gesture(struct tp_dispatch *tp, uint64_t time, bool ignore_motion) tp_gesture_post_gesture() argument
1298 tp_gesture_post_events(struct tp_dispatch *tp, uint64_t time, bool ignore_motion) tp_gesture_post_events() argument
1337 tp_gesture_stop_twofinger_scroll(struct tp_dispatch *tp, uint64_t time) tp_gesture_stop_twofinger_scroll() argument
1348 tp_gesture_end(struct tp_dispatch *tp, uint64_t time, bool cancelled) tp_gesture_end() argument
1393 tp_gesture_cancel(struct tp_dispatch *tp, uint64_t time) tp_gesture_cancel() argument
1399 tp_gesture_cancel_motion_gestures(struct tp_dispatch *tp, uint64_t time) tp_gesture_cancel_motion_gestures() argument
1406 tp_gesture_stop(struct tp_dispatch *tp, uint64_t time) tp_gesture_stop() argument
1425 tp_gesture_handle_state(struct tp_dispatch *tp, uint64_t time) tp_gesture_handle_state() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c321 uint64_t time = os_time_get_nano(); in amdgpu_bo_map() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c150 time_t time; member
668 cleanup_bo_cache(struct crocus_bufmgr *bufmgr, time_t time) in cleanup_bo_cache() argument
703 bo_unreference_final(struct crocus_bo *bo, time_t time) bo_unreference_final() argument
728 struct timespec time; __crocus_bo_unreference() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1105 int64_t time = os_time_get_nano(); in r600_fence_finish() local
1125 int64_t time = os_time_get_nano(); in r600_fence_finish() local
/third_party/node/deps/uv/src/unix/
H A Dcore.c1526 struct timeval time; in uv_gettimeofday() local
/third_party/python/Tools/wasm/
H A Dwasm_build.py38 import time namespace
/third_party/python/Lib/asyncio/
H A Devents.py269 def time(self): member in AbstractEventLoop
H A Dbase_events.py27 import time namespace
700 def time(self): member in BaseEventLoop
[all...]
/third_party/python/Lib/http/
H A Dcookiejar.py35 import time namespace
[all...]
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py22 import time namespace
/third_party/python/Lib/
H A Ddatetime.py1315 class time: global() class
1926 def time(self): global() member in datetime
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp359 Error Surface::setPresentationTime(EGLnsecsANDROID time) in setPresentationTime() argument
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py39 import time namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp206 EGL_PresentationTimeANDROID(EGLDisplay dpy, EGLSurface surface, EGLnsecsANDROID time) EGL_PresentationTimeANDROID() argument
H A Degl_ext_stubs.cpp255 PresentationTimeANDROID(Thread *thread, Display *display, Surface *eglSurface, EGLnsecsANDROID time) PresentationTimeANDROID() argument
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp924 int64_t time = Timer::ticks(); in executeTask() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbtz.cpp29 UDate time; member
392 UDate time in getOffset() local
504 UDate time; useDaylightTime() local
900 UDate time = transition->time; getTransitionTime() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h1909 internalSetTime(UDate time) internalSetTime() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_ftplib.py12 import time namespace
H A Dtest_httpservers.py25 import time namespace
H A Dtest_imaplib.py8 import time namespace
H A Dtest_random.py5 import time namespace

Completed in 40 milliseconds

1...<<51525354555657585960>>...75