Home
last modified time | relevance | path

Searched refs:DepTest (Results 1 – 4 of 4) sorted by relevance

/mcuboot-3.4.0/sim/tests/
Dcore.rs11 DepTest, DepType, UpgradeInfo,
86 pub static TEST_DEPS: &[DepTest] = &[
88 DepTest {
95 DepTest {
102 DepTest {
111 DepTest {
118 DepTest {
126 DepTest {
133 DepTest {
140 DepTest {
[all …]
/mcuboot-3.4.0/sim/src/
Ddepends.rs27 test: DepTest,
31 pub fn new(number: usize, test: &DepTest) -> BoringDep { in new()
62 pub struct DepTest { struct
102 pub static NO_DEPS: DepTest = DepTest {
110 pub static REV_DEPS: DepTest = DepTest {
121 test: DepTest,
125 pub fn new(total_image: usize, my_image: usize, deps: &DepTest) -> PairDep { in new()
Dlib.rs24 DepTest,
Dimage.rs50 DepTest,
213 pub fn make_no_upgrade_image(self, deps: &DepTest) -> Images { in make_no_upgrade_image()
245 pub fn make_image(self, deps: &DepTest, permanent: bool) -> Images { in make_image() argument
596 pub fn run_check_deps(&self, deps: &DepTest) -> bool { in run_check_deps()
1495 fn verify_dep_images(&self, flash: &SimMultiFlash, deps: &DepTest) -> bool { in verify_dep_images()