Home
last modified time | relevance | path

Searched defs:time (Results 1551 - 1575 of 1654) sorted by relevance

1...<<61626364656667

/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp2587 UDate time = baseTime; parse() local
[all...]
H A Dvtzone.cpp183 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() argument
209 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() argument
272 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local
1181 writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const writeSimple() argument
1808 writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const writeSimple() argument
2192 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const writeZonePropsByTime() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp183 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() argument
209 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() argument
272 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local
1181 writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const writeSimple() argument
1808 writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const writeSimple() argument
2192 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const writeZonePropsByTime() argument
[all...]
/third_party/libinput/src/
H A Devdev.c212 evdev_button_scroll_timeout(uint64_t time, void *data) in evdev_button_scroll_timeout() argument
169 evdev_pointer_notify_physical_button(struct evdev_device *device, uint64_t time, int button, enum libinput_button_state state) evdev_pointer_notify_physical_button() argument
187 evdev_pointer_post_button(struct evdev_device *device, uint64_t time, unsigned int button, enum libinput_button_state state) evdev_pointer_post_button() argument
220 evdev_button_scroll_button(struct evdev_device *device, uint64_t time, int is_press) evdev_button_scroll_button() argument
317 evdev_pointer_notify_button(struct evdev_device *device, uint64_t time, unsigned int button, enum libinput_button_state state) evdev_pointer_notify_button() argument
407 evdev_notify_axis_legacy_wheel(struct evdev_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta_in, const struct discrete_coords *discrete_in) evdev_notify_axis_legacy_wheel() argument
436 evdev_notify_axis_wheel(struct evdev_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta_in, const struct wheel_v120 *v120_in) evdev_notify_axis_wheel() argument
465 evdev_notify_axis_finger(struct evdev_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta_in) evdev_notify_axis_finger() argument
484 evdev_notify_axis_continous(struct evdev_device *device, uint64_t time, uint32_t axes, const struct normalized_coords *delta_in) evdev_notify_axis_continous() argument
1036 uint32_t time = us2ms(input_event_time(e)); evdev_print_event() local
1068 uint64_t time = input_event_time(e); evdev_process_event() local
1074 libinput_timer_flush(evdev_libinput_context(device), time); evdev_process_event() local
2814 evdev_post_scroll(struct evdev_device *device, uint64_t time, enum libinput_pointer_axis_source source, const struct normalized_coords *delta) evdev_post_scroll() argument
2895 evdev_stop_scroll(struct evdev_device *device, uint64_t time, enum libinput_pointer_axis_source source) evdev_stop_scroll() argument
[all...]
H A Devdev-mt-touchpad.c160 tp_motion_history_push(struct tp_touch *t, uint64_t time) in tp_motion_history_push() argument
62 tp_filter_motion(struct tp_dispatch *tp, const struct device_float_coords *unaccelerated, uint64_t time) tp_filter_motion() argument
80 tp_filter_motion_unaccelerated(struct tp_dispatch *tp, const struct device_float_coords *unaccelerated, uint64_t time) tp_filter_motion_unaccelerated() argument
98 tp_filter_scroll(struct tp_dispatch *tp, const struct device_float_coords *unaccelerated, uint64_t time) tp_filter_scroll() argument
116 tp_calculate_motion_speed(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_calculate_motion_speed() argument
184 tp_detect_wobbling(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_detect_wobbling() argument
333 tp_new_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_new_touch() argument
369 tp_begin_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_begin_touch() argument
393 tp_maybe_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_maybe_end_touch() argument
441 tp_end_touch(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_end_touch() argument
464 tp_end_sequence(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_end_sequence() argument
471 tp_stop_actions(struct tp_dispatch *tp, uint64_t time) tp_stop_actions() argument
519 tp_process_absolute(struct tp_dispatch *tp, const struct input_event *e, uint64_t time) tp_process_absolute() argument
579 tp_process_absolute_st(struct tp_dispatch *tp, const struct input_event *e, uint64_t time) tp_process_absolute_st() argument
611 tp_restore_synaptics_touches(struct tp_dispatch *tp, uint64_t time) tp_restore_synaptics_touches() argument
646 tp_process_fake_touches(struct tp_dispatch *tp, uint64_t time) tp_process_fake_touches() argument
712 tp_process_trackpoint_button(struct tp_dispatch *tp, const struct input_event *e, uint64_t time) tp_process_trackpoint_button() argument
758 tp_process_key(struct tp_dispatch *tp, const struct input_event *e, uint64_t time) tp_process_key() argument
789 tp_process_msc(struct tp_dispatch *tp, const struct input_event *e, uint64_t time) tp_process_msc() argument
887 tp_palm_detect_dwt_triggered(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_dwt_triggered() argument
921 tp_palm_detect_trackpoint_triggered(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_trackpoint_triggered() argument
951 tp_palm_detect_tool_triggered(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_tool_triggered() argument
973 tp_palm_detect_move_out_of_edge(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_move_out_of_edge() argument
1000 tp_palm_detect_multifinger(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_multifinger() argument
1029 tp_palm_detect_touch_size_triggered(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_touch_size_triggered() argument
1055 tp_palm_detect_edge(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_edge() argument
1099 tp_palm_detect_pressure_triggered(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_pressure_triggered() argument
1117 tp_palm_detect_arbitration_triggered(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect_arbitration_triggered() argument
1130 tp_palm_detect(struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_palm_detect() argument
1206 tp_unhover_pressure(struct tp_dispatch *tp, uint64_t time) tp_unhover_pressure() argument
1295 tp_unhover_size(struct tp_dispatch *tp, uint64_t time) tp_unhover_size() argument
1336 tp_unhover_fake_touches(struct tp_dispatch *tp, uint64_t time) tp_unhover_fake_touches() argument
1393 tp_unhover_touches(struct tp_dispatch *tp, uint64_t time) tp_unhover_touches() argument
1483 tp_detect_jumps(const struct tp_dispatch *tp, struct tp_touch *t, uint64_t time) tp_detect_jumps() argument
1576 tp_motion_history_fix_last(struct tp_dispatch *tp, struct tp_touch *t, unsigned int jumping_interval, unsigned int normal_interval, uint64_t time) tp_motion_history_fix_last() argument
1601 tp_process_msc_timestamp(struct tp_dispatch *tp, uint64_t time) tp_process_msc_timestamp() argument
1683 tp_pre_process_state(struct tp_dispatch *tp, uint64_t time) tp_pre_process_state() argument
1706 tp_process_state(struct tp_dispatch *tp, uint64_t time) tp_process_state() argument
1819 tp_post_process_state(struct tp_dispatch *tp, uint64_t time) tp_post_process_state() argument
1852 tp_post_events(struct tp_dispatch *tp, uint64_t time) tp_post_events() argument
1903 tp_handle_state(struct tp_dispatch *tp, uint64_t time) tp_handle_state() argument
1940 tp_interface_process(struct evdev_dispatch *dispatch, struct evdev_device *device, struct input_event *e, uint64_t time) tp_interface_process() argument
2197 tp_trackpoint_event(uint64_t time, struct libinput_event *event, void *data) tp_trackpoint_event() argument
2293 tp_keyboard_event(uint64_t time, struct libinput_event *event, void *data) tp_keyboard_event() argument
2436 tp_lid_switch_event(uint64_t time, struct libinput_event *event, void *data) tp_lid_switch_event() argument
2461 tp_tablet_mode_switch_event(uint64_t time, struct libinput_event *event, void *data) tp_tablet_mode_switch_event() argument
2783 tp_interface_toggle_touch(struct evdev_dispatch *dispatch, struct evdev_device *device, enum evdev_arbitration_state which, const struct phys_rect *rect, uint64_t time) tp_interface_toggle_touch() argument
3090 uint64_t time = libinput_now(tp_libinput_context(tp)); tp_scroll_config_scroll_method_set_method() local
[all...]
H A Devdev-mt-touchpad.h210 uint64_t time; member
264 uint64_t time; /* first timestamp if is_palm == true */ member
[all...]
/third_party/libinput/tools/
H A Dlibinput-record.c224 time_offset(struct record_context *ctx, uint64_t time) in time_offset() argument
236 uint64_t time = input_event_time(ev) - dev->ctx->offset; in print_evdev_event() local
255 unsigned long time, dt; in print_evdev_event() local
382 uint64_t time = input_event_time(&e); handle_evdev_frame() local
450 uint64_t time; print_key_event() local
487 uint64_t time; print_motion_event() local
517 uint64_t time; print_absmotion_event() local
546 uint64_t time; print_pointer_button_event() local
576 uint64_t time; print_pointer_axis_event() local
633 uint64_t time; print_touch_event() local
712 uint64_t time; print_gesture_event() local
874 uint64_t time; print_tablet_tool_proximity_event() local
955 uint64_t time; print_tablet_tool_button_event() local
987 uint64_t time; print_tablet_tool_event() local
1045 uint64_t time; print_tablet_pad_button_event() local
1083 uint64_t time; print_tablet_pad_ringstrip_event() local
1141 uint64_t time; print_switch_event() local
1238 uint64_t time; handle_hidraw() local
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc81 int localtime_s(tm* out_tm, const time_t* time) { in localtime_s() argument
497 LocalTimezone(double time) LocalTimezone() argument
515 DaylightSavingsOffset(double time) DaylightSavingsOffset() argument
[all...]
/third_party/node/deps/v8/src/logging/
H A Dlog.cc1181 AppendCodeCreateHeader(Log::MessageBuilder& msg, CodeEventListener::LogEventsAndTags tag, CodeKind kind, uint8_t* address, int size, uint64_t time) AppendCodeCreateHeader() argument
1192 AppendCodeCreateHeader(Log::MessageBuilder& msg, CodeEventListener::LogEventsAndTags tag, AbstractCode code, uint64_t time) AppendCodeCreateHeader() argument
1584 AppendFunctionMessage(Log::MessageBuilder& msg, const char* reason, int script_id, double time_delta, int start_position, int end_position, uint64_t time) AppendFunctionMessage() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1934 time_t *time = NULL; in X509_cmp_timeframe() local
[all...]
/third_party/python/Lib/test/support/
H A D__init__.py14 import time namespace
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp4842 ValidatePresentationTimeANDROID(const ValidationContext *val, const Display *display, const Surface *surface, EGLnsecsANDROID time) ValidatePresentationTimeANDROID() argument
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c1936 time_t *time = NULL; in X509_cmp_timeframe() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp2588 UDate time = baseTime; parse() local
[all...]
H A Dvtzone.cpp191 static UnicodeString& getDateTimeString(UDate time, UnicodeString& str) { in getDateTimeString() argument
217 static UnicodeString& getUTCDateTimeString(UDate time, UnicodeString& str) { in getUTCDateTimeString() argument
280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() local
1190 writeSimple(UDate time, UnicodeString& result, UErrorCode& status) const writeSimple() argument
1888 writeSimple(UDate time, VTZWriter& writer, UErrorCode& status) const writeSimple() argument
2286 writeZonePropsByTime(VTZWriter& writer, UBool isDst, const UnicodeString& zonename, int32_t fromOffset, int32_t toOffset, UDate time, UBool withRDATE, UErrorCode& status) const writeZonePropsByTime() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_functools.py12 import time namespace
H A Dtest_zipfile.py14 import time namespace
H A Dtest_subprocess.py16 import time namespace
[all...]
/third_party/python/Lib/
H A Dturtle.py110 import time namespace
/third_party/tzdata/
H A Dlocaltime.c2458 time(time_t *p) time() function
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Dcapture.c5796 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c6011 u64 l_ts, m_ts, s_ts, time = 30000000LL; in rkcif_rdbk_frame_end() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp3172 int32_t time = StringUtils::StringToInt(params[2]); in MakeThreadStuck() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp2141 RetError AccessibleAbilityManagerService::SetMouseAutoClick(const int32_t time) in SetMouseAutoClick() argument
2186 RetError AccessibleAbilityManagerService::SetContentTimeout(const uint32_t time) in SetContentTimeout() argument
2201 RetError AccessibleAbilityManagerService::SetClickResponseTime(const uint32_t time) in SetClickResponseTime() argument
2211 RetError AccessibleAbilityManagerService::SetIgnoreRepeatClickTime(const uint32_t time) in SetIgnoreRepeatClickTime() argument
2231 RetError AccessibleAbilityManagerService::GetMouseAutoClick(int32_t &time) in GetMouseAutoClick() argument
2291 GetClickResponseTime(uint32_t &time) GetClickResponseTime() argument
2301 GetIgnoreRepeatClickTime(uint32_t &time) GetIgnoreRepeatClickTime() argument
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3628 NAPI_EXTERN napi_status napi_create_date(napi_env env, double time, napi_value* result) in napi_create_date() argument

Completed in 100 milliseconds

1...<<61626364656667