Searched refs:expected (Results 1 – 4 of 4) sorted by relevance
/scripts/kconfig/tests/ |
A D | conftest.py | 238 def _contains(self, attr, expected): argument 241 expected) 243 def _matches(self, attr, expected): argument 245 expected) 247 def config_contains(self, expected): argument 255 def config_matches(self, expected): argument 261 return self._matches('config', expected) 263 def stdout_contains(self, expected): argument 271 def stdout_matches(self, expected): argument 279 def stderr_contains(self, expected): argument [all …]
|
/scripts/ |
A D | git-resolve.sh | 151 if [ "$result" != "${expected[$i]}" ] || [ $exit_code != ${expected_exit_codes[$i]} ]; then
|
A D | rust_is_available_test.py | 122 def run_script(self, expected, override_env): argument 140 if expected == self.Expected.SUCCESS: 145 elif expected == self.Expected.SUCCESS_WITH_EXTRA_OUTPUT: 152 elif expected == self.Expected.SUCCESS_WITH_WARNINGS:
|
/scripts/dtc/ |
A D | checks.c | 1406 unsigned int expected; in check_property_phandle_args() local 1456 expected = (cell + cellsize + 1) * sizeof(cell_t); in check_property_phandle_args() 1457 if ((expected <= cell) || prop->val.len < expected) { in check_property_phandle_args()
|
Completed in 9 milliseconds