Home
last modified time | relevance | path

Searched refs:touch_count (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/dhcpd-pools/dhcpd-pools-3.1/tests/expected/
H A Dstatuses3 ….0.20", "defined":20, "used":11, "touched":0, "free":9, "percent":55, "touch_count":11, "touch_per…
4 …0.20", "defined":20, "used":10, "touched":0, "free":10, "percent":50, "touch_count":10, "touch_per…
5 ….0.20", "defined":20, "used":8, "touched":0, "free":12, "percent":40, "touch_count":8, "touch_perc…
6 ….0.20", "defined":20, "used":9, "touched":0, "free":11, "percent":45, "touch_count":9, "touch_perc…
7 ….0.20", "defined":20, "used":5, "touched":0, "free":15, "percent":25, "touch_count":5, "touch_perc…
10 …e1", "defined":40, "used":21, "touched":0, "free":19, "percent":52.5, "touch_count":21, "touch_per…
11 …e2", "defined":40, "used":17, "touched":0, "free":23, "percent":42.5, "touch_count":17, "touch_per…
12 ….0/24", "defined":20, "used":5, "touched":0, "free":15, "percent":25, "touch_count":5, "touch_perc…
25 …e1", "defined":40, "used":21, "touched":0, "free":19, "percent":52.5, "touch_count":21, "touch_per…
26 …e2", "defined":40, "used":17, "touched":0, "free":23, "percent":42.5, "touch_count":17, "touch_per…
[all …]
H A Dmustach62 touch_count: 11
77 touch_count: 10
92 touch_count: 8
107 touch_count: 9
122 touch_count: 5
136 touch_count: 21
148 touch_count: 17
162 touch_count: 43
242 touch_count: 11
257 touch_count: 10
[all …]
H A Dsame-twice-json6 …0.0.10", "defined":10, "used":1, "touched":0, "free":9, "percent":10, "touch_count":1, "touch_perc…
17 "touch_count":1,
H A Dformats270 ….0.20", "defined":20, "used":11, "touched":0, "free":9, "percent":55, "touch_count":11, "touch_per…
271 …0.20", "defined":20, "used":10, "touched":0, "free":10, "percent":50, "touch_count":10, "touch_per…
272 ….0.20", "defined":20, "used":8, "touched":0, "free":12, "percent":40, "touch_count":8, "touch_perc…
273 ….0.20", "defined":20, "used":9, "touched":0, "free":11, "percent":45, "touch_count":9, "touch_perc…
274 ….0.20", "defined":20, "used":5, "touched":0, "free":15, "percent":25, "touch_count":5, "touch_perc…
277 …e1", "defined":40, "used":21, "touched":0, "free":19, "percent":52.5, "touch_count":21, "touch_per…
278 …e2", "defined":40, "used":17, "touched":0, "free":23, "percent":42.5, "touch_count":17, "touch_per…
/dports/net/dhcpd-pools/dhcpd-pools-3.1/samples/
H A Dmustach.template14 touch_count: {{touch_count}}
30 touch_count: {{touch_count}}
46 touch_count: {{touch_count}}
H A Dprometheus.template9 dhcpd_pools{location="{{location}}",range="{{first_ip}}",touch_count="1"} {{touch_count}} {{gettime…
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Dektf2127.c51 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count, in ektf2127_parse_coordinates() argument
57 for (i = 0; i < touch_count; i++) { in ektf2127_parse_coordinates()
74 unsigned int touch_count, i; in ektf2127_report_event() local
76 touch_count = buf[1] & 0x07; in ektf2127_report_event()
77 if (touch_count > EKTF2127_MAX_TOUCHES) { in ektf2127_report_event()
80 touch_count, EKTF2127_MAX_TOUCHES); in ektf2127_report_event()
81 touch_count = EKTF2127_MAX_TOUCHES; in ektf2127_report_event()
84 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
86 touch_count, 0); in ektf2127_report_event()
88 for (i = 0; i < touch_count; i++) { in ektf2127_report_event()
H A Dchipone_icn8318.c44 __u8 touch_count; member
105 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) { in icn8318_irq()
107 touch_data.touch_count, ICN8318_MAX_TOUCHES); in icn8318_irq()
108 touch_data.touch_count = ICN8318_MAX_TOUCHES; in icn8318_irq()
111 for (i = 0; i < touch_data.touch_count; i++) { in icn8318_irq()
H A Dchipone_icn8505.c64 u8 touch_count; member
336 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) { in icn8505_irq()
338 touch_data.touch_count, ICN8505_MAX_TOUCHES); in icn8505_irq()
339 touch_data.touch_count = ICN8505_MAX_TOUCHES; in icn8505_irq()
342 for (i = 0; i < touch_data.touch_count; i++) { in icn8505_irq()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dektf2127.c51 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count, in ektf2127_parse_coordinates() argument
57 for (i = 0; i < touch_count; i++) { in ektf2127_parse_coordinates()
74 unsigned int touch_count, i; in ektf2127_report_event() local
76 touch_count = buf[1] & 0x07; in ektf2127_report_event()
77 if (touch_count > EKTF2127_MAX_TOUCHES) { in ektf2127_report_event()
80 touch_count, EKTF2127_MAX_TOUCHES); in ektf2127_report_event()
81 touch_count = EKTF2127_MAX_TOUCHES; in ektf2127_report_event()
84 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
86 touch_count, 0); in ektf2127_report_event()
88 for (i = 0; i < touch_count; i++) { in ektf2127_report_event()
H A Dchipone_icn8318.c44 __u8 touch_count; member
105 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) { in icn8318_irq()
107 touch_data.touch_count, ICN8318_MAX_TOUCHES); in icn8318_irq()
108 touch_data.touch_count = ICN8318_MAX_TOUCHES; in icn8318_irq()
111 for (i = 0; i < touch_data.touch_count; i++) { in icn8318_irq()
H A Dchipone_icn8505.c64 u8 touch_count; member
336 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) { in icn8505_irq()
338 touch_data.touch_count, ICN8505_MAX_TOUCHES); in icn8505_irq()
339 touch_data.touch_count = ICN8505_MAX_TOUCHES; in icn8505_irq()
342 for (i = 0; i < touch_data.touch_count; i++) { in icn8505_irq()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dektf2127.c51 static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count, in ektf2127_parse_coordinates() argument
57 for (i = 0; i < touch_count; i++) { in ektf2127_parse_coordinates()
74 unsigned int touch_count, i; in ektf2127_report_event() local
76 touch_count = buf[1] & 0x07; in ektf2127_report_event()
77 if (touch_count > EKTF2127_MAX_TOUCHES) { in ektf2127_report_event()
80 touch_count, EKTF2127_MAX_TOUCHES); in ektf2127_report_event()
81 touch_count = EKTF2127_MAX_TOUCHES; in ektf2127_report_event()
84 ektf2127_parse_coordinates(buf, touch_count, touches); in ektf2127_report_event()
86 touch_count, 0); in ektf2127_report_event()
88 for (i = 0; i < touch_count; i++) { in ektf2127_report_event()
H A Dchipone_icn8318.c44 __u8 touch_count; member
105 if (touch_data.touch_count > ICN8318_MAX_TOUCHES) { in icn8318_irq()
107 touch_data.touch_count, ICN8318_MAX_TOUCHES); in icn8318_irq()
108 touch_data.touch_count = ICN8318_MAX_TOUCHES; in icn8318_irq()
111 for (i = 0; i < touch_data.touch_count; i++) { in icn8318_irq()
H A Dchipone_icn8505.c64 u8 touch_count; member
336 if (touch_data.touch_count > ICN8505_MAX_TOUCHES) { in icn8505_irq()
338 touch_data.touch_count, ICN8505_MAX_TOUCHES); in icn8505_irq()
339 touch_data.touch_count = ICN8505_MAX_TOUCHES; in icn8505_irq()
342 for (i = 0; i < touch_data.touch_count; i++) { in icn8505_irq()
/dports/devel/efl/efl-1.25.1/src/lib/evas/gesture/
H A Defl_canvas_gesture.c43 …gesture_touch_count_set(Eo *obj EINA_UNUSED, Efl_Canvas_Gesture_Data *pd, unsigned int touch_count) in _efl_canvas_gesture_touch_count_set() argument
45 pd->touch_count = touch_count; in _efl_canvas_gesture_touch_count_set()
51 return pd->touch_count; in _efl_canvas_gesture_touch_count_get()
H A Defl_canvas_gesture.eo50 @property touch_count {
57 touch_count: uint;[[The count of the touch points.]]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/compositing/
H A Dtouch.rs208 EventResult::DefaultAllowed => match self.touch_count() { in on_event_processed()
217 fn touch_count(&self) -> usize { in touch_count() method
222 debug_assert_eq!(self.touch_count(), 2); in pinch_distance_and_center()
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland-touch.c41 gint touch_count; member
95 surface->touch_count++; in touch_surface_increment_touch()
102 touch_surface->touch_count--; in touch_surface_decrement_touch()
104 if (touch_surface->touch_count == 0) in touch_surface_decrement_touch()
156 touch_surface->touch_count = 1; in touch_surface_get()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_input_event.cc266 uint32_t touch_count = touch_input_event_interface_->GetTouchCount( in AreEquivalentEvents() local
268 if (touch_count <= 0 || in AreEquivalentEvents()
269 touch_count != touch_input_event_interface_->GetTouchCount(expected, in AreEquivalentEvents()
273 for (uint32_t i = 0; i < touch_count; ++i) { in AreEquivalentEvents()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/
H A Dinput.cpp601 …int touch_count = input_state_cb( iplayer, RETRO_DEVICE_POINTER, 0, RETRO_DEVICE_ID_POINTER_COUNT … in input_handle_lightgun_touchscreen() local
602 if ( touch_count == 1 ) in input_handle_lightgun_touchscreen()
608 if ( touch_count == 2 ) in input_handle_lightgun_touchscreen()
612 if ( touch_count == 3 ) in input_handle_lightgun_touchscreen()
618 if ( touch_count == 2 ) in input_handle_lightgun_touchscreen()
622 if ( touch_count == 3 ) in input_handle_lightgun_touchscreen()
626 if ( touch_count == 4 ) in input_handle_lightgun_touchscreen()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/
H A Dinput.cpp601 …int touch_count = input_state_cb( iplayer, RETRO_DEVICE_POINTER, 0, RETRO_DEVICE_ID_POINTER_COUNT … in input_handle_lightgun_touchscreen() local
602 if ( touch_count == 1 ) in input_handle_lightgun_touchscreen()
608 if ( touch_count == 2 ) in input_handle_lightgun_touchscreen()
612 if ( touch_count == 3 ) in input_handle_lightgun_touchscreen()
618 if ( touch_count == 2 ) in input_handle_lightgun_touchscreen()
622 if ( touch_count == 3 ) in input_handle_lightgun_touchscreen()
626 if ( touch_count == 4 ) in input_handle_lightgun_touchscreen()
/dports/games/retroarch/RetroArch-1.9.7/uwp/
H A Duwp_main.cpp188 unsigned touch_count; member
507 for (i = 0; i < uwp_next_input.touch_count; i++)
520 if (free_index >= 0 && free_index < uwp_next_input.touch_count)
522 else if (uwp_next_input.touch_count + 1 < MAX_TOUCH)
523 i = ++uwp_next_input.touch_count;
783 return uwp_current_input.touch_count; in uwp_pointer_state()
/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Dcocoa_input.h41 uint32_t touch_count; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/input/
H A Devent_with_latency_info_unittest.cc27 unsigned touch_count = 1) { in CreateTouchEvent() argument
32 touch.event.touches_length = touch_count; in CreateTouchEvent()
144 unsigned touch_count = 1) { in CreateTouch() argument
145 return CreateTouchEvent(type, 0.0, touch_count); in CreateTouch()

123