Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/
Dgen_crossbar_config.py94 raise Exception("can't enable both output and input")
96 raise Exception("can't define output as both low and high")
149 raise Exception(
155 raise Exception(
178 raise Exception("duplicate signal", mux)
180 raise Exception("can't mux signal to pin", mux, bit)
189 raise Exception("missing signals for bit", bit, signal_muxs)
235 raise Exception("unsupported output value", mux.output_value)
239 raise Exception("unsupported pinmode", mux.pinmode)
264 raise Exception("multiple default nodes", node)
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dexceptions.py6 class TwisterHarnessException(Exception):
Dplugin.py150 raise Exception('--build-dir has to be provided')
152 raise Exception(f'Provided --build-dir does not exist: {config.option.build_dir}')
154 raise Exception('--device-type has to be provided')
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py48 raise Exception("Wrong server type")
66 raise Exception("Server startup failed")
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py219 except Exception as err:
231 except Exception as err:
238 except Exception as err:
265 except Exception as err:
274 except Exception as err:
294 except Exception as err:
306 except Exception as err:
/Zephyr-latest/scripts/west_commands/
Dsdk.py225 except Exception:
243 raise Exception(f"Failed to fetch: {resp.status_code}, {resp.text}")
296 raise Exception(f"Failed to download {sha256_url}: {resp.status_code}")
304 raise Exception(f"Failed to download {archive_url}: {resp.status_code}")
328 raise Exception(f"sha256 mismatched: {sha256}:{digest}")
337 raise Exception("Unexpected archive format")
407 except Exception:
483 except Exception as e:
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
D_private.py13 err_class: Callable[..., Exception]): argument
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Derror.py11 class TwisterException(Exception):
Dquarantine.py24 class QuarantineException(Exception):
107 except Exception as e:
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_echo.py36 except Exception as e:
/Zephyr-latest/scripts/tests/twister/
Dtest_config_parser.py157 …raises(expected) if isinstance(expected, type) and issubclass(expected, Exception) else nullcontex…
178 with pytest.raises(Exception):
Dtest_cmakecache.py137 isinstance(expected, Exception) else nullcontext() as exception:
240 isinstance(expected, type) and issubclass(expected, Exception) else \
Dtest_twister.py50 with pytest.raises(Exception) as exception:
Dtest_environment.py433 issubclass(git_describe_return, Exception):
438 issubclass(git_show_return, Exception):
533 pytest.raises(Exception) \
Dtest_testsuite.py254 class TestException(Exception):
430 isinstance(expected, type) and issubclass(expected, Exception) \
645 issubclass(scanpathresults[filename], Exception):
847 isinstance(expected, type) and issubclass(expected, Exception) \
Dtest_quarantine.py168 if isinstance(expected, type) and issubclass(expected, Exception):
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/
Dmock_script.py28 raise Exception
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/
DREADME.txt14 - Activating PendSV triggers a Reserved Exception error
44 E: ***** Reserved Exception ( -2) *****
/Zephyr-latest/scripts/
Dgen_gcov_files.py56 except Exception:
/Zephyr-latest/scripts/build/
Dparse_syscalls.py121 except Exception:
134 except Exception:
/Zephyr-latest/scripts/release/
Dlist_backports.py170 except Exception:
294 except Exception:
300 except Exception:
/Zephyr-latest/scripts/pylib/twister/
Dscl.py25 class EmptyYamlFileException(Exception):
/Zephyr-latest/scripts/utils/
Dmigrate_mcumgr_kconfigs.py143 except Exception as e:
Dmigrate_posix_kconfigs.py114 except Exception as e:
/Zephyr-latest/scripts/dts/
Dgen_edt.py106 raise Exception(s)

1234