Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duihelper.py13 self.needUpdate = False
30 self.needUpdate = True
40 self.needUpdate = True
57 self.needUpdate = True
62 self.needUpdate = True
68 self.needUpdate = False
H A Dknotty.py244 self.helper.needUpdate = True
246 if self.footer_present and not self.helper.needUpdate:
248 self.helper.needUpdate = False
H A Dncurses.py322 if helper.needUpdate:
/openbmc/obmc-ikvm/
H A Dikvm_server.hpp34 needUpdate = false;
44 bool needUpdate; member
H A Dikvm_server.cpp125 if (!cd->needUpdate) in sendFrame()
149 cd->needUpdate = false; in sendFrame()
203 cd->needUpdate = true; in clientFramebufferUpdateRequest()