Searched defs:new (Results 1 – 9 of 9) sorted by relevance
/mcuboot-2.7.6/ci/ |
D | compare_versions.py | 33 old, new = parse(args.old), parse(args.new) variable
|
/mcuboot-2.7.6/sim/simflash/src/ |
D | pdump.rs | 20 fn new() -> Dumper { in new() method
|
D | lib.rs | 101 pub fn new(sectors: Vec<usize>, align: usize, erased_val: u8) -> SimFlash { in new() method
|
/mcuboot-2.7.6/sim/src/ |
D | depends.rs | 31 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
|
D | lib.rs | 179 pub fn new() -> RunStatus { in new() method
|
D | image.rs | 96 pub fn new(device: DeviceName, align: usize, erased_val: u8) -> Result<Self, String> { in new() method
|
/mcuboot-2.7.6/sim/mcuboot-sys/src/ |
D | api.rs | 40 pub fn new() -> FlashContext { in new() method 77 pub fn new() -> CSimContextPtr { in new() method
|
D | area.rs | 22 pub fn new() -> AreaDesc { in new() method
|
/mcuboot-2.7.6/ptest/src/ |
D | main.rs | 96 fn new(total: usize) -> Arc<Mutex<State>> { in new() method
|