Searched refs:datastores (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | remotedata.py | 18 self.datastores = {} 20 self.datastores[0] = self.cooker.data 24 return len(self.datastores) 28 self.datastores[0] = self.cooker.data 29 return self.datastores[key] 32 return self.datastores.items() 41 self.datastores[idx] = d 52 for key, val in self.datastores.items(): 64 del self.datastores[idx]
|
| H A D | cache.py | 324 datastores = parse_recipe(bb_data, bbfile, appends, mc) 325 return datastores 332 datastores = parse_recipe(bb_data, bbfile, appends) 340 datastores["mc:%s:%s" % (mc, ns)] = newstores[ns] 342 return datastores 488 datastores = self.load_bbfile(filename, appends, mc=self.mc) 492 for variant, data in sorted(datastores.items(),
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/ |
| H A D | ast.py | 368 def _create_variants(datastores, names, function, onlyfinalise): argument 374 datastores[name] = new_d 376 for variant in list(datastores.keys()): 380 create_variant(name, datastores[""]) 382 create_variant("%s-%s" % (variant, name), datastores[variant], name) 398 datastores = {"": safe_d} 428 _create_variants(datastores, extendedmap.keys(), extendfunc, onlyfinalise) 430 for variant in datastores.keys(): 434 finalize(fn, datastores[variant], variant) 436 datastores[variant].setVar("__SKIPPED", e.args[0]) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | places-backend.qdoc | 91 remote place datastores it may be desirable to cache the category structure rather than
|