Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/kernel/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
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__.py300 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 Dcooker.py210 depLayerBranch = index.find_collection(dep, branches=[branchName])