Searched refs:dataCache (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | providers.py | 29 def findProviders(cfgData, dataCache, pkg_pn = None): argument 35 pkg_pn = dataCache.pkg_pn 46 …(last_ver, last_file, pref_ver, pref_file, req) = findBestProvider(pn, localdata, dataCache, pkg_p… 53 def allProviders(dataCache): argument 58 for (fn, pn) in dataCache.pkg_fn.items(): 59 ver = dataCache.pkg_pepvpr[fn] 63 def sortPriorities(pn, dataCache, pkg_pn = None): argument 69 pkg_pn = dataCache.pkg_pn 74 priority = dataCache.bbfile_priority[f] 75 preference = dataCache.pkg_dp[f] [all …]
|
| H A D | taskdata.py | 67 def add_tasks(self, fn, dataCache): argument 72 task_deps = dataCache.task_deps[fn] 83 self.add_extra_deps(fn, dataCache) 131 for depend in dataCache.deps[fn]: 134 logger.debug2("Added dependencies %s for %s", str(dataCache.deps[fn]), fn) 139 rdepends = dataCache.rundeps[fn] 140 rrecs = dataCache.runrecs[fn] 168 def add_extra_deps(self, fn, dataCache): argument 169 func = dataCache.extradepsfunc.get(fn, None) 171 bb.providers.buildWorldTargetList(dataCache) [all …]
|
| H A D | siggen.py | 104 def dump_sigs(self, dataCache, options): argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | custom_tile_loader.cpp | 14 auto cachedTileData = dataCache.find(tileID.canonical); in fetchTile() 15 if (cachedTileData != dataCache.end()) { in fetchTile() 31 if (cachedTileData == dataCache.end()) { in fetchTile() 54 dataCache.erase(tileID.canonical); in removeTile() 67 dataCache[tileID] = std::move(dataPtr); in setTileData() 79 dataCache.erase(tileID); in invalidateTile() 96 dataCache.erase(idtuple->first); in invalidateRegion()
|
| H A D | custom_tile_loader.hpp | 40 std::map<CanonicalTileID, std::unique_ptr<GeoJSON>> dataCache; member in mbgl::style::CustomTileLoader
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 129 def tasks_resolved(self, virtmap, virtpnmap, dataCache): argument 158 def dump_sigs(self, dataCache, options): argument 162 return super(bb.siggen.SignatureGeneratorBasicHash, self).dump_sigs(dataCache, options)
|