Home
last modified time | relevance | path

Searched refs:ExpansionError (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Ddata.py78 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
82 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
87 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
105 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
111 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
116 self.assertRaises(bb.data_smart.ExpansionError, self.d.getVar, "FOO", True)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dbbvars.py120 except bb.data_smart.ExpansionError:
131 except bb.data_smart.ExpansionError:
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Ddata.py45 except bb.data_smart.ExpansionError:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata_smart.py164 class ExpansionError(Exception): class
461 except ExpansionError as e:
470 raise ExpansionError(varname, s, exc).with_traceback(tb) from exc
H A Dcookerdata.py296 except bb.data_smart.ExpansionError as e:
H A Dutils.py407 …except (bb.BBHandledException, bb.parse.SkipRecipe, bb.data_smart.ExpansionError, bb.process.Execu…
H A Dcooker.py2348 except bb.data_smart.ExpansionError as exc:
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py885 except bb.data_smart.ExpansionError: