Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 79) 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/dts/python-devicetree/src/devicetree/
D_private.py13 err_class: Callable[..., Exception]): argument
/Zephyr-latest/scripts/west_commands/
Dsdk.py227 except Exception:
245 raise Exception(f"Failed to fetch: {resp.status_code}, {resp.text}")
298 raise Exception(f"Failed to download {sha256_url}: {resp.status_code}")
306 raise Exception(f"Failed to download {archive_url}: {resp.status_code}")
361 raise Exception(f"sha256 mismatched: {sha256}:{digest}")
370 raise Exception("Unexpected archive format")
440 except Exception:
516 except Exception as e:
/Zephyr-latest/scripts/tests/twister/
Dtest_platform.py164 Exception("Duplicate platform identifier p1e1/s1 found"),
169 Exception("Duplicate platform identifier p1e2/s1/v1 found"),
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:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Derror.py11 class TwisterException(Exception):
Dquarantine.py24 class QuarantineException(Exception):
107 except Exception as e:
/Zephyr-latest/soc/wch/ch32v/
DKconfig15 int "Number of Interrupt and Exception Vectors"
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/
Dtest_sdp.py335 except Exception as e:
364 except Exception as e:
397 except Exception as e:
454 except Exception as e:
524 except Exception as e:
558 except Exception as e:
591 except Exception as e:
634 except Exception as e:
677 except Exception as e:
721 except Exception as e:
[all …]
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_echo.py36 except Exception as e:
/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.py122 except Exception as e:
/Zephyr-latest/scripts/dts/
Dgen_edt.py106 raise Exception(s)

1234