/openbmc/openbmc/poky/bitbake/lib/prserv/ |
H A D | client.py | 14 def __init__(self): argument 17 async def getPR(self, version, pkgarch, checksum, history=False): argument 24 async def test_pr(self, version, pkgarch, checksum, history=False): argument 31 async def test_package(self, version, pkgarch): argument 38 async def max_package_pr(self, version, pkgarch): argument 45 async def importone(self, version, pkgarch, checksum, value): argument 52 async def export(self, version, pkgarch, checksum, colinfo, history=False): argument 59 async def is_readonly(self): argument 67 def __init__(self): argument 71 def _get_async_client(self): argument
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 341 def dpstr(self, more=False): argument 385 def dpstr(self, more=False): argument 420 def dpstr(self, more=False): argument 437 def dpstr(self, more=False): argument 477 def parse(self, actstr): argument 711 self, argument 729 def parse(self, flowstr, typeInst): argument 772 def dpstr(self, masked=None, more=False): argument 824 self, argument 877 self, argument [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 240 | 30 def required_drivers(self): argument 34 def setUp(self): argument 38 def tearDown(self): argument 41 def test1(self): argument 54 def test2(self): argument 68 def test3(self): argument 90 def test4(self): argument
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-systemctl/ |
H A D | systemctl | 32 def __init__(self, root, path, instance_unit_name, unit_type): argument 44 def _parse(self, root, path): argument 96 def get(self, section, prop): argument 114 def __init__(self, scope, root): argument 118 def _parse_presets(self, presets): argument 137 def _collect_presets(self, scope, root): argument 149 def state(self, unit_name): argument 179 def __init__(self, path, unit): argument 185 def __init__(self, root, unit, unit_type): argument 191 def _path_for_unit(self, unit): argument [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 22 def __init__(self): argument 28 def pre_suite(self, testcount, testidlist): argument 36 def post_suite(self, index): argument 50 def add_args(self, parser): argument 62 def adjust_command(self, stage, command): argument 101 def post_execute(self): argument 156 def _add_results(self, res): argument 159 def _add_to_tap(self, more_tap_output): argument
|
H A D | buildebpfPlugin.py | 14 def __init__(self): argument 19 def pre_suite(self, testcount, testidlist): argument 25 def post_suite(self, index): argument 30 def add_args(self, parser): argument 43 def _ebpf_makeall(self): argument 47 def _ebpf_makeclean(self): argument 51 def _make(self, target): argument
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 18 def __init__(self, output: typing.IO[str]): argument 22 def print(self, message: str) -> None: argument 25 def print_with_timestamp(self, message: str) -> None: argument 29 def _color(self, code: str, text: str) -> str: argument 34 def red(self, text: str) -> str: argument 37 def yellow(self, text: str) -> str: argument 40 def green(self, text: str) -> str: argument 43 def color_len(self) -> int: argument
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | plugin.py | 16 def __init__(self, message): argument 20 def __str__(self): argument 25 def __init__(self, plugin, url): argument 32 def __init__(self): argument 35 def init(self, layerindex): argument 38 def plugin_type(self): argument 41 def load_index(self, uri): argument 44 def store_index(self, uri, index): argument
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | namedelement.py | 7 def __init__(self, **kwargs): argument 25 def __getattribute__(self, name): argument 43 def old_cppNamespace(self, typename="server"): argument 46 def old_cppNamespacedClass(self, typename="server"): argument 49 def headerFile(self, typename="common"): argument 52 def cppNamespace(self): argument 55 def cppNamespacedClass(self): argument 58 def registryPrefix(self, root_prefix): argument
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_new_custom_image_page.py | 21 def setUp(self): argument 83 def _create_custom_image(self, new_custom_image_name): argument 102 def _check_for_custom_image(self, image_name): argument 116 def test_new_image(self): argument 125 def test_new_duplicates_other_project_image(self): argument 134 def test_new_duplicates_non_image_recipe(self): argument 144 def test_new_duplicates_project_image(self): argument
|
/openbmc/u-boot/tools/binman/ |
H A D | fdt_test.py | 19 def setUpClass(self): argument 25 def tearDownClass(self): argument 28 def TestFile(self, fname): argument 31 def GetCompiled(self, fname): argument 34 def _DeleteProp(self, dt): argument 38 def testFdtNormal(self): argument 43 def testFdtNormalProp(self): argument
|
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 90 def __init__(self, value: _ValueT, ifcond: QAPISchemaIfCond, argument 174 def __init__(self, prefix: str, unmask: bool): argument 190 def visit_begin(self, schema: QAPISchema) -> None: argument 193 def visit_end(self) -> None: argument 215 def visit_needed(self, entity: QAPISchemaEntity) -> bool: argument 219 def _name(self, name: str) -> str: argument 226 def _use_type(self, typ: QAPISchemaType) -> str: argument 256 def _gen_tree(self, name: str, mtype: str, obj: Dict[str, object], argument 283 def _gen_enum_member(self, member: QAPISchemaEnumMember argument 292 def _gen_object_member(self, member: QAPISchemaObjectTypeMember argument [all …]
|
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_ext.py | 18 def test_fs_ext1(self, u_boot_console, fs_obj_ext): argument 40 def test_fs_ext2(self, u_boot_console, fs_obj_ext): argument 62 def test_fs_ext3(self, u_boot_console, fs_obj_ext): argument 76 def test_fs_ext4(self, u_boot_console, fs_obj_ext): argument 108 def test_fs_ext5(self, u_boot_console, fs_obj_ext): argument 140 def test_fs_ext6(self, u_boot_console, fs_obj_ext): argument 164 def test_fs_ext7(self, u_boot_console, fs_obj_ext): argument 196 def test_fs_ext8(self, u_boot_console, fs_obj_ext): argument 213 def test_fs_ext9(self, u_boot_console, fs_obj_ext): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 18 def eval(self, data): argument 23 def __init__(self, filename, lineno): argument 28 def __init__(self, filename, lineno, what_file, force): argument 33 def eval(self, data): argument 47 def __init__(self, filename, lineno, what_file): argument 51 def eval(self, data): argument 62 def __init__(self, filename, lineno, var): argument 66 def eval(self, data): argument 70 def __init__(self, filename, lineno, var): argument 74 def eval(self, data): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | types.py | 11 def test_invalid(self): argument 16 def test_true(self): argument 25 def test_false(self): argument 34 def test_bool_equality(self): argument 41 def assertListEqual(self, value, valid, sep=None): argument 48 def test_list_nosep(self): argument 54 def test_list_usersep(self): argument
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | mirror-ready-cancel-error | 33 def setUp(self) -> None: argument 45 def tearDown(self) -> None: argument 50 def add_blockdevs(self, once: bool) -> None: argument 85 def start_mirror(self) -> None: argument 94 def cancel_mirror_with_error(self) -> None: argument 111 def test_transient_error(self) -> None: argument 124 def test_persistent_error(self) -> None: argument
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildstats.py | 15 def __init__(self, d): argument 76 def close(self): argument 81 def _reduce_meminfo(self, time, data, filename): argument 96 def _diskstats_is_relevant_line(self, linetokens): argument 102 def _reduce_diskstats(self, time, data, filename): argument 131 def _reduce_nop(self, time, data, filename): argument 134 def _reduce_stat(self, time, data, filename): argument 153 def _reduce_pressure(self, time, data, filename): argument 174 def sample(self, event, force): argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | bzr.py | 24 def supports(self, ud, d): argument 27 def urldata_init(self, ud, d): argument 43 def _buildbzrcommand(self, ud, d, command): argument 72 def download(self, ud, d): argument 99 def supports_srcrev(self): argument 102 def _revision_key(self, ud, d, name): argument 108 def _latest_revision(self, ud, d, name): argument 120 def sortable_revision(self, ud, d, name): argument 127 def _build_revision(self, ud, d): argument
|
/openbmc/qemu/audio/ |
H A D | sndioaudio.c | 39 struct SndioVoice *self; member 63 static void sndio_poll_clear(SndioVoice *self) in sndio_poll_clear() 80 static void sndio_write(SndioVoice *self) in sndio_write() 111 static void sndio_read(SndioVoice *self) in sndio_read() 134 static void sndio_poll_wait(SndioVoice *self) in sndio_poll_wait() 174 static void sndio_poll_event(SndioVoice *self, int index, int event) in sndio_poll_event() 225 SndioVoice *self = (SndioVoice *) hw; in sndio_buffer_get_free() local 236 SndioVoice *self = (SndioVoice *) hw; in sndio_get_buffer_out() local 247 SndioVoice *self = (SndioVoice *) hw; in sndio_put_buffer_out() local 261 SndioVoice *self = (SndioVoice *) hw; in sndio_get_buffer_in() local [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | spec_extend.rs | 13 fn spec_extend(&mut self, iter: I); in spec_extend() 18 fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError>; in try_spec_extend() 26 default fn spec_extend(&mut self, iter: I) { in spec_extend() 35 default fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError> { in try_spec_extend() 45 default fn spec_extend(&mut self, iterator: I) { in spec_extend() 54 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend() 61 fn spec_extend(&mut self, mut iterator: IntoIter<T>) { in spec_extend() 70 fn try_spec_extend(&mut self, mut iterator: IntoIter<T>) -> Result<(), TryReserveError> { in try_spec_extend() 85 default fn spec_extend(&mut self, iterator: I) { in spec_extend() 95 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | package.py | 38 def setUpLocal(self): argument 44 def test_dpkg(self): argument 60 def test_opkg(self): argument 76 def test_rpm(self): argument 93 def test_package_name_conflict(self): argument 101 def test_preserve_sparse_hardlinks(self): argument 152 def test_gdb_hardlink_debug(self): argument 188 def test_preserve_ownership(self): argument
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_vec.c | 30 struct aq_vec_s *self = container_of(napi, struct aq_vec_s, napi); in aq_vec_poll() local 105 struct aq_vec_s *self = NULL; in aq_vec_alloc() local 128 int aq_vec_ring_alloc(struct aq_vec_s *self, struct aq_nic_s *aq_nic, in aq_vec_ring_alloc() 180 int aq_vec_init(struct aq_vec_s *self, const struct aq_hw_ops *aq_hw_ops, in aq_vec_init() 226 int aq_vec_start(struct aq_vec_s *self) in aq_vec_start() 251 void aq_vec_stop(struct aq_vec_s *self) in aq_vec_stop() 268 void aq_vec_deinit(struct aq_vec_s *self) in aq_vec_deinit() 285 void aq_vec_free(struct aq_vec_s *self) in aq_vec_free() 297 void aq_vec_ring_free(struct aq_vec_s *self) in aq_vec_ring_free() 321 struct aq_vec_s *self = private; in aq_vec_isr() local [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish.py | 29 def __init__(self, *args, **kwargs): argument 70 def login(self, *args, **kwargs): argument 128 def logout(self): argument 134 def get_properties(self, *args, **kwargs): argument 164 def get_attribute(self, path, attribute, default=None, *args, **kwargs): argument 199 def get_session_info(self): argument 208 self, resource_path, return_json=1, include_dead_resources=False argument 293 def walk_nested_dict(self, data, url=""): argument 324 def get_members_list(self, resource_path, filter=None): argument
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 25 def __init__(self, logger, target_ip, server_ip, timeout=300, user='root', argument 41 def transition(self, state, timeout=10*60): argument 72 def start(self, **kwargs): argument 76 def stop(self, **kwargs): argument 79 def run(self, cmd, timeout=None): argument 84 def _setup_consoles(self): argument 102 def _create_logfile(self, name, mode='ab'): argument 118 def _get_terminal(self, name): argument 121 def __getattr__(self, name): argument 148 def config(self): argument
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_spawn.py | 25 def __init__(self, args, cwd=None): argument 74 def kill(self, sig): argument 86 def isalive(self): argument 106 def send(self, data): argument 118 def expect(self, patterns): argument 188 def close(self): argument 206 def get_expect_output(self): argument
|