Searched refs:Exception (Results 1 – 25 of 76) sorted by relevance
1234
/Zephyr-latest/soc/silabs/silabs_sim3/sim3u/ |
D | gen_crossbar_config.py | 94 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/ |
D | exceptions.py | 6 class TwisterHarnessException(Exception):
|
D | plugin.py | 150 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/ |
D | test_app_vs_openssl.py | 48 raise Exception("Wrong server type") 66 raise Exception("Server startup failed")
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 219 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/ |
D | sdk.py | 225 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.py | 13 err_class: Callable[..., Exception]): argument
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | error.py | 11 class TwisterException(Exception):
|
D | quarantine.py | 24 class QuarantineException(Exception): 107 except Exception as e:
|
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te_udp_echo.py | 36 except Exception as e:
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_config_parser.py | 157 …raises(expected) if isinstance(expected, type) and issubclass(expected, Exception) else nullcontex… 178 with pytest.raises(Exception):
|
D | test_cmakecache.py | 137 isinstance(expected, Exception) else nullcontext() as exception: 240 isinstance(expected, type) and issubclass(expected, Exception) else \
|
D | test_twister.py | 50 with pytest.raises(Exception) as exception:
|
D | test_environment.py | 433 issubclass(git_describe_return, Exception): 438 issubclass(git_show_return, Exception): 533 pytest.raises(Exception) \
|
D | test_testsuite.py | 254 class TestException(Exception): 430 isinstance(expected, type) and issubclass(expected, Exception) \ 645 issubclass(scanpathresults[filename], Exception): 847 isinstance(expected, type) and issubclass(expected, Exception) \
|
D | test_quarantine.py | 168 if isinstance(expected, type) and issubclass(expected, Exception):
|
/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/resources/ |
D | mock_script.py | 28 raise Exception
|
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/ |
D | README.txt | 14 - Activating PendSV triggers a Reserved Exception error 44 E: ***** Reserved Exception ( -2) *****
|
/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 56 except Exception:
|
/Zephyr-latest/scripts/build/ |
D | parse_syscalls.py | 121 except Exception: 134 except Exception:
|
/Zephyr-latest/scripts/release/ |
D | list_backports.py | 170 except Exception: 294 except Exception: 300 except Exception:
|
/Zephyr-latest/scripts/pylib/twister/ |
D | scl.py | 25 class EmptyYamlFileException(Exception):
|
/Zephyr-latest/scripts/utils/ |
D | migrate_mcumgr_kconfigs.py | 143 except Exception as e:
|
D | migrate_posix_kconfigs.py | 114 except Exception as e:
|
/Zephyr-latest/scripts/dts/ |
D | gen_edt.py | 106 raise Exception(s)
|
1234