| /tools/testing/selftests/hid/tests/ |
| D | base_gamepad.py | 59 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 …]
|
| D | test_ite_keyboard.py | 135 def event(self, keys, reportID=None, application=None): argument 136 application = application or "Keyboard" 137 return super().event(keys, reportID, application)
|
| D | base_device.py | 239 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] 244 if application in matches: 245 return matches[application].is_a_match(self.libevdev) 281 application, argument 299 self.application = application 345 def match_evdev_rule(self, application, evdev): argument 378 def next_sync_events(self, application=None): argument 379 evdev = self.get_evdev(application) 392 def get_evdev(self, application=None): argument 393 if application is None: [all …]
|
| D | test_hid_core.py | 142 name=None, rdesc=report_descriptor, application="Mouse"
|
| D | test_usb_crash.py | 65 def get_evdev(self, application=None): argument
|
| D | test_wacom_generic.py | 176 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"
|
| D | test_keyboard.py | 58 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)
|
| D | test_tablet.py | 523 application="Pen", argument 528 super().__init__(name, application, rdesc_str, rdesc, input_info) 530 self.cur_application = application 536 if r.application_name == self.application: 615 r = self.create_report(application=self.cur_application, data=pen) 911 application="Pen", argument 917 name, rdesc_str, rdesc, application, physical, input_info, evdev_name_suffix 1012 application="Pen", argument 1018 name, rdesc_str, rdesc, application, physical, input_info, evdev_name_suffix 1148 application="Stylus", argument [all …]
|
| D | test_multitouch.py | 106 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 496 def create_report(self, data, global_data=None, reportID=None, application=None): argument 503 def match_evdev_rule(self, application, evdev): argument 506 if application != "Touch Screen": [all …]
|
| D | test_gamepad.py | 628 application="Joystick", argument 631 super().__init__(rdesc, application, name, input_info)
|
| D | base.py | 138 def __init__(self, name, application, rdesc_str=None, rdesc=None, input_info=None): argument 139 super().__init__(name, application, rdesc_str, rdesc, input_info)
|
| /tools/testing/selftests/net/packetdrill/ |
| D | tcp_slow_start_slow-start-fq-ack-per-2pkt.pkt | 2 // 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)
|
| D | tcp_slow_start_slow-start-app-limited.pkt | 2 // Test of slow start when application-limited: in this case,
|
| D | tcp_slow_start_slow-start-app-limited-9-packets-out.pkt | 2 // Test of slow start when application-limited: in this case,
|
| D | tcp_slow_start_slow-start-ack-per-4pkt.pkt | 2 // Test of slow start when not application-limited, so that
|
| D | tcp_slow_start_slow-start-ack-per-2pkt.pkt | 2 // Test of slow start when not application-limited, so that
|
| D | tcp_slow_start_slow-start-ack-per-1pkt.pkt | 2 // Test of slow start when not application-limited, so that
|
| /tools/perf/Documentation/ |
| D | perf-timechart.txt | 30 There are also poll bars which show how much time application spent
|
| D | perf-probe.txt | 144 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…
|
| D | topdown.txt | 52 The application opens a group with fixed counter 3 (SLOTS) and any
|
| /tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 172 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
|
| D | bpftool-map.rst | 133 existing ring. Any other application will stop receiving events if it
|
| /tools/power/cpupower/bench/ |
| D | README-BENCH | 122 Due to the high priority, the application may not be responsible for some time.
|
| /tools/usb/usbip/ |
| D | COPYING | 221 through that system in reliance on consistent application of that
|
| /tools/arch/x86/kcpuid/ |
| D | cpuid.csv | 893 0x8000001c, 0, eax, 0, os_lwp_avail , LWP is available to application p…
|