Searched refs:exception (Results 1 – 19 of 19) sorted by relevance
| /tools/binman/ |
| A D | image_test.py | 19 str(e.exception)) 27 str(e.exception)) 44 self.assertIn("msg: No such property 'bad", str(e.exception))
|
| A D | fip_util_test.py | 106 self.assertIn('Expected file', str(err.exception)) 113 self.assertIn('does not start with', str(err.exception)) 120 self.assertIn('No such file or directory', str(err.exception)) 128 self.assertIn('Cannot parse file', str(err.exception)) 156 self.assertIn('tbbr_config.c', str(err.exception)) 166 self.assertIn('Cannot parse file', str(err.exception)) 185 self.assertIn('Cannot parse UUID line 5', str(err.exception)) 377 self.assertIn("Cannot find FIP entry 'scp-fwu-cfg'", str(err.exception)) 383 str(err.exception)) 387 self.assertIn("Unknown FIP entry type 'blah'", str(err.exception)) [all …]
|
| A D | elf_test.py | 122 str(e.exception)) 134 'is a', str(e.exception)) 162 str(e.exception)) 272 str(e.exception)) 301 str(e.exception)) 312 self.assertIn('Magic number does not match', str(e.exception)) 338 str(e.exception)) 362 str(e.exception)) 385 self.assertIn('__image_copy_start', str(e.exception))
|
| A D | entry_test.py | 53 "'invalid-path'", str(e.exception)) 99 str(e.exception)) 129 self.assertIn("Cannot find entry for node 'u-boot'", str(e.exception)) 134 self.assertIn("Need elf-fname property 'u-boot'", str(e.exception))
|
| A D | ftest.py | 1751 str(e.exception)) 1770 str(e.exception)) 5156 str(e.exception), 5420 str(e.exception)) 5624 str(e.exception)) 6974 str(e.exception)) 7174 str(e.exception)) 7278 str(e.exception)) 7293 str(e.exception)) 7330 str(e.exception)) [all …]
|
| A D | cbfs_util_test.py | 223 self.assertIn('cbfstool missing-file bad-command', str(exc.exception)) 247 self.assertIn('Unknown type 0xff when writing', str(e.exception)) 276 self.assertIn('Unknown type 0xff when reading', str(e.exception)) 285 self.assertIn('No space for header', str(e.exception)) 295 self.assertIn('No space for data before offset', str(e.exception)) 305 self.assertIn('No space for data before pad offset', str(e.exception)) 338 self.assertIn('Cannot find master header', str(e.exception)) 581 self.assertIn('Unknown file type 0xff', str(e.exception)) 592 self.assertIn('No space for data before pad offset', str(e.exception))
|
| A D | bintool_test.py | 46 str(exc.exception))
|
| /tools/u_boot_pylib/ |
| A D | command.py | 44 exception=None): argument 49 self.exception = exception 126 result.exception = err
|
| A D | LICENSE | 160 special exception, the source code distributed need not include
|
| /tools/dtoc/ |
| A D | test_dtoc.py | 1171 str(exc.exception)) 1181 str(exc.exception)) 1452 str(exc.exception)) 1463 str(exc.exception)) 1544 str(exc.exception)) 1554 str(exc.exception)) 1563 str(exc.exception)) 1665 str(exc.exception)) 1678 str(exc.exception)) 1688 str(exc.exception)) [all …]
|
| A D | test_fdt | 229 str(exc.exception)) 303 str(exc.exception)) 308 str(exc.exception)) 396 str(exc.exception)) 735 str(exc.exception)) 742 str(exc.exception)) 749 str(exc.exception)) 796 str(exc.exception)) 839 str(exc.exception)) 861 str(exc.exception)) [all …]
|
| A D | test_fdt.py | 229 str(exc.exception)) 303 str(exc.exception)) 308 str(exc.exception)) 396 str(exc.exception)) 735 str(exc.exception)) 742 str(exc.exception)) 749 str(exc.exception)) 796 str(exc.exception)) 839 str(exc.exception)) 861 str(exc.exception)) [all …]
|
| A D | test_src_scan.py | 227 str(exc.exception)) 340 str(exc.exception))
|
| /tools/patman/ |
| A D | test_cseries.py | 845 str(exc.exception)) 930 str(exc.exception)) 938 str(exc.exception)) 1179 str(exc.exception)) 1841 str(exc.exception)) 1878 str(exc.exception)) 2281 str(exc.exception)) 3145 str(exc.exception)) 3556 str(exc.exception)) 3562 str(exc.exception)) [all …]
|
| A D | func_test.py | 500 str(exc.exception)) 610 str(exc.exception))
|
| /tools/buildman/ |
| A D | boards.py | 50 except OSError as exception: 52 if exception.errno != errno.ENOENT: 78 except OSError as exception: 79 if exception.errno == errno.ENOENT:
|
| A D | func_test.py | 654 self.assertIn("single board", str(e.exception)) 663 self.assertIn("single commit", str(e.exception)) 669 self.assertIn("specify -o", str(e.exception))
|
| A D | test.py | 1023 self.assertIn('Cannot find dtc', str(exc.exception))
|
| /tools/docker/ |
| A D | Dockerfile | 19 # Set architectures to build for (leaving out ARM which is an exception)
|
Completed in 79 milliseconds