Home
last modified time | relevance | path

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

/mcuboot-latest/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.rs47 DepTest,
223 …pub fn make_no_upgrade_image(self, deps: &DepTest, img_manipulation: ImageManipulation) -> Images { in make_no_upgrade_image() argument
270 pub fn make_image(self, deps: &DepTest, permanent: bool) -> Images { in make_image() argument
645 pub fn run_check_deps(&self, deps: &DepTest) -> bool { in run_check_deps()
1599 fn verify_dep_images(&self, flash: &SimMultiFlash, deps: &DepTest) -> bool { in verify_dep_images()
/mcuboot-latest/sim/tests/
Dcore.rs12 DepTest, DepType, UpgradeInfo,
99 pub static TEST_DEPS: &[DepTest] = &[
101 DepTest {
108 DepTest {
115 DepTest {
124 DepTest {
131 DepTest {
139 DepTest {
146 DepTest {
153 DepTest {
[all …]