Searched refs:object (Results 1 - 25 of 35) sorted by relevance

12

/u-boot/board/xilinx/zynqmp/
H A Dpm_cfg_obj.S6 .type zynqmp_pm_cfg_obj, @object
8 .type zynqmp_pm_cfg_obj_size, @object
/u-boot/test/py/tests/test_fs/
H A Dtest_fs_fat.py16 class TestFsFat(object):
H A Dtest_mkdir.py16 class TestMkdir(object):
H A Dtest_symlink.py20 class TestSymlink(object):
H A Dtest_unlink.py17 class TestUnlink(object):
H A Dtest_basic.py18 class TestFsBasic(object):
H A Dtest_ext.py31 class TestFsExt(object):
/u-boot/tools/binman/
H A Dbintool_test.py91 with unittest.mock.patch.object(tools, 'download',
144 with unittest.mock.patch.object(bintool.Bintool, 'tooldir', destdir):
145 with unittest.mock.patch.object(tools, 'download',
178 with unittest.mock.patch.object(bintool.Bintool, 'fetch_tool',
216 with unittest.mock.patch.object(bintool.Bintool, 'fetch_tool',
218 with unittest.mock.patch.object(bintool.Bintool,
221 with unittest.mock.patch.object(bintool.Bintool, 'create',
255 with unittest.mock.patch.object(bintool.Bintool, 'tooldir',
257 with unittest.mock.patch.object(tools, 'run', side_effect=fake_run):
280 with unittest.mock.patch.object(tool
[all...]
H A Dcbfs_util.py195 class CbfsFile(object):
268 CbfsFile object containing the file information
287 CbfsFile object containing the file information
302 CbfsFile object containing the file information
416 class CbfsWriter(object):
540 CbfsFile object created
559 CbfsFile object created
569 fd: File object
632 class CbfsReader(object):
722 CbfsFile object, i
[all...]
/u-boot/test/py/tests/test_android/
H A Dtest_ab.py10 class ABTestDiskImage(object):
14 """Initialize a new ABTestDiskImage object.
H A Dtest_abootimg.py105 class AbootimgTestDiskImage(object):
109 """Initialize a new AbootimgDiskImage object.
146 """pytest fixture to provide a AbootimgTestDiskImage object to tests.
149 work, so this simply returns the same object over and over each time."""
159 """pytest fixture to provide a AbootimgTestDiskImage object to tests.
162 work, so this simply returns the same object over and over each time."""
172 """pytest fixture to provide a AbootimgTestDiskImage object to tests.
175 work, so this simply returns the same object over and over each time."""
/u-boot/test/py/tests/test_efi_secboot/
H A Dtest_unsigned.py20 class TestEfiUnsignedImage(object):
H A Dtest_signed_intca.py22 class TestEfiSignedImageIntca(object):
H A Dtest_authvar.py19 class TestEfiAuthVar(object):
H A Dtest_signed.py20 class TestEfiSignedImage(object):
/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1272 "tragedy: Trying to add an object to a null pointer directory"
1279 "tragedy: Trying to add an object to a non-directory"
1331 /* If the object is a file going into the unlinked directory,
1377 if (cache->object == obj && cache->dirty)
1398 /* Find the lowest dirty chunk for this object */
1400 if (dev->cache[i].object == obj &&
1413 yaffs_wr_data_obj(cache->object,
1418 cache->object = NULL;
1439 /* Find a dirty object in the cache and flush it...
1445 if (dev->cache[i].object
1568 yaffs_invalidate_chunk_cache(struct yaffs_obj *object, int chunk_id) argument
2392 struct yaffs_obj *object; local
2601 struct yaffs_obj *object = local
[all...]
/u-boot/test/py/
H A Du_boot_console_base.py40 class ConsoleDisableCheck(object):
60 class ConsoleSetupTimeout(object):
76 class ConsoleBase(object):
88 log: A mulptiplex_log.Logfile object, to which the U-Boot output
325 not a regular expression) or an re object.
497 A context manager object.
512 A context manager object.
H A Dmultiplexed_log.py18 class LogfileStream(object):
19 """A file-like object used to write a single logical stream of data into
24 """Initialize a new object.
27 logfile: The Logfile object to log to.
29 chained_file: The file-like object to which all stream data should be
86 class RunAndLog(object):
87 """A utility object used to execute sub-processes and log their output to
92 """Initialize a new object.
95 logfile: The Logfile object to log to.
97 chained_file: The file-like object t
[all...]
H A Du_boot_utils.py254 class PersistentFileHelperCtxMgr(object):
263 """Initialize a new object.
266 log: The Logfile object to log to.
322 A context manager object.
/u-boot/test/py/tests/
H A Dtest_fit_hashes.py27 class ReadonlyFitImage(object):
H A Dtest_fit_ecdsa.py20 class SignableFitImage(object):
H A Dtest_fit_auto_signed.py27 class SignedFitHelper(object):
/u-boot/tools/u_boot_pylib/
H A Dterminal.py201 class Color(object):
211 """Create a new Color object, optionally disabling color output.
/u-boot/scripts/
H A Dspdxcheck.py24 class SPDXdata(object):
75 class id_parser(object):
/u-boot/doc/sphinx/
H A DrstFlatTable.py145 class ListTableBuilder(object):

Completed in 129 milliseconds

12