Home
last modified time | relevance | path

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

12345678910>>...36

/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.c125 uint64_t time) in debounce_set_timer()
135 uint64_t time) in debounce_set_timer_short()
175 uint64_t time = fallback->debounce.button_time; in debounce_notify_button() local
183 …ce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_handle_event()
204 …_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_handle_event()
232 …_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_waiting_handle_event()
257 …delaying_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_delaying_handle_event()
277 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_delaying_spurious_handle_event()
303 …spurious_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_detecting_spurious_handle_event()
328 …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-tap.c108 uint64_t time, in tp_tap_notify()
137 tp_tap_set_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_timer()
143 tp_tap_set_drag_timer(struct tp_dispatch *tp, uint64_t time) in tp_tap_set_drag_timer()
165 enum tap_event event, uint64_t time) in tp_tap_idle_handle_event()
197 enum tap_event event, uint64_t time) in tp_tap_touch_handle_event()
252 enum tap_event event, uint64_t time) in tp_tap_hold_handle_event()
289 enum tap_event event, uint64_t time) in tp_tap_tapped_handle_event()
327 enum tap_event event, uint64_t time) in tp_tap_touch2_handle_event()
364 enum tap_event event, uint64_t time) in tp_tap_touch2_hold_handle_event()
398 enum tap_event event, uint64_t time) in tp_tap_touch2_release_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()
95 uint64_t time) in post_trackpoint_scroll()
165 uint64_t time) in fallback_flush_relative_motion()
207 uint64_t time) in fallback_flush_wheels()
264 uint64_t time) in fallback_flush_absolute_motion()
282 uint64_t time) in fallback_flush_mt_down()
321 uint64_t time) in fallback_flush_mt_motion()
352 uint64_t time) in fallback_flush_mt_up()
380 uint64_t time) in fallback_flush_mt_cancel()
[all …]
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-gestures.c107 tp_gesture_start(struct tp_dispatch *tp, uint64_t time) in tp_gesture_start()
142 tp_gesture_post_pointer_motion(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_pointer_motion()
247 uint64_t time) in tp_gesture_apply_scroll_constraints()
372 tp_gesture_handle_state_none(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_none()
472 tp_gesture_handle_state_unknown(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_unknown()
603 tp_gesture_handle_state_scroll(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_scroll()
630 tp_gesture_handle_state_swipe(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_swipe()
651 tp_gesture_handle_state_pinch(struct tp_dispatch *tp, uint64_t time) in tp_gesture_handle_state_pinch()
690 tp_gesture_post_gesture(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_gesture()
722 tp_gesture_post_events(struct tp_dispatch *tp, uint64_t time) in tp_gesture_post_events()
[all …]
Devdev-mt-touchpad.c63 uint64_t time) in tp_filter_motion()
81 uint64_t time) in tp_filter_motion_unaccelerated()
165 uint64_t time) in tp_detect_wobbling()
311 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_new_touch()
348 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) in tp_begin_touch()
375 uint64_t time) in tp_maybe_end_touch()
421 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()
452 tp_stop_actions(struct tp_dispatch *tp, uint64_t time) in tp_stop_actions()
502 uint64_t time) in tp_process_absolute()
[all …]
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-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()
/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/boost/libs/geometry/index/example/
Dbenchmark_experimental.cpp144 dur_t time = clock_t::now() - start; in main() local
161 dur_t time = clock_t::now() - start; in main() local
172 dur_t time = clock_t::now() - start; in main() local
192 dur_t time = clock_t::now() - start; in main() local
208 dur_t time = clock_t::now() - start; in main() local
227 dur_t time = clock_t::now() - start; in main() local
244 dur_t time = clock_t::now() - start; in main() local
262 dur_t time = clock_t::now() - start; in main() local
280 dur_t time = clock_t::now() - start; in main() local
296 dur_t time = clock_t::now() - start; in main() local
[all …]
Dbenchmark.cpp74 dur_t time = clock_t::now() - start; in main() local
93 dur_t time = clock_t::now() - start; in main() local
120 dur_t time = clock_t::now() - start; in main() local
136 dur_t time = clock_t::now() - start; in main() local
150 dur_t time = clock_t::now() - start; in main() local
D3d_benchmark.cpp71 dur_t time = clock_t::now() - start; in main() local
91 dur_t time = clock_t::now() - start; in main() local
121 dur_t time = clock_t::now() - start; in main() local
138 dur_t time = clock_t::now() - start; in main() local
153 dur_t time = clock_t::now() - start; in main() local
/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/boost/tools/build/src/engine/
Dtimestamp.cpp57 timestamp time; member
92 void timestamp_clear( timestamp * const time ) in timestamp_clear()
139 int timestamp_empty( timestamp const * const time ) in timestamp_empty()
149 void timestamp_from_path( timestamp * const time, OBJECT * const path ) in timestamp_from_path()
160 void timestamp_init( timestamp * const time, time_t const secs, int const nsecs in timestamp_init()
178 static char const * timestamp_formatstr( timestamp const * const time, in timestamp_formatstr()
190 char const * timestamp_str( timestamp const * const time ) in timestamp_str()
196 char const * timestamp_timestr( timestamp const * const time ) in timestamp_timestr()
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D_time.py82 def __init__(self, state, behavior, time): argument
154 def _ensure_called_through(self, time): argument
161 def _call_at(self, behavior, time): argument
172 def time(self): member in StrictRealTime
178 def call_at(self, behavior, time): argument
186 def sleep_until(self, time): argument
193 def __init__(self, time): argument
197 def time(self): member in StrictFakeTime
209 def call_at(self, behavior, time): argument
224 def sleep_until(self, time): argument
/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/grpc/include/grpcpp/impl/codegen/
Dtime.h54 TimePoint(const gpr_timespec& time) : time_(time) {} in TimePoint()
78 TimePoint(const std::chrono::system_clock::time_point& time) { in TimePoint()
/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.h894 int32_t time, UErrorCode& status) { in setStartRule()
899 int32_t time, in setStartRule()
906 int32_t time, UBool after, UErrorCode& status) { in setStartRule()
912 int32_t time, UErrorCode& status) { in setEndRule()
917 int32_t time, UErrorCode& status) { in setEndRule()
922 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()

12345678910>>...36