Home
last modified time | relevance | path

Searched defs:self (Results 601 – 625 of 1371) sorted by relevance

1...<<21222324252627282930>>...55

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbinutils.py22 def test_binutils(self): argument
25 def test_gas(self): argument
28 def test_ld(self): argument
31 def run_binutils(self, suite): argument
H A Dmeta_ide.py35 def test_meta_ide_had_installed_meta_ide_support(self): argument
38 def test_meta_ide_can_compile_c_program(self): argument
44 def test_meta_ide_can_build_cpio_project(self): argument
57 def test_meta_ide_can_run_sdk_tests(self): argument
H A Dglibc.py23 def run_check(self, ssh = None): argument
49 def run_check_emulated(self): argument
91 def test_glibc(self): argument
97 def test_glibc(self): argument
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py71 def __init__(self, write, options): argument
75 def error(self, msg): argument
78 def warn(self, msg): argument
82 def info(self, msg): argument
86 def status(self, msg): argument
H A Dmain.py.in71 def __init__(self, write, options): argument
75 def error(self, msg): argument
78 def warn(self, msg): argument
82 def info(self, msg): argument
86 def status(self, msg): argument
/openbmc/linux/rust/kernel/sync/
H A Dcondvar.rs106 fn wait_internal<T: ?Sized, B: Backend>(&self, wait_state: u32, guard: &mut Guard<'_, T, B>) { in wait_internal() argument
133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
142 pub fn wait_uninterruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) { in wait_uninterruptible() argument
147 fn notify(&self, count: i32, flags: u32) { in notify()
163 pub fn notify_one(&self) { in notify_one()
171 pub fn notify_all(&self) { in notify_all()
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py108 def pass_handle(self, node): # pylint: disable=W0613 argument
436 def visit_kernel_image(self, node): # pylint: disable=W0613 argument
456 def run(self): argument
473 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument
492 def run(self): argument
511 def visit_kernel_render(self, node): argument
581 def run(self): argument
584 def build_node(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py31 def supports(self, ud, d): argument
37 def process_submodules(self, ud, workdir, function, d): argument
150 def call_process_submodules(self, ud, d, extra_check, subfunc): argument
163 def need_update(self, ud, d): argument
188 def download(self, ud, d): argument
205 def unpack(self, ud, destdir, d): argument
252 def clean(self, ud, d): argument
266 def implicit_urldata(self, ud, d): argument
/openbmc/u-boot/tools/binman/etype/
H A Du_boot_dtb_with_ucode.py27 def __init__(self, section, etype, node): argument
36 def GetDefaultFilename(self): argument
39 def ProcessFdt(self, fdt): argument
73 def ObtainContents(self): argument
H A Du_boot_with_ucode_ptr.py31 def __init__(self, section, etype, node): argument
36 def GetDefaultFilename(self): argument
39 def ProcessFdt(self, fdt): argument
49 def ProcessContents(self): argument
H A Dfmap.py30 def __init__(self, section, etype, node): argument
33 def _GetFmap(self): argument
58 def ObtainContents(self): argument
63 def ProcessContents(self): argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dgcc.py34 def test_gcc_compile(self): argument
45 def test_gpp_compile(self): argument
56 def test_gpp2_compile(self): argument
68 def test_make(self): argument
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dstream-under-throttle42 def _base_args(self) -> List[str]: argument
48 def setUp(self) -> None: argument
95 def tearDown(self) -> None: argument
100 def test_stream(self) -> None: argument
H A Dgraph-changes-while-io42 def setUp(self) -> None: argument
58 def tearDown(self) -> None: argument
61 def test_blockdev_add_while_io(self) -> None: argument
85 def test_commit_while_io(self) -> None: argument
/openbmc/qemu/tests/functional/
H A Dtest_arm_bpim2u.py39 def test_arm_bpim2u(self): argument
61 def test_arm_bpim2u_initrd(self): argument
97 def test_arm_bpim2u_gmac(self): argument
147 def test_arm_bpim2u_openwrt_22_03_3(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Deventreplay.py20 def __init__(self, eventfile, variables): argument
25 def waitEvent(self, _timeout): argument
47 def runCommand(self, command_line): argument
81 def getEventHandle(self): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py47 def get_artifact(self, path): argument
54 def has_artifact(self, path): argument
95 def __init__(self, *args, **kwargs): argument
100 def save(self, *args, **kwargs): argument
116 def get_duration(self): argument
119 def get_sorted_target_list(self): argument
123 def get_machine(self): argument
126 def __str__(self): argument
164 def __str__(self): argument
/openbmc/openbmc/poky/scripts/
H A Dpatchtest47 def startTestRun(self): argument
71 def addError(self, test, err): argument
76 def addFailure(self, test, err): argument
90 def addSuccess(self, test): argument
102 def addSkip(self, test, reason): argument
115 def stopTestRun(self): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py22 def __init__(self, command, msg=None): argument
26 def __str__(self): argument
38 def __str__(self): argument
42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
49 def __str__(self): argument
70 def __init__(self, *args, **kwargs): argument
/openbmc/linux/rust/alloc/
H A Dalloc.rs178 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl()
193 &self, in grow_impl()
242 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate()
247 fn allocate_zeroed(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate_zeroed()
252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate()
262 &self, in grow()
273 &self, in grow_zeroed()
284 &self, in shrink()
410 unsafe fn write_clone_into_raw(&self, target: *mut Self); in write_clone_into_raw()
415 default unsafe fn write_clone_into_raw(&self, target: *mut Self) { in write_clone_into_raw()
[all …]
H A Draw_vec.rs162 pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> { in into_box() argument
311 pub fn reserve(&mut self, len: usize, additional: usize) { in reserve()
334 pub fn reserve_for_push(&mut self, len: usize) { in reserve_for_push()
339 pub fn try_reserve(&mut self, len: usize, additional: usize) -> Result<(), TryReserveError> { in try_reserve()
349 pub fn try_reserve_for_push(&mut self, len: usize) -> Result<(), TryReserveError> { in try_reserve_for_push()
371 pub fn reserve_exact(&mut self, len: usize, additional: usize) { in reserve_exact()
377 &mut self, in try_reserve_exact()
395 pub fn shrink_to_fit(&mut self, cap: usize) { in shrink_to_fit()
403 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
407 fn set_ptr_and_cap(&mut self, ptr: NonNull<[u8]>, cap: usize) { in set_ptr_and_cap()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A Dsdk.py16 def __init__(self, d, manifest_dir=None): argument
44 def _copy_apt_dir_to(self, dst_dir): argument
51 def _populate_sysroot(self, pm, manifest): argument
62 def _populate(self): argument
/openbmc/qemu/scripts/qemugdb/
H A Dtimers.py20 def __init__(self): argument
25 def dump_timers(self, timer): argument
38 def process_timerlist(self, tlist, ttype): argument
48 def invoke(self, arg, from_tty): argument
/openbmc/qemu/scripts/
H A Danalyse-locks-simpletrace.py16 def __init__(self): argument
22 def _get_mutex(self, mutex): argument
34 def qemu_mutex_lock(self, timestamp, mutex, filename, line): argument
41 def qemu_mutex_locked(self, timestamp, mutex, filename, line): argument
50 def qemu_mutex_unlock(self, timestamp, mutex, filename, line): argument
/openbmc/qemu/tests/qemu-iotests/
H A D09633 def setUp(self): argument
43 def tearDown(self): argument
48 def checkConfig(self, active_layer): argument
61 def testSnapshot(self): argument

1...<<21222324252627282930>>...55