Home
last modified time | relevance | path

Searched refs:need_update (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgitsm.py165 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 Dlocal.py63 def need_update(self, ud, d): member in Local
H A Dnpmsw.py231 def need_update(self, ud, d): member in NpmShrinkWrap
234 return m.need_update(ud, d)
H A Dnpm.py293 def need_update(self, ud, d): member in Npm
300 return proxy_m.need_update(proxy_ud, proxy_d)
H A Dcvs.py58 def need_update(self, ud, d): member in Cvs
H A Dclearcase.py195 def need_update(self, ud, d): member in ClearCase
H A Dgit.py311 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 Dhg.py77 def need_update(self, ud, d): member in Hg
H A D__init__.py1080 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 Dcirrus_vga.c856 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()