Searched defs:new (Results 1 – 11 of 11) sorted by relevance
/mcuboot-3.7.0/ci/ |
D | compare_versions.py | 51 old, new = versions[0], versions[1] variable
|
/mcuboot-3.7.0/sim/mcuboot-sys/src/ |
D | lib.rs | 23 pub fn new(size: u32, offset: u32) -> RamBlock { in new() method
|
D | api.rs | 73 pub fn new() -> FlashContext { in new() method 122 pub fn new() -> CSimContextPtr { in new() method 156 pub fn new() -> Self { in new() method
|
D | area.rs | 23 pub fn new() -> AreaDesc { in new() method
|
/mcuboot-3.7.0/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-3.7.0/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 | 140 pub fn new(device: DeviceName, align: usize, erased_val: u8) -> Result<Self, String> { in new() method 1669 fn new(slots: &[[SlotInfo; 2]]) -> RamData { in new() method
|
/mcuboot-3.7.0/sim/mcuboot-sys/ |
D | build.rs | 515 fn new() -> CachedBuild { in new() method
|
/mcuboot-3.7.0/ptest/src/ |
D | main.rs | 136 fn new(total: usize) -> Arc<Mutex<State>> { in new() method
|