| /third_party/node/deps/v8/tools/testrunner/testproc/ |
| H A D | progress.py | 10 import time namespace [all...] |
| /third_party/node/deps/zlib/google/ |
| H A D | zip_reader.h | 44 virtual void SetTimeModified(const base::Time& time) {} in SetTimeModified() argument [all...] |
| /third_party/node/deps/v8/tools/ |
| H A D | gdb-v8-support.py | 35 import time namespace
|
| H A D | stats-viewer.py | 46 import time namespace
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, char16_t* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | simpletz.h | 894 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setStartRule() argument 900 setStartRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) setStartRule() argument 906 setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) setStartRule() argument 912 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setEndRule() argument 918 setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status) setEndRule() argument 923 setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, int32_t time, UBool after, UErrorCode& status) setEndRule() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_screen.c | 196 uint64_t time; in nouveau_screen_init() local
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | private.h | 274 # undef time macro 275 # define time tz_time macro 291 time(time_t *p) in time() function
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | vzone.cpp | 107 vzone_writeSimple(VZone* zone, UDate time, UChar* & result, int32_t & resultLength, UErrorCode& status) { in vzone_writeSimple() argument
|
| /third_party/libinput/src/ |
| H A D | filter-custom.c | 77 custom_accel_function_calculate_speed(struct custom_accel_function *cf, const struct device_float_coords *unaccelerated, uint64_t time) custom_accel_function_calculate_speed() argument 183 custom_accel_function_filter(struct custom_accel_function *cf, const struct device_float_coords *unaccelerated, uint64_t time) custom_accel_function_filter() argument 238 custom_accelerator_filter(enum libinput_config_accel_type accel_type, struct motion_filter *filter, const struct device_float_coords *unaccelerated, uint64_t time) custom_accelerator_filter() argument 252 custom_accelerator_restart(struct motion_filter *filter, void *data, uint64_t time) custom_accelerator_restart() argument 339 custom_accel_profile_fallback(struct motion_filter *filter, void *data, double speed_in, uint64_t time) custom_accel_profile_fallback() argument 350 custom_accelerator_filter_fallback(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) custom_accelerator_filter_fallback() argument 362 custom_accel_profile_motion(struct motion_filter *filter, void *data, double speed_in, uint64_t time) custom_accel_profile_motion() argument 373 custom_accelerator_filter_motion(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) custom_accelerator_filter_motion() argument 385 custom_accel_profile_scroll(struct motion_filter *filter, void *data, double speed_in, uint64_t time) custom_accel_profile_scroll() argument 396 custom_accelerator_filter_scroll(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) custom_accelerator_filter_scroll() argument [all...] |
| H A D | evdev-wheel.c | 76 wheel_set_scroll_timer(struct fallback_dispatch *dispatch, uint64_t time) in wheel_set_scroll_timer() argument 89 wheel_handle_event_on_state_none(struct fallback_dispatch *dispatch, enum wheel_event event, uint64_t time) wheel_handle_event_on_state_none() argument 107 wheel_handle_event_on_state_accumulating_scroll(struct fallback_dispatch *dispatch, enum wheel_event event, uint64_t time) wheel_handle_event_on_state_accumulating_scroll() argument 129 wheel_handle_event_on_state_scrolling(struct fallback_dispatch *dispatch, enum wheel_event event, uint64_t time) wheel_handle_event_on_state_scrolling() argument 152 wheel_handle_event(struct fallback_dispatch *dispatch, enum wheel_event event, uint64_t time) wheel_handle_event() argument 182 wheel_flush_scroll(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) wheel_flush_scroll() argument 273 wheel_handle_state_none(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) wheel_handle_state_none() argument 281 wheel_handle_state_accumulating_scroll(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) wheel_handle_state_accumulating_scroll() argument 295 wheel_handle_state_scrolling(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) wheel_handle_state_scrolling() argument 303 wheel_handle_direction_change(struct fallback_dispatch *dispatch, struct input_event *e, uint64_t time) wheel_handle_direction_change() argument 342 fallback_wheel_process_relative(struct fallback_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) fallback_wheel_process_relative() argument 383 fallback_wheel_handle_state(struct fallback_dispatch *dispatch, struct evdev_device *device, uint64_t time) fallback_wheel_handle_state() argument [all...] |
| H A D | evdev-debounce.c | 177 uint64_t time = fallback->debounce.button_time; in debounce_notify_button() local 185 debounce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_handle_event() argument 206 debounce_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_handle_event() argument 126 debounce_set_timer(struct fallback_dispatch *fallback, uint64_t time) debounce_set_timer() argument 136 debounce_set_timer_short(struct fallback_dispatch *fallback, uint64_t time) debounce_set_timer_short() argument 234 debounce_is_down_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_waiting_handle_event() argument 260 debounce_is_up_delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_delaying_handle_event() argument 281 debounce_is_up_delaying_spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_delaying_spurious_handle_event() argument 307 debounce_is_up_detecting_spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_detecting_spurious_handle_event() argument 334 debounce_is_down_detecting_spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_detecting_spurious_handle_event() argument 362 debounce_is_up_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_up_waiting_handle_event() argument 384 debounce_is_down_delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_is_down_delaying_handle_event() argument 407 debounce_disabled_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_disabled_handle_event() argument 432 debounce_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) debounce_handle_event() argument 484 fallback_debounce_handle_state(struct fallback_dispatch *dispatch, uint64_t time) fallback_debounce_handle_state() argument [all...] |
| H A D | evdev-mt-touchpad-edge-scroll.c | 90 tp_edge_scroll_set_timer(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_edge_scroll_set_timer() argument 108 tp_edge_scroll_set_state(struct tp_dispatch *tp, struct tp_touch *t, enum tp_edge_scroll_touch_state state, uint64_t time) tp_edge_scroll_set_state() argument 135 tp_edge_scroll_handle_none(struct tp_dispatch *tp, struct tp_touch *t, enum scroll_event event, uint64_t time) tp_edge_scroll_handle_none() argument 167 tp_edge_scroll_handle_edge_new(struct tp_dispatch *tp, struct tp_touch *t, enum scroll_event event, uint64_t time) tp_edge_scroll_handle_edge_new() argument 204 tp_edge_scroll_handle_edge(struct tp_dispatch *tp, struct tp_touch *t, enum scroll_event event, uint64_t time) tp_edge_scroll_handle_edge() argument 240 tp_edge_scroll_handle_area(struct tp_dispatch *tp, struct tp_touch *t, enum scroll_event event, uint64_t time) tp_edge_scroll_handle_area() argument 265 tp_edge_scroll_handle_event(struct tp_dispatch *tp, struct tp_touch *t, enum scroll_event event, uint64_t time) tp_edge_scroll_handle_event() argument 364 tp_edge_scroll_handle_state(struct tp_dispatch *tp, uint64_t time) tp_edge_scroll_handle_state() argument 419 tp_edge_scroll_post_events(struct tp_dispatch *tp, uint64_t time) tp_edge_scroll_post_events() argument 507 tp_edge_scroll_stop_events(struct tp_dispatch *tp, uint64_t time) tp_edge_scroll_stop_events() argument [all...] |
| H A D | evdev-middle-button.c | 142 evdev_middlebutton_idle_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_idle_handle_event() argument 168 evdev_middlebutton_ldown_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_ldown_handle_event() argument 221 evdev_middlebutton_rdown_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_rdown_handle_event() argument 275 evdev_middlebutton_middle_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_middle_handle_event() argument 318 evdev_middlebutton_lup_pending_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_lup_pending_handle_event() argument 353 evdev_middlebutton_rup_pending_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_rup_pending_handle_event() argument 388 evdev_middlebutton_passthrough_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_passthrough_handle_event() argument 411 evdev_middlebutton_ignore_lr_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_ignore_lr_handle_event() argument 440 evdev_middlebutton_ignore_l_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_ignore_l_handle_event() argument 467 evdev_middlebutton_ignore_r_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_ignore_r_handle_event() argument 495 evdev_middlebutton_handle_event(struct evdev_device *device, uint64_t time, enum evdev_middlebutton_event event) evdev_middlebutton_handle_event() argument 578 evdev_middlebutton_filter_button(struct evdev_device *device, uint64_t time, int button, enum libinput_button_state state) evdev_middlebutton_filter_button() argument [all...] |
| H A D | filter-touchpad-x230.c | 88 acceleration_profile(struct pointer_accelerator_x230 *accel, void *data, double velocity, uint64_t time) acceleration_profile() argument 107 calculate_acceleration(struct pointer_accelerator_x230 *accel, void *data, double velocity, double last_velocity, uint64_t time) calculate_acceleration() argument 130 accelerator_filter_x230(struct motion_filter *filter, const struct device_float_coords *raw, void *data, uint64_t time) accelerator_filter_x230() argument 169 accelerator_filter_constant_x230(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) accelerator_filter_constant_x230() argument 187 accelerator_restart_x230(struct motion_filter *filter, void *data, uint64_t time) accelerator_restart_x230() argument 248 touchpad_lenovo_x230_accel_profile(struct motion_filter *filter, void *data, double speed_in, uint64_t time) touchpad_lenovo_x230_accel_profile() argument [all...] |
| H A D | filter.c | 41 filter_dispatch(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) filter_dispatch() argument 49 filter_dispatch_constant(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) filter_dispatch_constant() argument 57 filter_dispatch_scroll(struct motion_filter *filter, const struct device_float_coords *unaccelerated, void *data, uint64_t time) filter_dispatch_scroll() argument 65 filter_restart(struct motion_filter *filter, void *data, uint64_t time) filter_restart() argument 130 trackers_reset(struct pointer_trackers *trackers, uint64_t time) trackers_reset() argument 150 trackers_feed(struct pointer_trackers *trackers, const struct device_float_coords *delta, uint64_t time) trackers_feed() argument 183 calculate_trackers_velocity(const struct pointer_tracker *tracker, uint64_t time, struct pointer_delta_smoothener *smoothener) calculate_trackers_velocity() argument 224 trackers_velocity(struct pointer_trackers *trackers, uint64_t time) trackers_velocity() argument 296 calculate_acceleration_simpsons(struct motion_filter *filter, accel_profile_func_t profile, void *data, double velocity, double last_velocity, uint64_t time) calculate_acceleration_simpsons() argument [all...] |
| /third_party/libinput/test/ |
| H A D | test-pad.c | 68 uint64_t time, time_usec, oldtime; in START_TEST() local
|
| /third_party/ltp/testcases/misc/math/fptests/ |
| H A D | fptest02.c | 71 double time; member [all...] |
| /third_party/ltp/testcases/kernel/power_management/lib/ |
| H A D | pm_sched_mc.py | 8 from time import time namespace 412 import time namespace 427 import time namespace
|
| /third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
| H A D | clock_adjtime.h | 33 struct __kernel_old_timeval time; /* (read only, except for ADJ_SETOFFSET) */ member 71 struct __kernel_timex_timeval time; /* (read only, except for ADJ_SETOFFSET) */ member [all...] |
| /third_party/littlefs/scripts/ |
| H A D | plotmpl.py | 23 import time namespace
|
| H A D | plot.py | 22 import time namespace
|
| H A D | test.py | 26 import time namespace
|
| H A D | tracebd.py | 21 import time namespace
|
| /third_party/libinput/tools/ |
| H A D | ptraccel-debug.c | 43 uint64_t time = 0; in print_ptraccel_deltas() local 73 uint64_t time = 0; in print_ptraccel_movement() local 119 uint64_t time = 0; in print_ptraccel_sequence() local [all...] |