Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/third_party/node/deps/uvwasi/src/
Dclocks.c14 #define UVWASI__WIN_TIME_AND_RETURN(handle, time) \ argument
50 #define UVWASI__CLOCK_GETTIME_AND_RETURN(clk, time) \ argument
60 #define UVWASI__GETRUSAGE_AND_RETURN(who, time) \ argument
73 #define UVWASI__OSX_THREADTIME_AND_RETURN(time) \ argument
94 #define UVWASI__WIN_GETRES_AND_RETURN(time) \ argument
102 #define UVWASI__CLOCK_GETRES_AND_RETURN(clk, time) \ argument
117 #define UVWASI__SLOW_GETRES_AND_RETURN(time) \ argument
125 uvwasi_errno_t uvwasi__clock_gettime_realtime(uvwasi_timestamp_t* time) { in uvwasi__clock_gettime_realtime()
138 uvwasi_errno_t uvwasi__clock_gettime_process_cputime(uvwasi_timestamp_t* time) { in uvwasi__clock_gettime_process_cputime()
151 uvwasi_errno_t uvwasi__clock_gettime_thread_cputime(uvwasi_timestamp_t* time) { in uvwasi__clock_gettime_thread_cputime()
[all …]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c55 ecma_date_day (ecma_number_t time) /**< time value */ in ecma_date_day()
71 ecma_date_time_within_day (ecma_number_t time) /**< time value */ in ecma_date_time_within_day()
128 ecma_date_year_from_time (ecma_number_t time) /**< time value */ in ecma_date_year_from_time()
212 ecma_date_month_from_time (ecma_number_t time) /**< time value */ in ecma_date_month_from_time()
256 ecma_date_date_from_time (ecma_number_t time) /**< time value */ in ecma_date_date_from_time()
311 ecma_date_week_day (ecma_number_t time) /**< time value */ in ecma_date_week_day()
330 ecma_date_local_time_zone_adjustment (ecma_number_t time) /**< time value */ in ecma_date_local_time_zone_adjustment()
344 ecma_date_utc (ecma_number_t time) /**< time value */ in ecma_date_utc()
358 ecma_date_hour_from_time (ecma_number_t time) /**< time value */ in ecma_date_hour_from_time()
376 ecma_date_min_from_time (ecma_number_t time) /**< time value */ in ecma_date_min_from_time()
[all …]
/third_party/libinput/src/
Devdev-debounce.c127 uint64_t time) in debounce_set_timer()
137 uint64_t time) in debounce_set_timer_short()
177 uint64_t time = fallback->debounce.button_time; in debounce_notify_button() local
185 …ce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_handle_event()
206 …_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_handle_event()
234 …_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_waiting_handle_event()
260 …delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_delaying_handle_event()
281 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_delaying_spurious_handle_event()
307 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_detecting_spurious_handle_event()
334 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_detecting_spurious_handle_event()
[all …]
Devdev-mt-touchpad-gestures.c151 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start()
207 tp_has_pending_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_has_pending_pointer_motion()
224 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion()
361 uint64_t time) in tp_gesture_apply_scroll_constraints()
541 tp_gesture_set_hold_timer(struct tp_dispatch *tp, uint64_t time) in tp_gesture_set_hold_timer()
560 uint64_t time) in tp_gesture_none_handle_event()
589 uint64_t time) in tp_gesture_unknown_handle_event()
629 uint64_t time) in tp_gesture_hold_handle_event()
667 uint64_t time) in tp_gesture_hold_and_motion_handle_event()
692 uint64_t time) in tp_gesture_pointer_motion_handle_event()
[all …]
Devdev-middle-button.c143 uint64_t time, in evdev_middlebutton_idle_handle_event()
169 uint64_t time, in evdev_middlebutton_ldown_handle_event()
222 uint64_t time, in evdev_middlebutton_rdown_handle_event()
276 uint64_t time, in evdev_middlebutton_middle_handle_event()
319 uint64_t time, in evdev_middlebutton_lup_pending_handle_event()
354 uint64_t time, in evdev_middlebutton_rup_pending_handle_event()
389 uint64_t time, in evdev_middlebutton_passthrough_handle_event()
412 uint64_t time, in evdev_middlebutton_ignore_lr_handle_event()
441 uint64_t time, in evdev_middlebutton_ignore_l_handle_event()
468 uint64_t time, in evdev_middlebutton_ignore_r_handle_event()
[all …]
Devdev-fallback.c37 uint64_t time, in fallback_keyboard_notify_key()
53 uint64_t time) in fallback_lid_notify_toggle()
67 uint64_t time, in fallback_notify_physical_button()
117 uint64_t time) in post_trackpoint_scroll()
187 uint64_t time) in fallback_flush_relative_motion()
229 uint64_t time) in fallback_flush_wheels()
333 uint64_t time) in fallback_flush_absolute_motion()
351 uint64_t time) in fallback_flush_mt_down()
390 uint64_t time) in fallback_flush_mt_motion()
421 uint64_t time) in fallback_flush_mt_up()
[all …]
Devdev-mt-touchpad-tap.c124 uint64_t time, in tp_tap_notify()
153 tp_tap_set_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_timer()
159 tp_tap_set_drag_timer(struct tp_dispatch *tp, uint64_t time, in tp_tap_set_drag_timer()
169 tp_tap_set_draglock_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_draglock_timer()
192 enum tap_event event, uint64_t time) in tp_tap_idle_handle_event()
224 enum tap_event event, uint64_t time) in tp_tap_touch_handle_event()
280 enum tap_event event, uint64_t time) in tp_tap_hold_handle_event()
317 enum tap_event event, uint64_t time, in tp_tap_tapped_handle_event()
365 enum tap_event event, uint64_t time) in tp_tap_touch2_handle_event()
402 enum tap_event event, uint64_t time) in tp_tap_touch2_hold_handle_event()
[all …]
Devdev-mt-touchpad-edge-scroll.c92 uint64_t time) in tp_edge_scroll_set_timer()
111 uint64_t time) in tp_edge_scroll_set_state()
138 uint64_t time) in tp_edge_scroll_handle_none()
170 uint64_t time) in tp_edge_scroll_handle_edge_new()
207 uint64_t time) in tp_edge_scroll_handle_edge()
243 uint64_t time) in tp_edge_scroll_handle_area()
268 uint64_t time) in tp_edge_scroll_handle_event()
364 tp_edge_scroll_handle_state(struct tp_dispatch *tp, uint64_t time) in tp_edge_scroll_handle_state()
419 tp_edge_scroll_post_events(struct tp_dispatch *tp, uint64_t time) in tp_edge_scroll_post_events()
507 tp_edge_scroll_stop_events(struct tp_dispatch *tp, uint64_t time) in tp_edge_scroll_stop_events()
Dfilter.c43 void *data, uint64_t time) in filter_dispatch()
51 void *data, uint64_t time) in filter_dispatch_constant()
58 void *data, uint64_t time) in filter_restart()
111 uint64_t time) in trackers_reset()
132 uint64_t time) in trackers_feed()
164 uint64_t time, in calculate_trackers_velocity()
204 trackers_velocity(struct pointer_trackers *trackers, uint64_t time) in trackers_velocity()
284 uint64_t time) in calculate_acceleration_simpsons()
Devdev-mt-touchpad-buttons.c131 uint64_t time) in tp_button_set_enter_timer()
140 uint64_t time) in tp_button_set_leave_timer()
155 uint64_t time) in tp_button_set_state()
190 uint64_t time) in tp_button_none_handle_event()
220 uint64_t time) in tp_button_area_handle_event()
275 uint64_t time) in tp_button_bottom_handle_event()
316 uint64_t time) in tp_button_top_handle_event()
351 uint64_t time) in tp_button_top_new_handle_event()
390 uint64_t time) in tp_button_top_to_ignore_handle_event()
430 uint64_t time) in tp_button_ignore_handle_event()
[all …]
Devdev-mt-touchpad.c63 uint64_t time) in tp_filter_motion()
81 uint64_t time) in tp_filter_motion_unaccelerated()
99 uint64_t time) in tp_calculate_motion_speed()
141 tp_motion_history_push(struct tp_touch *t, uint64_t time) in tp_motion_history_push()
167 uint64_t time) in tp_detect_wobbling()
314 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_new_touch()
350 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_begin_touch()
376 uint64_t time) in tp_maybe_end_touch()
422 tp_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_end_touch()
445 tp_end_sequence(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_end_sequence()
[all …]
Dfilter-touchpad.c75 uint64_t time) in calculate_acceleration_factor()
108 void *data, uint64_t time) in accelerator_filter_generic()
129 void *data, uint64_t time) in accelerator_filter_post_normalized()
185 void *data, uint64_t time) in touchpad_constant_filter()
210 uint64_t time) in touchpad_accelerator_restart()
232 uint64_t time) in touchpad_accel_profile_linear()
Dfilter-low-dpi.c77 uint64_t time) in pointer_accel_profile_linear_low_dpi()
110 uint64_t time) in calculate_acceleration_factor()
131 void *data, uint64_t time) in accelerator_filter_generic()
152 void *data, uint64_t time) in accelerator_filter_unnormalized()
170 void *data, uint64_t time) in accelerator_filter_noop()
181 uint64_t time) in accelerator_restart()
Dfilter-mouse.c77 uint64_t time) in calculate_acceleration_factor()
110 void *data, uint64_t time) in accelerator_filter_generic()
131 void *data, uint64_t time) in accelerator_filter_pre_normalized()
168 void *data, uint64_t time) in accelerator_filter_noop()
179 uint64_t time) in accelerator_restart()
229 uint64_t time) in pointer_accel_profile_linear()
Dfilter-touchpad-x230.c89 void *data, double velocity, uint64_t time) in acceleration_profile()
111 uint64_t time) in calculate_acceleration()
132 void *data, uint64_t time) in accelerator_filter_x230()
171 void *data, uint64_t time) in accelerator_filter_constant_x230()
189 uint64_t time) in accelerator_restart_x230()
251 uint64_t time) in touchpad_lenovo_x230_accel_profile()
/third_party/cef/libcef/common/
Dtime_impl.cc26 void cef_time_to_basetime(const cef_time_t& cef_time, base::Time& time) { in cef_time_to_basetime()
39 void cef_time_from_basetime(const base::Time& time, cef_time_t& cef_time) { in cef_time_from_basetime()
58 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time) { in cef_time_to_timet()
68 CEF_EXPORT int cef_time_from_timet(time_t time, cef_time_t* cef_time) { in cef_time_from_timet()
77 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time) { in cef_time_to_doublet()
87 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time) { in cef_time_from_doublet()
/third_party/skia/third_party/externals/oboe/src/common/
DAudioClock.h30 struct timespec time; variable
47 struct timespec time; variable
64 struct timespec time; variable
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Dtest-cmpxchg-nolock.c48 cycles_t time1, time2, time; in do_testbaseline() local
75 cycles_t time1, time2, time; in do_test_sync_cmpxchg() local
106 cycles_t time1, time2, time; in do_test_cmpxchg() local
133 cycles_t time1, time2, time; in do_test_sync_inc() local
161 cycles_t time1, time2, time; in do_test_inc() local
191 cycles_t time1, time2, time; in do_test_enable_int() local
218 cycles_t time1, time2, time; in do_test_disable_int() local
246 cycles_t time1, time2, time; in do_test_int() local
/third_party/node/deps/npm/node_modules/timed-out/
Dreadme.md28 ##### time argument
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsimpletz.h898 int32_t time, UErrorCode& status) { in setStartRule()
903 int32_t time, in setStartRule()
910 int32_t time, UBool after, UErrorCode& status) { in setStartRule()
916 int32_t time, UErrorCode& status) { in setEndRule()
921 int32_t time, UErrorCode& status) { in setEndRule()
926 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
/third_party/icu/icu4c/source/i18n/unicode/
Dsimpletz.h898 int32_t time, UErrorCode& status) { in setStartRule()
903 int32_t time, in setStartRule()
910 int32_t time, UBool after, UErrorCode& status) { in setStartRule()
916 int32_t time, UErrorCode& status) { in setEndRule()
921 int32_t time, UErrorCode& status) { in setEndRule()
926 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h890 int32_t time, UErrorCode& status) { in setStartRule()
895 int32_t time, in setStartRule()
902 int32_t time, UBool after, UErrorCode& status) { in setStartRule()
908 int32_t time, UErrorCode& status) { in setEndRule()
913 int32_t time, UErrorCode& status) { in setEndRule()
918 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsimpletz.h898 int32_t time, UErrorCode& status) { in setStartRule()
903 int32_t time, in setStartRule()
910 int32_t time, UBool after, UErrorCode& status) { in setStartRule()
916 int32_t time, UErrorCode& status) { in setEndRule()
921 int32_t time, UErrorCode& status) { in setEndRule()
926 int32_t time, UBool after, UErrorCode& status) { in setEndRule()
/third_party/protobuf/src/google/protobuf/stubs/
Dtime.cc73 bool ValidateDateTime(const DateTime& time) { in ValidateDateTime()
91 int64 SecondsSinceCommonEra(const DateTime& time) { in SecondsSinceCommonEra()
211 bool SecondsToDateTime(int64 seconds, DateTime* time) { in SecondsToDateTime()
256 bool DateTimeToSeconds(const DateTime& time, int64* seconds) { in DateTimeToSeconds()
272 DateTime time; in FormatTime() local
286 DateTime time; in ParseTime() local
/third_party/rust/crates/humantime/benches/
Ddatetime_format.rs11 let time = UNIX_EPOCH + Duration::new(1_483_228_799, 0); in rfc3339_humantime_seconds() localVariable
28 let time = DateTime::<Utc>::from_utc( in rfc3339_chrono() localVariable

12345678910>>...27