Searched defs:posted (Results 1 - 25 of 42) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/events/
H A DSDL_expose.c33 int posted; local
41 posted = 0;
46 posted = 1;
50 return(posted);
H A DSDL_resize.c40 int posted; local
59 posted = 0;
66 posted = 1;
70 return(posted);
H A DSDL_active.c54 int posted; local
73 posted = 0;
81 posted = 1;
94 return(posted);
H A DSDL_quit.c112 int posted; local
114 posted = 0;
119 posted = 1;
123 return(posted);
H A DSDL_keyboard.c402 int posted, repeatable; local
550 posted = 0;
563 posted = 1;
567 return(posted);
H A DSDL_mouse.c115 int posted; local
179 posted = 0;
190 posted = 1;
194 return(posted);
200 int posted; local
255 posted = 0;
262 posted = 1;
266 return(posted);
/external/chromium_org/google_apis/drive/
H A Dtask_util.cc13 const bool posted = task_runner->PostTask(FROM_HERE, task); local
14 DCHECK(posted);
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
H A DSDL_cacaevents.c43 int posted = 0; local
51 posted = 0;
77 posted += SDL_PrivateKeyboard((event & CACA_EVENT_KEY_PRESS) ? SDL_PRESSED : SDL_RELEASED, &keysym);
85 posted += SDL_PrivateMouseButton((event & CACA_EVENT_MOUSE_PRESS) ? SDL_PRESSED : SDL_RELEASED, button, 0, 0);
91 posted += SDL_PrivateMouseMotion(0, 0, new_x, new_y);
93 } while ( posted );
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgaevents.c46 int posted; local
51 posted = 0;
58 posted = SDL_PrivateMouseMotion(0, 1,
66 posted = SDL_PrivateMouseButton(SDL_PRESSED,
73 posted = SDL_PrivateMouseButton(SDL_RELEASED,
110 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
130 posted = SDL_PrivateKeyboard(SDL_RELEASED, &keysym);
134 return(posted);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_events.c46 static int posted = 0; variable
61 posted += SDL_PrivateMouseButton(SDL_PRESSED,
65 posted += SDL_PrivateMouseButton(SDL_RELEASED,
69 posted += SDL_PrivateKeyboard(SDL_PRESSED, DirectFB_TranslateKey(&evt, &keysym));
72 posted += SDL_PrivateKeyboard(SDL_RELEASED, DirectFB_TranslateKey(&evt, &keysym));
78 posted += SDL_PrivateMouseMotion(0, 1, evt.axisrel, 0);
80 posted += SDL_PrivateMouseMotion(0, 1, 0, evt.axisrel);
89 posted += SDL_PrivateMouseMotion(0, 0, last_x, last_y);
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsevents.c39 static int posted = 0; variable
124 posted += SDL_PrivateKeyboard((buf[i] & 0x80) ? SDL_RELEASED : SDL_PRESSED,
133 posted = 0;
136 } while (posted);
/external/chromium_org/net/base/
H A Dfile_stream_context_posix.cc48 const bool posted = base::PostTaskAndReplyWithResult( local
55 DCHECK(posted);
67 const bool posted = base::PostTaskAndReplyWithResult( local
74 DCHECK(posted);
H A Dfile_stream_context.cc92 bool posted = base::PostTaskAndReplyWithResult( local
98 DCHECK(posted);
105 bool posted = base::PostTaskAndReplyWithResult( local
112 DCHECK(posted);
122 bool posted = base::PostTaskAndReplyWithResult( local
130 DCHECK(posted);
138 bool posted = base::PostTaskAndReplyWithResult( local
145 DCHECK(posted);
208 bool posted = task_runner_.get()->PostTask( local
212 DCHECK(posted);
[all...]
H A Dupload_file_element_reader.cc142 bool posted = base::PostTaskAndReplyWithResult( local
150 DCHECK(posted);
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aaevents.c44 int posted = 0; local
55 posted = 0;
69 posted += SDL_PrivateMouseButton(SDL_PRESSED, 1, 0, 0);
73 posted += SDL_PrivateMouseButton(SDL_RELEASED, 1, 0, 0);
78 posted += SDL_PrivateMouseButton(SDL_PRESSED, 2, 0, 0);
82 posted += SDL_PrivateMouseButton(SDL_RELEASED, 2, 0, 0);
87 posted += SDL_PrivateMouseButton(SDL_PRESSED, 3, 0, 0);
91 posted += SDL_PrivateMouseButton(SDL_RELEASED, 3, 0, 0);
96 posted += SDL_PrivateMouseMotion(0, 0, mouse_x, mouse_y);
109 posted
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggievents.c47 static int posted = 0; variable
68 posted = 0;
83 posted += SDL_PrivateMouseMotion(0, 1, x, y);
94 posted += SDL_PrivateMouseMotion(0, 1, x, y);
98 posted += SDL_PrivateMouseButton(SDL_PRESSED, ev.pbutton.button, 0, 0);
101 posted += SDL_PrivateMouseButton(SDL_RELEASED, ev.pbutton.button, 0, 0);
105 posted += SDL_PrivateKeyboard(SDL_PRESSED, GGI_TranslateKey(&ev, &keysym));
108 posted += SDL_PrivateKeyboard(SDL_RELEASED, GGI_TranslateKey(&ev, &keysym));
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgaevents.c150 int posted = 0; variable
156 posted += SDL_PrivateMouseMotion(0, 1, dx, dy);
160 posted += SDL_PrivateMouseButton(SDL_PRESSED, 1, 0, 0);
164 posted += SDL_PrivateMouseButton(SDL_RELEASED, 1, 0, 0);
169 posted += SDL_PrivateMouseButton(SDL_PRESSED, 2, 0, 0);
173 posted += SDL_PrivateMouseButton(SDL_RELEASED, 2, 0, 0);
178 posted += SDL_PrivateMouseButton(SDL_PRESSED, 3, 0, 0);
182 posted += SDL_PrivateMouseButton(SDL_RELEASED, 3, 0, 0);
192 posted += SDL_PrivateKeyboard(SDL_PRESSED,
195 posted
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocevents.cpp249 int posted = 0; local
280 posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */
285 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0);
288 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
291 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_RIGHT, 0, 0);
294 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_RIGHT, 0, 0);
297 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_MIDDLE, 0, 0);
300 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0);
314 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0);
335 posted
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglevents.c46 static int posted = 0; variable
85 posted += SDL_PrivateKeyboard(pressed,
112 posted += SDL_PrivateMouseMotion(0, 0, x, y);
127 posted += SDL_PrivateMouseButton(state, i + 1, 0, 0);
136 posted = 0;
139 } while (posted != 0);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dsnapshot_manager.cc118 bool posted = content::BrowserThread::PostTask( local
122 DCHECK(posted);
169 bool posted = content::BrowserThread::PostTask( local
173 DCHECK(posted);
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.cc49 bool posted = GetSequencedTaskRunner(sequence_token_name)->PostTaskAndReply( local
53 DCHECK(posted);
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_url_request_util.cc75 bool posted = base::PostTaskAndReplyWithResult( variable
88 DCHECK(posted); variable
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.cc50 const bool posted = base::FileUtilProxy::GetFileInfo( local
56 DCHECK(posted);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp63 int posted = 0; local
94 posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */
99 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0);
102 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
105 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_RIGHT, 0, 0);
108 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_RIGHT, 0, 0);
111 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_MIDDLE, 0, 0);
114 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0);
128 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0);
149 posted
292 int posted = 0; // !! Do we need this? local
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.cc187 bool posted = base::PostTaskAndReplyWithResult( local
191 DCHECK(posted);

Completed in 7717 milliseconds

12