Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py146 except edtlib.EDTError:
405 except edtlib.EDTError:
431 except edtlib.EDTError:
482 except edtlib.EDTError:
542 except edtlib.EDTError:
599 except edtlib.EDTError:
627 except edtlib.EDTError:
656 except edtlib.EDTError:
677 except edtlib.EDTError:
702 except edtlib.EDTError:
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/tests/
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/dts/
Dgen_edt.py53 except edtlib.EDTError as e:
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2013 raise EDTError(e) from e
2099 raise EDTError(e)
2404 except EDTError:
2412 class EDTError(Exception): class
3191 return _slice_helper(node, prop_name, size, size_hint, EDTError)
3227 raise EDTError(msg)