/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | cooker.py | 17 def setUp(self): argument 23 def test_CookerCollectFiles_sublayers(self): argument 53 def __init__(self): argument 57 def emit(self, record): argument
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | signal.py | 7 def __init__(self, **kwargs): argument 12 def markdown(self, loader): argument 15 def cpp_prototype(self, loader, interface, ptype): argument 25 def cpp_includes(self, interface): argument
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | aspeed.py |
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | vfs.py | 33 def __init__(self): argument 36 def invoke(self, dentry_ptr): argument 50 def __init__(self): argument 53 def invoke(self, inode_ptr): argument
|
/openbmc/qemu/tests/functional/ |
H A D | aspeed.py | 10 def do_test_arm_aspeed(self, machine, image): argument 26 def do_test_arm_aspeed_buildroot_start(self, image, cpu_id, pattern='Aspeed EVB'): argument 43 def do_test_arm_aspeed_buildroot_poweroff(self): argument 47 def do_test_arm_aspeed_sdk_start(self, image): argument
|
H A D | test_virtio_version.py | 69 def run_device(self, devtype, opts=None, machine='pc'): argument 88 def assert_devids(self, dev, devid, non_transitional=False): argument 95 def check_all_variants(self, qemu_devtype, virtio_devid): argument 143 def test_conventional_devs(self): argument 155 def check_modern_only(self, qemu_devtype, virtio_devid): argument 170 def test_modern_only_devs(self): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | __init__.py | 20 def __init__(self, *args, **kwargs): argument 31 def __call__(self, func): argument 43 def bind(self, registry, case): argument 50 def setUpDecorator(self): argument 55 def tearDownDecorator(self): argument
|
/openbmc/skeleton/pydownloadmgr/ |
H A D | download_manager.py | 25 def __init__(self, bus, name): argument 40 def DownloadComplete(self, outfile, filename): argument 45 def DownloadError(self, filename): argument 48 def TftpDownloadHandler(self, ip, filename, path=None): argument 67 def DownloadHandler(self, url, filename, path=None): argument
|
/openbmc/openbmc-test-automation/lib/ |
H A D | event_notification.py | 21 def __init__(self, host, username, password): argument 35 def __del__(self): argument 41 def login(self): argument 60 def subscribe(self, dbus_path, enable_trace=False): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | opkg.py | 15 def pkg(self, command, expected = 0): argument 39 def setup_source_config_for_package_install(self): argument 44 def cleanup_source_config_for_package_install(self): argument 55 def test_opkg_install_from_repo(self): argument
|
/openbmc/boost-dbus/test/ |
H A D | export_sample.py | 14 def __init__(self, connection, path): argument 19 def StringifyVariant(self, var): argument 24 def LastInputChanged(self, var): argument 30 def GetLastInput(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/compress/ |
H A D | zstd.py | 16 def __init__(self, *args, num_threads=1, compresslevel=3, **kwargs): argument 21 def _get_zstd(self): argument 26 def get_compress(self): argument 29 def get_decompress(self): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/ |
H A D | perf.py | 19 def handle(self, *args, **options): argument 34 def get_full_url(self, url_patt, url_root_res): argument 41 def url_info(self, full_url): argument 59 def error(self, *args): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | sftp.py | 59 def supports(self, ud, d): argument 65 def recommends_checksum(self, urldata): argument 68 def urldata_init(self, ud, d): argument 82 def download(self, ud, d): argument
|
/openbmc/linux/rust/alloc/ |
H A D | boxed.rs | 1231 fn drop(&mut self) { in drop() 1324 fn clone_from(&mut self, source: &Self) { in clone_from() 1342 fn eq(&self, other: &Self) -> bool { in eq() 1346 fn ne(&self, other: &Self) -> bool { in ne() 1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 1357 fn lt(&self, other: &Self) -> bool { in lt() 1361 fn le(&self, other: &Self) -> bool { in le() 1365 fn ge(&self, other: &Self) -> bool { in ge() 1369 fn gt(&self, other: &Self) -> bool { in gt() 1376 fn cmp(&self, other: &Self) -> Ordering { in cmp() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_bpftool.py | 74 def test_feature_dev_json(self, iface): argument 93 def test_feature_kernel(self): argument 118 def test_feature_kernel_full(self): argument 141 def test_feature_kernel_full_vs_not_full(self): argument 159 def test_feature_macros(self): argument
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 224 def __init__(self, pattern='csv/device_routes/*.csv'): argument 227 def to_listinit(self): argument 277 def save(self): argument 412 def __init__(self, pattern='csv/route_values/*.csv'): argument 415 def to_structinit(self): argument 466 def save(self): argument
|
/openbmc/u-boot/tools/patman/ |
H A D | terminal.py | 30 def __init__(self, text, newline, colour): argument 35 def __str__(self): argument 101 def __init__(self, colored=COLOR_IF_TERMINAL): argument 115 def Start(self, color, bright=True): argument 130 def Stop(self): argument 141 def Color(self, color, text, bright=True): argument
|
H A D | patchstream.py | 61 def __init__(self, series, name=None, is_log=False): argument 78 def AddToSeries(self, line, name, value): argument 95 def AddToCommit(self, line, name, value): argument 109 def CloseCommit(self): argument 123 def ProcessLine(self, line): argument 341 def Finalize(self): argument 348 def ProcessStream(self, infd, outfd): argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | types.py | 22 def __init__(self, value, separator = None): argument 33 def __str__(self): argument 54 def findall(self, string, flags=0): argument 57 def finditer(self, string, flags=0): argument 60 def match(self, flags=0): argument 63 def search(self, string, flags=0): argument 66 def split(self, string, maxsplit=0): argument
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_pci_func.c | 147 int aq_pci_func_alloc_irq(struct aq_nic_s *self, unsigned int i, in aq_pci_func_alloc_irq() 172 void aq_pci_func_free_irqs(struct aq_nic_s *self) in aq_pci_func_free_irqs() 196 unsigned int aq_pci_func_get_irq_type(struct aq_nic_s *self) in aq_pci_func_get_irq_type() 206 static void aq_pci_free_irq_vectors(struct aq_nic_s *self) in aq_pci_free_irq_vectors() 216 struct aq_nic_s *self; in aq_pci_probe() local 346 struct aq_nic_s *self = pci_get_drvdata(pdev); in aq_pci_remove() local 370 struct aq_nic_s *self = pci_get_drvdata(pdev); in aq_pci_shutdown() local
|
/openbmc/qemu/scripts/qapi/ |
H A D | visit.py | 339 def __init__(self, prefix: str): argument 344 def _begin_builtin_module(self) -> None: argument 356 def _begin_user_module(self, name: str) -> None: argument 372 def visit_enum_type(self, argument 383 def visit_array_type(self, argument 392 def visit_object_type(self, argument 414 def visit_alternate_type(self, argument
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | test-qapi.py | 27 def visit_module(self, name): argument 30 def visit_include(self, name, info): argument 33 def visit_enum_type(self, name, info, ifcond, features, members, prefix): argument 44 def visit_array_type(self, name, info, ifcond, element_type): argument 50 def visit_object_type(self, name, info, ifcond, features, argument 64 def visit_alternate_type(self, name, info, ifcond, features, argument 71 def visit_command(self, name, info, ifcond, features, argument 83 def visit_event(self, name, info, ifcond, features, arg_type, boxed): argument
|
/openbmc/openbmc-tools/bi2cp/ |
H A D | bi2cp | 231 def calculate_pec(self): argument 234 def validate_pec(self): argument 241 def validate_xfer(self): argument 244 def valid(self): argument 249 def __init__(self, command, xfer): argument 271 def calculate_pec(self): argument 278 def validate_xfer(self): argument 281 def __str__(self): argument 308 def __init__(self, command, start, repeat): argument 333 def calculate_pec(self): argument [all …]
|
/openbmc/linux/rust/macros/ |
H A D | quote.rs | 6 fn to_tokens(&self, tokens: &mut TokenStream); in to_tokens() 10 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() 18 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() 24 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens() 30 fn to_tokens(&self, tokens: &mut TokenStream) { in to_tokens()
|