Searched refs:expected (Results 1 – 3 of 3) sorted by relevance
| /scripts/kconfig/tests/ |
| D | conftest.py | 228 def _read_and_compare(self, compare, expected): argument 234 with open(os.path.join(self._test_dir, expected)) as f: 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 253 return self._contains('config', expected) 255 def config_matches(self, expected): argument 261 return self._matches('config', expected) [all …]
|
| /scripts/ |
| D | rust_is_available_test.py | 115 def run_script(self, expected, override_env): argument 133 if expected == self.Expected.SUCCESS: 138 elif expected == self.Expected.SUCCESS_WITH_EXTRA_OUTPUT: 145 elif expected == self.Expected.SUCCESS_WITH_WARNINGS:
|
| /scripts/dtc/ |
| 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()
|