Searched refs:find_collection (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | cooker.py | 76 result = self.layerindex.find_collection(collection)
|
| H A D | restapi.py | 132 result = self.layerindex.find_collection(collection)
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/ |
| H A D | vgic-its.c | 259 static struct its_collection *find_collection(struct vgic_its *its, int coll_id) in find_collection() function 885 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_movi() 1012 collection = find_collection(its, coll_id); in vgic_its_free_collection() 1079 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_mapi() 1231 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_mapc() 1312 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_invall() 2177 collection = find_collection(its, coll_id); in vgic_its_restore_ite() 2490 collection = find_collection(its, coll_id); in vgic_its_restore_cte()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 300 def find_collection(self, collection, version=None, branch=None): member in LayerIndex 315 layerBranch = index.find_collection(collection, version, branches) 405 rdeplayerbranch = self.find_collection( 765 def find_collection(self, collection, version=None, branches=None): member in LayerIndexObj
|
| H A D | cooker.py | 210 depLayerBranch = index.find_collection(dep, branches=[branchName])
|