Home
last modified time | relevance | path

Searched defs:self (Results 451 – 475 of 1371) sorted by relevance

1...<<11121314151617181920>>...55

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbbclasses.py15 def getVars(self, recipe): argument
28 def fileExists(self, filename): argument
31 def fileNotExists(self, filename): argument
34 def test_systemd_in_distro(self): argument
57 def test_systemd_and_sysvinit_in_distro(self): argument
80 def test_sysvinit_in_distro(self): argument
H A Dc_cpp.py15 def _qemu_usermode(self, recipe_name): argument
20 def _qemu_usermode_failing(self, recipe_name): argument
30 def test_cmake_qemu(self): argument
38 def test_cmake_qemu_failing(self): argument
47 def test_meson_qemu(self): argument
55 def test_meson_qemu_failing(self): argument
H A Dmanifest.py14 def __init__(self, entry): argument
22 def check_manifest_entries(self, manifest, path): argument
43 def get_dir_from_bb_var(self, bb_var, target = None): argument
53 def setUpClass(self): argument
67 def test_SDK_manifest_entries(self): argument
130 def test_image_manifest_entries(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Drust.py20 def setUpClass(self): argument
28 def setUp(self): argument
33 def test_cargo_build(self): argument
41 def setUpClass(self): argument
49 def setUp(self): argument
54 def test_cargo_build(self): argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py36 def __init__(self, *, default=None): argument
39 def setdefault(self, dest, name): argument
49 def __init__(self, **kwargs): argument
52 def set_property(self, attrs, name): argument
64 def init(self, source): argument
73 def __init__(self, cls, **kwargs): argument
77 def set_property(self, attrs, name): argument
91 def init(self, source): argument
100 def __init__(self, prop, **kwargs): argument
104 def set_property(self, attrs, name): argument
[all …]
/openbmc/qemu/python/qemu/utils/
H A Dqom.py81 def __init__(self, args: argparse.Namespace): argument
86 def run(self) -> int: argument
122 def __init__(self, args: argparse.Namespace): argument
131 def run(self) -> int: argument
175 def __init__(self, args: argparse.Namespace): argument
179 def run(self) -> int: argument
223 def __init__(self, args: argparse.Namespace): argument
227 def _list_node(self, path: str) -> None: argument
247 def run(self) -> int: argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test47 def tearDown(self): argument
54 def setUp(self): argument
63 def add_bitmap(self, vm, granularity, persistent): argument
72 def check_bitmap(self, vm, sha256): argument
81 def do_test_migration_resume_source(self, persistent, migrate_bitmaps): argument
136 def do_test_migration(self, persistent, migrate_bitmaps, online, argument
222 def setUp(self): argument
261 def tearDown(self): argument
266 def test_cont_on_source(self): argument
H A Dbackup-discard-source35 def setUp(self): argument
88 def tearDown(self): argument
107 def do_backup(self): argument
115 def get_bitmap_count(self): argument
122 def test_discard_written(self): argument
138 def test_discard_cbw(self): argument
H A Dmirror-change-copy-mode37 def setUp(self): argument
93 def tearDown(self): argument
103 def check_qemu_io_errors(self): argument
109 def check_images_identical(self): argument
112 def start_mirror(self): argument
121 def test_background_to_active(self): argument
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py22 def setUp(self): argument
26 def mk_fname(self,f): argument
29 def testParseHeader(self): argument
35 def test_parseTimedBlocks(self): argument
40 def testParseProcPsLog(self): argument
62 def testparseProcDiskStatLog(self): argument
84 def testparseProcStatLog(self): argument
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dcw1200_spi.c57 static int cw1200_spi_memcpy_fromio(struct hwbus_priv *self, in cw1200_spi_memcpy_fromio()
123 static int cw1200_spi_memcpy_toio(struct hwbus_priv *self, in cw1200_spi_memcpy_toio()
194 static void cw1200_spi_lock(struct hwbus_priv *self) in cw1200_spi_lock()
220 static void cw1200_spi_unlock(struct hwbus_priv *self) in cw1200_spi_unlock()
234 struct hwbus_priv *self = dev_id; in cw1200_spi_irq_handler() local
246 static int cw1200_spi_irq_subscribe(struct hwbus_priv *self) in cw1200_spi_irq_subscribe()
271 static void cw1200_spi_irq_unsubscribe(struct hwbus_priv *self) in cw1200_spi_irq_unsubscribe()
338 static size_t cw1200_spi_align_size(struct hwbus_priv *self, size_t size) in cw1200_spi_align_size()
343 static int cw1200_spi_pm(struct hwbus_priv *self, bool suspend) in cw1200_spi_pm()
362 struct hwbus_priv *self; in cw1200_spi_probe() local
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py74 def getLogList(self, log_locations): argument
92 def transfer_logs(self, log_list): argument
103 def get_local_log_list(self, log_locations): argument
110 def get_context(self, lines, index, before=6, after=3): argument
129 def test_get_context(self): argument
138 def parse_logs(self, logs, lines_before=10, lines_after=10): argument
164 def write_dmesg(self): argument
168 def test_parselogs(self): argument
/openbmc/linux/scripts/gdb/linux/
H A Drbtree.py106 def __init__(self): argument
109 def invoke(self, root): argument
126 def __init__(self): argument
129 def invoke(self, root): argument
146 def __init__(self): argument
149 def invoke(self, node): argument
166 def __init__(self): argument
169 def invoke(self, node): argument
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs1026 pub fn reserve(&mut self, additional: usize) { in reserve()
1056 pub fn reserve_exact(&mut self, additional: usize) { in reserve_exact()
1093 pub fn try_reserve(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve()
1136 pub fn try_reserve_exact(&mut self, additional: usize) -> Result<(), TryReserveError> { in try_reserve_exact()
1156 pub fn shrink_to_fit(&mut self) { in shrink_to_fit()
1185 pub fn shrink_to(&mut self, min_capacity: usize) { in shrink_to()
1271 pub fn truncate(&mut self, len: usize) { in truncate()
1481 pub unsafe fn set_len(&mut self, new_len: usize) { in set_len()
1513 pub fn swap_remove(&mut self, index: usize) -> T { in swap_remove()
1554 pub fn insert(&mut self, index: usize, element: T) { in insert()
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsuricata.py31 def test_suricata_help(self): argument
38 def test_ping_openinfosecfoundation_org(self): argument
51 def test_suricata_update(self): argument
58 def test_suricata_update_sources_list(self): argument
65 def test_suricata_update_sources(self): argument
72 def test_suricata_update_enable_source(self): argument
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py19 def __str__(self): argument
22 def _write_python(self, input, output): argument
30 def _write_json(self, repos, output): argument
34 def _read_repo_config(self, json_path): argument
46 def _modify_repo_config(self, json_config, args): argument
65 def do_write(self, parent, args): argument
108 def register_arguments(self, parser): argument
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Daction.py27 def do_add_layer(self, args): argument
69 def do_remove_layer(self, args): argument
94 def do_flatten(self, args): argument
251 def get_file_layer(self, filename): argument
258 def get_file_layerdir(self, filename): argument
262 def apply_append(self, appendname, recipename): argument
269 def register_commands(self, sp): argument
/openbmc/openbmc/poky/meta/lib/bbconfigbuild/
H A Dconfigfragments.py24 def get_fragment_info(self, path, name): argument
38 def discover_fragments(self): argument
57 def do_list_fragments(self, args): argument
85 def fragment_exists(self, fragmentname): argument
92 def create_conf(self, confpath): argument
103 def do_enable_fragment(self, args): argument
123 def do_disable_fragment(self, args): argument
139 def do_disable_all_fragments(self, args): argument
149 def register_commands(self, sp): argument
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py68 def __init__(self, arch): argument
121 def add_note(self, n_name, n_desc, n_type): argument
141 def add_vmcoreinfo_note(self, vmcoreinfo): argument
159 def add_segment(self, p_type, p_paddr, p_size): argument
171 def to_file(self, elf_file): argument
230 def __init__(self, endianness, elfclass): argument
266 def __init__(self): argument
295 def __init__(self): argument
503 def __init__(self): argument
510 def dump_init(self, vmcore): argument
[all …]
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_unlink.py17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
78 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument
90 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument
101 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
/openbmc/qemu/scripts/qemugdb/
H A Dcoroutine.py101 def __init__(self): argument
105 def invoke(self, arg, from_tty): argument
115 def __init__(self): argument
119 def invoke(self, arg, from_tty): argument
137 def __init__(self): argument
140 def invoke(self, addr): argument
144 def __init__(self): argument
147 def invoke(self, addr): argument
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py36 def setUp(self): argument
39 def tearDown(self): argument
48 def GetText(self, fname): argument
52 def GetPatchName(self, subject): argument
56 def CreatePatchesForTest(self, series): argument
73 def testBasic(self): argument
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Drepo.py20 def __init__(self, patch, repodir, commit=None, branch=None): argument
59 def ismerged(self): argument
62 def canbemerged(self): argument
65 def _get_commitid(self, commit): argument
77 def merge(self): argument
82 def clean(self): argument
/openbmc/qemu/tests/qemu-iotests/
H A D12931 def setUp(self): argument
49 def tearDown(self): argument
55 def do_test_stop(self, cmd, **args): argument
66 def test_drive_mirror(self): argument
71 def test_drive_backup(self): argument
81 def test_block_commit(self): argument
/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py241 def __init__(self): argument
256 def feed(self, task): argument
277 def _update_max_entries(self): argument
297 def __init__(self): argument
304 def __init__(self, pid, tid, comm, runs, acc, mean, argument
323 def _print_header(self): argument
343 def _column_titles(self): argument
403 def _task_stats(self): argument
451 def _format_stats(self): argument
502 def _calc_alignments_summary(self, align_helper): argument
[all …]

1...<<11121314151617181920>>...55