Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 4 of 4) sorted by relevance

/scripts/
A Drust_is_available_test.py27 def generate_executable(cls, content): argument
37 def generate_clang(cls, stdout): argument
47 def generate_rustc(cls, stdout): argument
91 return cls.generate_bindgen(cls.bindgen_default_bindgen_version_stdout, None)
95 return cls.generate_bindgen(cls.bindgen_default_bindgen_version_stdout, stderr)
98 def setUpClass(cls): argument
101 cls.missing = pathlib.Path(cls.tempdir.name) / "missing"
103 cls.nonexecutable = pathlib.Path(cls.tempdir.name) / "nonexecutable"
118 cls.default_rustc = cls.generate_rustc(f"rustc {cls.rustc_default_version}")
119cls.default_bindgen = cls.generate_bindgen(cls.bindgen_default_bindgen_version_stdout, cls.bindge…
[all …]
/scripts/gdb/linux/
A Ddevice.py78 def class_for_each_device(cls): argument
79 for kn in klist_for_each(cls['klist_devices']):
125 for cls in for_each_class():
126 gdb.write("class {}:\t{}\n".format(cls['class']['name'].string(), cls))
127 for dev in class_for_each_device(cls):
130 cls = get_class_by_name(arg)
131 for dev in class_for_each_device(cls):
170 def invoke(self, cls, name): argument
172 cls = get_class_by_name(cls.string())
173 for dev in class_for_each_device(cls):
/scripts/mod/
A Ddevicetable-offsets.c68 DEVID_FIELD(acpi_device_id, cls); in main()
A Dfile2alias.c541 DEF_FIELD(symval, acpi_device_id, cls); in do_acpi_entry()
556 (cls >> byte_shift) & 0xFF); in do_acpi_entry()

Completed in 8 milliseconds