HomeSort by relevance Sort by last modified time
    Searched defs:need_update (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 148 bool need_update = buffer_->contents.empty(); local
154 if (need_update) {
  /external/webp/src/enc/
syntax.c 227 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
228 if (VP8PutBitUniform(bw, need_update)) {
  /system/core/adb/
jdwp_service.c 629 int need_update; member in struct:JdwpTracker
677 if (t->need_update) {
679 t->need_update = 0;
714 t->need_update = 1;
  /external/qemu/hw/
goldfish_fb.c 55 uint32_t need_update : 1; member in struct:goldfish_fb_state
80 qemu_put_byte(f, s->need_update);
118 s->need_update = qemu_get_byte(f);
128 s->need_update = 1;
469 if(s->need_update) {
477 s->need_update = 0;
548 s->need_update = 1;
608 s->need_update = 1;
628 s->need_update = 1;
  /external/qemu/
vnc.h 123 int need_update; member in struct:VncState

Completed in 311 milliseconds