Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/third_party/libinput/src/
Devdev-mt-touchpad-tap.c96 log_tap_bug(struct tp_dispatch *tp, struct tp_touch *t, enum tap_event event) in log_tap_bug()
107 tp_tap_notify(struct tp_dispatch *tp, 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()
149 tp_tap_clear_timer(struct tp_dispatch *tp) in tp_tap_clear_timer()
155 tp_tap_move_to_dead(struct tp_dispatch *tp, struct tp_touch *t) in tp_tap_move_to_dead()
163 tp_tap_idle_handle_event(struct tp_dispatch *tp, in tp_tap_idle_handle_event()
195 tp_tap_touch_handle_event(struct tp_dispatch *tp, in tp_tap_touch_handle_event()
250 tp_tap_hold_handle_event(struct tp_dispatch *tp, in tp_tap_hold_handle_event()
287 tp_tap_tapped_handle_event(struct tp_dispatch *tp, in tp_tap_tapped_handle_event()
[all …]
Devdev-mt-touchpad.c61 tp_filter_motion(struct tp_dispatch *tp, in tp_filter_motion()
79 tp_filter_motion_unaccelerated(struct tp_dispatch *tp, in tp_filter_motion_unaccelerated()
97 tp_calculate_motion_speed(struct tp_dispatch *tp, struct tp_touch *t) in tp_calculate_motion_speed()
163 tp_detect_wobbling(struct tp_dispatch *tp, in tp_detect_wobbling()
211 tp_motion_hysteresis(struct tp_dispatch *tp, in tp_motion_hysteresis()
232 tp_current_touch(struct tp_dispatch *tp) in tp_current_touch()
238 tp_get_touch(struct tp_dispatch *tp, unsigned int slot) in tp_get_touch()
245 tp_fake_finger_count(struct tp_dispatch *tp) in tp_fake_finger_count()
264 tp_fake_finger_is_touching(struct tp_dispatch *tp) in tp_fake_finger_is_touching()
270 tp_fake_finger_set(struct tp_dispatch *tp, in tp_fake_finger_set()
[all …]
Devdev-mt-touchpad-buttons.c81 is_inside_bottom_button_area(const struct tp_dispatch *tp, in is_inside_bottom_button_area()
88 is_inside_bottom_right_area(const struct tp_dispatch *tp, in is_inside_bottom_right_area()
96 is_inside_bottom_middle_area(const struct tp_dispatch *tp, in is_inside_bottom_middle_area()
105 is_inside_bottom_left_area(const struct tp_dispatch *tp, in is_inside_bottom_left_area()
114 is_inside_top_button_area(const struct tp_dispatch *tp, in is_inside_top_button_area()
121 is_inside_top_right_area(const struct tp_dispatch *tp, in is_inside_top_right_area()
129 is_inside_top_left_area(const struct tp_dispatch *tp, in is_inside_top_left_area()
137 is_inside_top_middle_area(const struct tp_dispatch *tp, in is_inside_top_middle_area()
146 tp_button_set_enter_timer(struct tp_dispatch *tp, struct tp_touch *t) in tp_button_set_enter_timer()
153 tp_button_set_leave_timer(struct tp_dispatch *tp, struct tp_touch *t) in tp_button_set_leave_timer()
[all …]
Devdev-mt-touchpad-thumb.c50 tp_thumb_set_state(struct tp_dispatch *tp, in tp_thumb_set_state()
70 tp_thumb_reset(struct tp_dispatch *tp) in tp_thumb_reset()
78 tp_thumb_lift(struct tp_dispatch *tp) in tp_thumb_lift()
85 tp_thumb_in_exclusion_area(const struct tp_dispatch *tp, in tp_thumb_in_exclusion_area()
94 tp_thumb_detect_pressure_size(const struct tp_dispatch *tp, in tp_thumb_detect_pressure_size()
115 tp_thumb_needs_jail(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_needs_jail()
133 tp_thumb_ignored(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_thumb_ignored()
145 tp_thumb_ignored_for_tap(const struct tp_dispatch *tp, in tp_thumb_ignored_for_tap()
156 tp_thumb_ignored_for_gesture(const struct tp_dispatch *tp, in tp_thumb_ignored_for_gesture()
168 tp_thumb_suppress(struct tp_dispatch *tp, struct tp_touch *t) in tp_thumb_suppress()
[all …]
Devdev-mt-touchpad-gestures.c49 tp_get_touches_delta(struct tp_dispatch *tp, bool average) in tp_get_touches_delta()
83 tp_gesture_init_scroll(struct tp_dispatch *tp) in tp_gesture_init_scroll()
95 tp_get_combined_touches_delta(struct tp_dispatch *tp) in tp_get_combined_touches_delta()
101 tp_get_average_touches_delta(struct tp_dispatch *tp) in tp_get_average_touches_delta()
107 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()
167 tp_gesture_get_active_touches(const struct tp_dispatch *tp, in tp_gesture_get_active_touches()
198 tp_gesture_get_direction(struct tp_dispatch *tp, struct tp_touch *touch) in tp_gesture_get_direction()
210 tp_gesture_get_pinch_info(struct tp_dispatch *tp, in tp_gesture_get_pinch_info()
229 tp_gesture_set_scroll_buildup(struct tp_dispatch *tp) in tp_gesture_set_scroll_buildup()
[all …]
Devdev-mt-touchpad-edge-scroll.c73 tp_touch_get_edge(const struct tp_dispatch *tp, const struct tp_touch *t) in tp_touch_get_edge()
90 tp_edge_scroll_set_timer(struct tp_dispatch *tp, in tp_edge_scroll_set_timer()
107 tp_edge_scroll_set_state(struct tp_dispatch *tp, in tp_edge_scroll_set_state()
133 tp_edge_scroll_handle_none(struct tp_dispatch *tp, in tp_edge_scroll_handle_none()
160 tp_edge_scroll_handle_edge_new(struct tp_dispatch *tp, in tp_edge_scroll_handle_edge_new()
188 tp_edge_scroll_handle_edge(struct tp_dispatch *tp, in tp_edge_scroll_handle_edge()
218 tp_edge_scroll_handle_area(struct tp_dispatch *tp, in tp_edge_scroll_handle_area()
239 tp_edge_scroll_handle_event(struct tp_dispatch *tp, in tp_edge_scroll_handle_event()
278 tp_edge_scroll_init(struct tp_dispatch *tp, struct evdev_device *device) in tp_edge_scroll_init()
326 tp_remove_edge_scroll(struct tp_dispatch *tp) in tp_remove_edge_scroll()
[all …]
/third_party/typescript/tests/baselines/reference/
DnonPrimitiveConstraintOfIndexAccessType.js38 function f(s, tp) { argument
41 function g(s, tp) { argument
44 function h(s, tp) { argument
47 function i(s, tp) { argument
50 function j(s, tp) { argument
53 function k(s, tp) { argument
56 function o(s, tp) { argument
59 function l(s, tp) { argument
62 function m(s, tp) { argument
65 function n(s, tp) { argument
/third_party/boost/libs/mp11/test/
Dconstruct_from_tuple.cpp47 std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local
67 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in main() local
90 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in main() local
102 std::pair<int, short> tp{ 1, 2 }; in main() local
122 std::pair<int, short> const tp{ 1, 2 }; in main() local
142 std::array<int, 3> tp{{ 1, 2, 3 }}; in main() local
162 std::array<int, 3> const tp{{ 1, 2, 3 }}; in main() local
182 std::tuple<> tp; in main() local
202 std::array<int, 0> tp; in main() local
Dtuple_for_each.cpp26 std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local
46 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in main() local
69 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in main() local
81 std::pair<int, short> tp{ 1, 2 }; in main() local
101 std::pair<int, short> const tp{ 1, 2 }; in main() local
121 std::array<int, 3> tp{{ 1, 2, 3 }}; in main() local
141 std::array<int, 3> const tp{{ 1, 2, 3 }}; in main() local
161 std::tuple<> tp; in main() local
168 std::array<int, 0> tp; in main() local
Dtuple_apply_cx.cpp47 constexpr std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local
53 constexpr std::pair<short, char> tp{ 1, 2 }; in main() local
59 constexpr std::array<short, 3> tp{{ 1, 2, 3 }}; in main() local
69 constexpr std::tuple<> tp; in main() local
Dtuple_apply.cpp26 std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local
40 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in main() local
57 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in main() local
66 std::pair<int, short> tp{ 1, 2 }; in main() local
80 std::pair<int, short> const tp{ 1, 2 }; in main() local
94 std::array<int, 3> tp{{ 1, 2, 3 }}; in main() local
108 std::array<int, 3> const tp{{ 1, 2, 3 }}; in main() local
122 std::tuple<> tp; in main() local
129 std::array<int, 0> tp; in main() local
Dconstruct_from_tuple_cx.cpp41 constexpr std::tuple<int, short, char> tp{ 1, 2, 3 }; in main() local
51 constexpr std::pair<short, char> tp{ 1, 2 }; in main() local
61 constexpr std::array<short, 3> tp{{ 1, 2, 3 }}; in main() local
75 constexpr std::tuple<> tp; in main() local
Dtuple_transform.cpp44 std::tuple<T<1>, T<2>, T<3>> tp; in main() local
79 std::tuple<T<1>, T<2>, T<3>> const tp; in main() local
114 std::pair<T<1>, T<2>> tp; in main() local
145 std::pair<T<1>, T<2>> const tp; in main() local
176 std::tuple<> tp; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier()
106 const time_point<absl::time_internal::cctz::seconds> tp = in TEST() local
132 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
157 auto tp = chrono::system_clock::from_time_t(0); in TEST() local
199 auto tp = chrono::system_clock::from_time_t(0); in TEST() local
248 auto tp = chrono::system_clock::from_time_t(0); in TEST() local
269 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
331 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
399 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
[all …]
Dtime_zone_lookup_test.cc643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
851 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local
858 const auto tp = in TEST() local
867 const auto tp = chrono::system_clock::from_time_t(536457599); in TEST() local
876 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local
884 const auto tp = chrono::system_clock::from_time_t(45); in TEST() local
891 const auto tp = chrono::system_clock::from_time_t(1380855729); in TEST() local
898 const auto tp = chrono::system_clock::from_time_t(90); in TEST() local
935 const auto tp = convert(civil_second(2009, 2, 13, 18, 31, 30), tz); in TEST() local
952 time_point<absl::time_internal::cctz::seconds> tp; in TEST() local
[all …]
Dtime_zone_impl.h53 time_zone::absolute_lookup BreakTime(const time_point<seconds>& tp) const { in BreakTime()
65 bool NextTransition(const time_point<seconds>& tp, in NextTransition()
69 bool PrevTransition(const time_point<seconds>& tp, in PrevTransition()
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
60 void TestFormatSpecifier(time_point<D> tp, time_zone tz, const std::string& fmt, in TestFormatSpecifier()
106 const time_point<absl::time_internal::cctz::seconds> tp = in TEST() local
132 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
157 auto tp = chrono::system_clock::from_time_t(0); in TEST() local
199 auto tp = chrono::system_clock::from_time_t(0); in TEST() local
248 auto tp = chrono::system_clock::from_time_t(0); in TEST() local
269 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
331 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
399 time_point<chrono::nanoseconds> tp = chrono::system_clock::from_time_t(0); in TEST() local
[all …]
Dtime_zone_lookup_test.cc643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
839 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local
846 const auto tp = in TEST() local
855 const auto tp = chrono::system_clock::from_time_t(536457599); in TEST() local
864 const auto tp = chrono::system_clock::from_time_t(0); in TEST() local
872 const auto tp = chrono::system_clock::from_time_t(45); in TEST() local
879 const auto tp = chrono::system_clock::from_time_t(1380855729); in TEST() local
886 const auto tp = chrono::system_clock::from_time_t(90); in TEST() local
923 const auto tp = convert(civil_second(2009, 2, 13, 18, 31, 30), tz); in TEST() local
940 time_point<absl::time_internal::cctz::seconds> tp; in TEST() local
[all …]
Dtime_zone_impl.h53 time_zone::absolute_lookup BreakTime(const time_point<seconds>& tp) const { in BreakTime()
65 bool NextTransition(const time_point<seconds>& tp, in NextTransition()
69 bool PrevTransition(const time_point<seconds>& tp, in PrevTransition()
/third_party/boost/boost/mp11/
Dtuple.hpp34 …, std::size_t... J> BOOST_MP11_CONSTEXPR auto tuple_apply_impl( F && f, Tp && tp, integer_sequence… in tuple_apply_impl()
44 BOOST_MP11_CONSTEXPR auto tuple_apply( F && f, Tp && tp ) in tuple_apply()
54 …Tp, std::size_t... J> BOOST_MP11_CONSTEXPR T construct_from_tuple_impl( Tp && tp, integer_sequence… in construct_from_tuple_impl()
63 BOOST_MP11_CONSTEXPR T construct_from_tuple( Tp && tp ) in construct_from_tuple()
72 template<class Tp, std::size_t... J, class F> BOOST_MP11_CONSTEXPR F tuple_for_each_impl( Tp && tp,… in tuple_for_each_impl()
85 template<class Tp, class F> BOOST_MP11_CONSTEXPR F tuple_for_each( Tp && tp, F && f ) in tuple_for_each()
108 BOOST_MP11_CONSTEXPR auto tp_extract( Tp&&... tp ) in tp_extract()
117 …_CONSTEXPR auto tuple_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp&&... tp ) in tuple_transform_impl()
154 BOOST_MP11_CONSTEXPR auto tuple_transform( F const& f, Tp1&& tp1, Tp&&... tp ) in tuple_transform()
166 BOOST_MP11_CONSTEXPR auto tuple_transform( F const& f, Tp&&... tp ) in tuple_transform()
/third_party/boost/libs/chrono/test/io/
Dtime_point_output.cpp20 boost::chrono::time_point<Clock, D> tp(d); in test_good_prefix() local
34 boost::chrono::time_point<Clock, D> tp(d); in test_good_prefix_system_clock() local
47 boost::chrono::time_point<Clock, D> tp(d); in test_good_symbol() local
64 boost::chrono::time_point<Clock, D> tp(d); in test_good_symbol_system_clock() local
78 boost::chrono::time_point<Clock, D> tp(d); in test_good_utc_fmt_system_clock() local
94 boost::chrono::time_point<Clock, D> tp(d); in test_good_utc_fmt_system_clock2() local
108 boost::chrono::time_point<Clock,D> tp(d); in test_good() local
120 boost::chrono::time_point<Clock,D> tp(d); in test_good_system_clock() local
308 boost::chrono::system_clock::time_point tp = boost::chrono::system_clock::now(); in main() local
Dtime_point_input.cpp36 clock_time_point tp; in test_good() local
54 boost::chrono::time_point<Clock, D> tp; in test_good_system_clock() local
72 boost::chrono::time_point<Clock, D> tp; in test_good_utc_fmt_system_clock() local
89 boost::chrono::time_point<Clock, D> tp; in test_fail() local
99 boost::chrono::time_point<Clock, D> tp; in test_fail_no_epoch() local
109 boost::chrono::time_point<Clock, D> tp; in test_fail_epoch() local
/third_party/boost/libs/hof/test/
Dtuple_for_each.cpp26 std::tuple<int, short, char> tp{ 1, 2, 3 }; in BOOST_HOF_TEST_CASE() local
46 std::tuple<int, short, char> const tp{ 1, 2, 3 }; in BOOST_HOF_TEST_CASE() local
69 …std::tuple<std::unique_ptr<int>, std::unique_ptr<int>, std::unique_ptr<int>> tp{ std::unique_ptr<i… in BOOST_HOF_TEST_CASE() local
80 auto tp = boost::hof::pack(1, 2, 3); in BOOST_HOF_TEST_CASE() local
100 const auto tp = boost::hof::pack(1, 2, 3); in BOOST_HOF_TEST_CASE() local
121 std::pair<int, short> tp{ 1, 2 }; in BOOST_HOF_TEST_CASE() local
141 std::pair<int, short> const tp{ 1, 2 }; in BOOST_HOF_TEST_CASE() local
161 std::array<int, 3> tp{{ 1, 2, 3 }}; in BOOST_HOF_TEST_CASE() local
181 std::array<int, 3> const tp{{ 1, 2, 3 }}; in BOOST_HOF_TEST_CASE() local
201 std::tuple<> tp; in BOOST_HOF_TEST_CASE() local
[all …]
/third_party/boost/libs/geometry/test/strategies/
Dtransformer.cpp60 P tp; in test_all() local
71 P tp; in test_all() local
82 P tp; in test_all() local
96 P tp; in test_all() local
/third_party/mindspore/mindspore/nn/metrics/
Dconfusion_matrix.py461 def _calculate_tpr(tp, p): argument
471 def _calculate_ppv(tp, fp): argument
491 def _calculate_fdr(tp, fp): argument
501 def _calculate_pt(tp, tn, p, n): argument
511 def _calculate_ts(tp, fp, fn): argument
516 def _calculate_acc(tp, tn, p, n): argument
521 def _calculate_ba(tp, tn, p, n): argument
530 def _calculate_f1(tp, fp, fn): argument
535 def _calculate_mcc(tp, fp, tn, fn): argument
543 def _calculate_fm(tp, fp, p): argument
[all …]

12345678910>>...15