Lines Matching +full:- +full:e
1 // Copyright (c) 2017-2019 Linaro LTD
2 // Copyright (c) 2017-2019 JUUL Labs
3 // Copyright (c) 2019-2023 Arm Limited
5 // SPDX-License-Identifier: Apache-2.0
43 bootsim run --device TYPE [--align SIZE]
45 bootsim (--help | --version)
48 -h, --help Show this message
49 --version Version
50 --device TYPE MCU to simulate
52 --align SIZE Flash write alignment
81 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
103 fn expecting(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result { in expecting()
107 fn visit_u32<E>(self, n: u32) -> Result<Self::Value, E> in visit_u32()
108 where E: serde::de::Error in visit_u32()
114 return Err(E::custom(err)); in visit_u32()
121 fn deserialize<D>(d: D) -> Result<AlignArg, D::Error> in deserialize()
131 .unwrap_or_else(|e| e.exit()); in main()
179 pub fn new() -> RunStatus { in new()
228 pub fn failures(&self) -> usize { in failures()