Home
last modified time | relevance | path

Searched refs:EDTError (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib_binding_init.py1014 with pytest.raises(edtlib.EDTError) as e:
1019 with pytest.raises(edtlib.EDTError) as e:
1024 with pytest.raises(edtlib.EDTError) as e:
1036 with pytest.raises(edtlib.EDTError) as e:
1041 with pytest.raises(edtlib.EDTError) as e:
1046 with pytest.raises(edtlib.EDTError) as e:
1058 with pytest.raises(edtlib.EDTError) as e:
1063 with pytest.raises(edtlib.EDTError) as e:
1068 with pytest.raises(edtlib.EDTError) as e:
1080 with pytest.raises(edtlib.EDTError) as e:
[all …]
Dtest_edtlib.py283 with pytest.raises(edtlib.EDTError) as e:
289 with pytest.raises(edtlib.EDTError) as e:
295 with pytest.raises(edtlib.EDTError) as e:
302 with pytest.raises(edtlib.EDTError) as e:
309 with pytest.raises(edtlib.EDTError) as e:
319 with pytest.raises(edtlib.EDTError) as e:
327 with pytest.raises(edtlib.EDTError) as e:
848 with pytest.raises(edtlib.EDTError) as e:
853 with pytest.raises(edtlib.EDTError) as e:
945 with pytest.raises(edtlib.EDTError) as e:
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py146 except edtlib.EDTError:
417 except edtlib.EDTError:
443 except edtlib.EDTError:
494 except edtlib.EDTError:
554 except edtlib.EDTError:
611 except edtlib.EDTError:
639 except edtlib.EDTError:
668 except edtlib.EDTError:
689 except edtlib.EDTError:
714 except edtlib.EDTError:
[all …]
/Zephyr-latest/scripts/dts/
Dgen_edt.py53 except edtlib.EDTError as e:
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2038 raise EDTError(e) from e
2124 raise EDTError(e)
2437 except EDTError:
2445 class EDTError(Exception): class
3224 return _slice_helper(node, prop_name, size, size_hint, EDTError)
3260 raise EDTError(msg)