Home
last modified time | relevance | path

Searched refs:find_collection (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/
H A Dcooker.py76 result = self.layerindex.find_collection(collection)
H A Drestapi.py132 result = self.layerindex.find_collection(collection)
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c259 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__.py300 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 Dcooker.py210 depLayerBranch = index.find_collection(dep, branches=[branchName])