Searched refs:Exception (Results 1 – 25 of 79) 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/dts/python-devicetree/src/devicetree/ |
D | _private.py | 13 err_class: Callable[..., Exception]): argument
|
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 227 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/ |
D | test_platform.py | 164 Exception("Duplicate platform identifier p1e1/s1 found"), 169 Exception("Duplicate platform identifier p1e2/s1/v1 found"),
|
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:
|
/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/soc/wch/ch32v/ |
D | Kconfig | 15 int "Number of Interrupt and Exception Vectors"
|
/Zephyr-latest/tests/bluetooth/classic/sdp_c/pytest/ |
D | test_sdp.py | 335 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/ |
D | te_udp_echo.py | 36 except Exception as e:
|
/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 | 122 except Exception as e:
|
/Zephyr-latest/scripts/dts/ |
D | gen_edt.py | 106 raise Exception(s)
|
1234