Home
last modified time | relevance | path

Searched refs:application (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/hid/tests/
A Dbase_gamepad.py59 def __init__(self, rdesc, application="Game Pad", name=None, input_info=None): argument
61 super().__init__(name, application, input_info=input_info, rdesc=rdesc)
71 if r.application_name == self.application:
88 application="Game Pad", argument
146 gamepad, reportID=reportID, application=application
199 def __init__(self, rdesc, application="Joystick", name=None, input_info=None): argument
200 super().__init__(rdesc, application, name, input_info)
210 application=None, argument
226 if application is None:
227 application = "Joystick"
[all …]
A Dtest_ite_keyboard.py136 def event(self, keys, reportID=None, application=None): argument
137 application = application or "Keyboard"
138 return super().event(keys, reportID, application)
A Dbase_device.py253 if application in matches:
254 return matches[application].is_a_match(self.libevdev)
290 application, argument
308 self.application = application
372 def match_evdev_rule(self, application, evdev): argument
405 def next_sync_events(self, application=None): argument
406 evdev = self.get_evdev(application)
419 def get_evdev(self, application=None): argument
420 if application is None:
421 application = self.application
[all …]
A Dtest_hid_core.py142 name=None, rdesc=report_descriptor, application="Mouse"
A Dtest_usb_crash.py65 def get_evdev(self, application=None): argument
A Dtest_wacom_generic.py176 def match_evdev_rule(self, application, evdev): argument
186 if application in ["Pen", "Pad"]:
187 return evdev.name.endswith(application)
504 application = report.application
508 yield (field, usage, application)
510 yield (field, field.usage, application)
584 for field, usage, application in self.get_usages(self.uhdev):
585 if application == usage_id("Generic Desktop", "Mouse"):
838 uhdev.application = "Pad"
A Dtest_keyboard.py58 def create_array_report(self, keys, reportID=None, application=None): argument
71 return self.create_report(keyboard, reportID=reportID, application=application)
73 def event(self, keys, reportID=None, application=None): argument
81 r = self.create_array_report(keys, reportID, application)
A Dtest_tablet.py524 application="Pen", argument
529 super().__init__(name, application, rdesc_str, rdesc, input_info)
531 self.cur_application = application
537 if r.application_name == self.application:
616 r = self.create_report(application=self.cur_application, data=pen)
912 application="Pen", argument
918 name, rdesc_str, rdesc, application, physical, input_info, evdev_name_suffix
1013 application="Pen", argument
1019 name, rdesc_str, rdesc, application, physical, input_info, evdev_name_suffix
1149 application="Stylus", argument
[all …]
A Dtest_multitouch.py106 application="Touch Screen", argument
112 super().__init__(name, application, rdesc_str, rdesc, input_info)
134 self.cur_application = application
143 if r.application_name == self.application:
170 application=self.cur_application, data=slots, global_data=global_data
242 application="Touch Pad", argument
256 name, rdesc_str, rdesc, application, physical, max_contacts, input_info
503 def match_evdev_rule(self, application, evdev): argument
506 if application != "Touch Screen":
566 assert HUT[page_id][field.application] in [
[all …]
A Dtest_gamepad.py629 application="Joystick", argument
632 super().__init__(rdesc, application, name, input_info)
A Dbase.py139 def __init__(self, name, application, rdesc_str=None, rdesc=None, input_info=None): argument
140 super().__init__(name, application, rdesc_str, rdesc, input_info)
A Dtest_mouse.py476 def get_evdev(self, application=None): argument
482 def next_sync_events(self, application=None): argument
/tools/testing/selftests/net/packetdrill/
A Dtcp_slow_start_slow-start-fq-ack-per-2pkt.pkt2 // Test of slow start when not application-limited, so that
41 // (FQ commit allows an application/cwnd limited flow to get at most quantum/2 extra credit)
A Dtcp_slow_start_slow-start-app-limited.pkt2 // Test of slow start when application-limited: in this case,
A Dtcp_slow_start_slow-start-ack-per-4pkt.pkt2 // Test of slow start when not application-limited, so that
A Dtcp_slow_start_slow-start-app-limited-9-packets-out.pkt2 // Test of slow start when application-limited: in this case,
A Dtcp_slow_start_slow-start-ack-per-2pkt.pkt2 // Test of slow start when not application-limited, so that
A Dtcp_nagle_https_client.pkt3 // test verifies using TCP_NODELAY would save application latency
A Dtcp_slow_start_slow-start-ack-per-1pkt.pkt2 // Test of slow start when not application-limited, so that
/tools/perf/Documentation/
A Dperf-timechart.txt30 There are also poll bars which show how much time application spent
A Dperf-probe.txt144 Demangle application symbols. --no-demangle is also available
308 …e vmlinux (for kernel) and/or the debuginfo file (including user-space application), you need to e…
A Dtopdown.txt52 The application opens a group with fixed counter 3 (SLOTS) and any
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst172 CO-RE based application, turning the application portable to different
265 This is example BPF application with three BPF programs and a mix of BPF
A Dbpftool-map.rst133 existing ring. Any other application will stop receiving events if it
/tools/power/cpupower/bench/
A DREADME-BENCH122 Due to the high priority, the application may not be responsible for some time.

Completed in 39 milliseconds

12