Searched refs:need_update (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | gitsm.py | 165 def need_update(self, ud, d): member in GitSM 166 if Git.need_update(self, ud, d): 176 if new_ud.method.need_update(new_ud, d): 205 self.call_process_submodules(ud, d, self.need_update(ud, d), download_submodule) 276 self.call_process_submodules(ud, d, ud.method.need_update(ud, d), add_submodule)
|
| H A D | local.py | 63 def need_update(self, ud, d): member in Local
|
| H A D | npmsw.py | 231 def need_update(self, ud, d): member in NpmShrinkWrap 234 return m.need_update(ud, d)
|
| H A D | npm.py | 293 def need_update(self, ud, d): member in Npm 300 return proxy_m.need_update(proxy_ud, proxy_d)
|
| H A D | cvs.py | 58 def need_update(self, ud, d): member in Cvs
|
| H A D | clearcase.py | 195 def need_update(self, ud, d): member in ClearCase
|
| H A D | git.py | 311 def need_update(self, ud, d): member in Git 383 if ud.shallow and os.path.exists(ud.fullshallow) and self.need_update(ud, d): 386 elif os.path.exists(ud.fullmirror) and self.need_update(ud, d):
|
| H A D | hg.py | 77 def need_update(self, ud, d): member in Hg
|
| H A D | __init__.py | 1080 if not verify_donestamp(ud, ld, origud) or ud.method.need_update(ud, ld): 1114 if not verify_donestamp(origud, ld) or origud.method.need_update(origud, ld): 1485 def need_update(self, ud, d): member in FetchMethod 1872 if m.verify_donestamp(ud, self.d) and not m.need_update(ud, self.d): 1898 if not done and (not verified_stamp or m.need_update(ud, d)):
|
| /openbmc/qemu/hw/display/ |
| H A D | cirrus_vga.c | 856 int need_update; in cirrus_bitblt_reset() local 860 need_update = s->cirrus_srcptr != &s->cirrus_bltbuf[0] in cirrus_bitblt_reset() 865 if (!need_update) in cirrus_bitblt_reset()
|