Home
last modified time | relevance | path

Searched defs:new (Results 1 – 9 of 9) sorted by relevance

/mcuboot-2.7.6/ci/
Dcompare_versions.py33 old, new = parse(args.old), parse(args.new) variable
/mcuboot-2.7.6/sim/simflash/src/
Dpdump.rs20 fn new() -> Dumper { in new() method
Dlib.rs101 pub fn new(sectors: Vec<usize>, align: usize, erased_val: u8) -> SimFlash { in new() method
/mcuboot-2.7.6/sim/src/
Ddepends.rs31 pub fn new(number: usize, test: &DepTest) -> BoringDep { in new() method
125 pub fn new(total_image: usize, my_image: usize, deps: &DepTest) -> PairDep { in new() method
Dlib.rs179 pub fn new() -> RunStatus { in new() method
Dimage.rs96 pub fn new(device: DeviceName, align: usize, erased_val: u8) -> Result<Self, String> { in new() method
/mcuboot-2.7.6/sim/mcuboot-sys/src/
Dapi.rs40 pub fn new() -> FlashContext { in new() method
77 pub fn new() -> CSimContextPtr { in new() method
Darea.rs22 pub fn new() -> AreaDesc { in new() method
/mcuboot-2.7.6/ptest/src/
Dmain.rs96 fn new(total: usize) -> Arc<Mutex<State>> { in new() method