Searched refs:find_collection (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/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)
|
/openbmc/linux/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 897 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_movi() 1048 collection = find_collection(its, coll_id); in vgic_its_free_collection() 1115 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_mapi() 1274 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_mapc() 1395 collection = find_collection(its, coll_id); in vgic_its_cmd_handle_invall() 2265 collection = find_collection(its, coll_id); in vgic_its_restore_ite() 2595 collection = find_collection(its, coll_id); in vgic_its_restore_cte()
|
/openbmc/openbmc/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) 412 rdeplayerbranch = self.find_collection( 772 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])
|