OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:need_update
(Results
1 - 7
of
7
) sorted by null
/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/chromium/chrome/browser/renderer_host/
download_resource_handler.cc
148
bool
need_update
= buffer_->contents.empty();
local
154
if (
need_update
) {
/external/qemu/
vnc.h
123
int
need_update
;
member in struct:VncState
vnc-android.c
713
if (vs->
need_update
&& vs->csock != -1) {
[
all
...]
vnc.c
707
if (vs->
need_update
&& vs->csock != -1) {
[
all
...]
/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/webp/src/enc/
syntax.c
238
const int
need_update
= (hdr->i4x4_lf_delta_ != 0);
local
239
if (VP8PutBitUniform(bw,
need_update
)) {
Completed in 3385 milliseconds