Home
last modified time | relevance | path

Searched refs:posted (Results 1 – 25 of 78) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
DSDL_aaevents.c44 int posted = 0; in AA_PumpEvents() local
55 posted = 0; in AA_PumpEvents()
69 posted += SDL_PrivateMouseButton(SDL_PRESSED, 1, 0, 0); in AA_PumpEvents()
73 posted += SDL_PrivateMouseButton(SDL_RELEASED, 1, 0, 0); in AA_PumpEvents()
78 posted += SDL_PrivateMouseButton(SDL_PRESSED, 2, 0, 0); in AA_PumpEvents()
82 posted += SDL_PrivateMouseButton(SDL_RELEASED, 2, 0, 0); in AA_PumpEvents()
87 posted += SDL_PrivateMouseButton(SDL_PRESSED, 3, 0, 0); in AA_PumpEvents()
91 posted += SDL_PrivateMouseButton(SDL_RELEASED, 3, 0, 0); in AA_PumpEvents()
96 posted += SDL_PrivateMouseMotion(0, 0, mouse_x, mouse_y); in AA_PumpEvents()
109 posted += SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(evt, &keysym)); in AA_PumpEvents()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgaevents.c46 int posted; in DGA_DispatchEvent() local
51 posted = 0; in DGA_DispatchEvent()
58 posted = SDL_PrivateMouseMotion(0, 1, in DGA_DispatchEvent()
66 posted = SDL_PrivateMouseButton(SDL_PRESSED, in DGA_DispatchEvent()
73 posted = SDL_PrivateMouseButton(SDL_RELEASED, in DGA_DispatchEvent()
110 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in DGA_DispatchEvent()
130 posted = SDL_PrivateKeyboard(SDL_RELEASED, &keysym); in DGA_DispatchEvent()
134 return(posted); in DGA_DispatchEvent()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_events.c58 int posted; in ph_WarpedMotion() local
66 posted = SDL_PrivateMouseMotion( 0, 1, dx, dy ); in ph_WarpedMotion()
72 return (posted); in ph_WarpedMotion()
112 int posted; in ph_DispatchEvent() local
120 posted = 0; in ph_DispatchEvent()
128 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS); in ph_DispatchEvent()
132 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS); in ph_DispatchEvent()
147 posted = ph_WarpedMotion(this, phevent); in ph_DispatchEvent()
151 posted = SDL_PrivateMouseMotion(0, 0, rect->ul.x, rect->ul.y); in ph_DispatchEvent()
163 posted = SDL_PrivateMouseButton(SDL_PRESSED, buttons, 0, 0); in ph_DispatchEvent()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
DSDL_cacaevents.c43 int posted = 0; in Caca_PumpEvents() local
51 posted = 0; in Caca_PumpEvents()
77posted += SDL_PrivateKeyboard((event & CACA_EVENT_KEY_PRESS) ? SDL_PRESSED : SDL_RELEASED, &keysym… in Caca_PumpEvents()
85posted += SDL_PrivateMouseButton((event & CACA_EVENT_MOUSE_PRESS) ? SDL_PRESSED : SDL_RELEASED, bu… in Caca_PumpEvents()
91 posted += SDL_PrivateMouseMotion(0, 0, new_x, new_y); in Caca_PumpEvents()
93 } while ( posted ); in Caca_PumpEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
DSDL_epocevents.cpp249 int posted = 0; in EPOC_HandleWsEvent() local
280posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */ in EPOC_HandleWsEvent()
285 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent()
288 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent()
291 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_RIGHT, 0, 0); in EPOC_HandleWsEvent()
294 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_RIGHT, 0, 0); in EPOC_HandleWsEvent()
297 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent()
300 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent()
314 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent()
335 posted += SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in EPOC_HandleWsEvent()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/joystick/
DSDL_joystick.c434 int posted; in SDL_PrivateJoystickAxis() local
445 posted = 0; in SDL_PrivateJoystickAxis()
454 posted = 1; in SDL_PrivateJoystickAxis()
459 return(posted); in SDL_PrivateJoystickAxis()
464 int posted; in SDL_PrivateJoystickHat() local
475 posted = 0; in SDL_PrivateJoystickHat()
484 posted = 1; in SDL_PrivateJoystickHat()
489 return(posted); in SDL_PrivateJoystickHat()
495 int posted; in SDL_PrivateJoystickBall() local
507 posted = 0; in SDL_PrivateJoystickBall()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
DSDL_epocevents.cpp63 int posted = 0; in EPOC_HandleWsEvent() local
94posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */ in EPOC_HandleWsEvent()
99 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent()
102 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent()
105 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_RIGHT, 0, 0); in EPOC_HandleWsEvent()
108 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_RIGHT, 0, 0); in EPOC_HandleWsEvent()
111 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent()
114 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_MIDDLE, 0, 0); in EPOC_HandleWsEvent()
128 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0); in EPOC_HandleWsEvent()
149 posted += SDL_PrivateKeyboard(SDL_PRESSED, &keysym); in EPOC_HandleWsEvent()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_expose.c33 int posted; in SDL_PrivateExpose() local
41 posted = 0; in SDL_PrivateExpose()
46 posted = 1; in SDL_PrivateExpose()
50 return(posted); in SDL_PrivateExpose()
DSDL_mouse.c115 int posted; in SDL_PrivateMouseMotion() local
179 posted = 0; in SDL_PrivateMouseMotion()
190 posted = 1; in SDL_PrivateMouseMotion()
194 return(posted); in SDL_PrivateMouseMotion()
200 int posted; in SDL_PrivateMouseButton() local
255 posted = 0; in SDL_PrivateMouseButton()
262 posted = 1; in SDL_PrivateMouseButton()
266 return(posted); in SDL_PrivateMouseButton()
DSDL_resize.c40 int posted; in SDL_PrivateResize() local
59 posted = 0; in SDL_PrivateResize()
66 posted = 1; in SDL_PrivateResize()
70 return(posted); in SDL_PrivateResize()
DSDL_active.c54 int posted; in SDL_PrivateAppActive() local
73 posted = 0; in SDL_PrivateAppActive()
81 posted = 1; in SDL_PrivateAppActive()
94 return(posted); in SDL_PrivateAppActive()
DSDL_quit.c112 int posted; local
114 posted = 0;
119 posted = 1;
123 return(posted);
DSDL_events.c487 int posted; in SDL_PrivateSysWMEvent() local
489 posted = 0; in SDL_PrivateSysWMEvent()
496 posted = 1; in SDL_PrivateSysWMEvent()
501 return(posted); in SDL_PrivateSysWMEvent()
DSDL_keyboard.c402 int posted, repeatable; in SDL_PrivateKeyboard() local
550 posted = 0; in SDL_PrivateKeyboard()
563 posted = 1; in SDL_PrivateKeyboard()
567 return(posted); in SDL_PrivateKeyboard()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11events.c337 int posted; in X11_WarpedMotion() local
348 posted = SDL_PrivateMouseMotion(0, 1, deltax, deltay); in X11_WarpedMotion()
363 posted += SDL_PrivateMouseMotion(0, 1, deltax, deltay); in X11_WarpedMotion()
391 return(posted); in X11_WarpedMotion()
396 int posted; in X11_DispatchEvent() local
420 posted = 0; in X11_DispatchEvent()
433 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS); in X11_DispatchEvent()
435 posted = SDL_PrivateMouseMotion(0, 0, in X11_DispatchEvent()
454 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS); in X11_DispatchEvent()
456 posted = SDL_PrivateMouseMotion(0, 0, in X11_DispatchEvent()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
DSDL_svgaevents.c150 int posted = 0; variable
156 posted += SDL_PrivateMouseMotion(0, 1, dx, dy); in SVGA_mousecallback()
160 posted += SDL_PrivateMouseButton(SDL_PRESSED, 1, 0, 0); in SVGA_mousecallback()
164 posted += SDL_PrivateMouseButton(SDL_RELEASED, 1, 0, 0); in SVGA_mousecallback()
169 posted += SDL_PrivateMouseButton(SDL_PRESSED, 2, 0, 0); in SVGA_mousecallback()
173 posted += SDL_PrivateMouseButton(SDL_RELEASED, 2, 0, 0); in SVGA_mousecallback()
178 posted += SDL_PrivateMouseButton(SDL_PRESSED, 3, 0, 0); in SVGA_mousecallback()
182 posted += SDL_PrivateMouseButton(SDL_RELEASED, 3, 0, 0); in SVGA_mousecallback()
192 posted += SDL_PrivateKeyboard(SDL_PRESSED, in SVGA_keyboardcallback()
195 posted += SDL_PrivateKeyboard(SDL_RELEASED, in SVGA_keyboardcallback()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
DSDL_DirectFB_events.c46 static int posted = 0; variable
61 posted += SDL_PrivateMouseButton(SDL_PRESSED, in DirectFB_PumpEvents()
65 posted += SDL_PrivateMouseButton(SDL_RELEASED, in DirectFB_PumpEvents()
69 posted += SDL_PrivateKeyboard(SDL_PRESSED, DirectFB_TranslateKey(&evt, &keysym)); in DirectFB_PumpEvents()
72 posted += SDL_PrivateKeyboard(SDL_RELEASED, DirectFB_TranslateKey(&evt, &keysym)); in DirectFB_PumpEvents()
78 posted += SDL_PrivateMouseMotion(0, 1, evt.axisrel, 0); in DirectFB_PumpEvents()
80 posted += SDL_PrivateMouseMotion(0, 1, 0, evt.axisrel); in DirectFB_PumpEvents()
89 posted += SDL_PrivateMouseMotion(0, 0, last_x, last_y); in DirectFB_PumpEvents()
/external/chromium/chrome/browser/profiles/
Dprofile_manager.cc293 bool posted = BrowserThread::PostTask( in OnSuspend() local
296 DCHECK(posted); in OnSuspend()
302 posted = BrowserThread::PostTask( in OnSuspend()
305 DCHECK(posted); in OnSuspend()
307 posted = BrowserThread::PostTask( in OnSuspend()
310 DCHECK(posted); in OnSuspend()
321 bool posted = BrowserThread::PostTask( in OnResume() local
324 DCHECK(posted); in OnResume()
326 posted = BrowserThread::PostTask( in OnResume()
329 DCHECK(posted); in OnResume()
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
DSDL_ggievents.c47 static int posted = 0; variable
68 posted = 0; in GGI_PumpEvents()
83 posted += SDL_PrivateMouseMotion(0, 1, x, y); in GGI_PumpEvents()
94 posted += SDL_PrivateMouseMotion(0, 1, x, y); in GGI_PumpEvents()
98 posted += SDL_PrivateMouseButton(SDL_PRESSED, ev.pbutton.button, 0, 0); in GGI_PumpEvents()
101 posted += SDL_PrivateMouseButton(SDL_RELEASED, ev.pbutton.button, 0, 0); in GGI_PumpEvents()
105 posted += SDL_PrivateKeyboard(SDL_PRESSED, GGI_TranslateKey(&ev, &keysym)); in GGI_PumpEvents()
108 posted += SDL_PrivateKeyboard(SDL_RELEASED, GGI_TranslateKey(&ev, &keysym)); in GGI_PumpEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglevents.c46 static int posted = 0; variable
85 posted += SDL_PrivateKeyboard(pressed, in handle_keyboard()
112 posted += SDL_PrivateMouseMotion(0, 0, x, y); in handle_mouse()
127 posted += SDL_PrivateMouseButton(state, i + 1, 0, 0); in handle_mouse()
136 posted = 0; in VGL_PumpEvents()
139 } while (posted != 0); in VGL_PumpEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c81 int posted = 0; variable
295 posted = SDL_PrivateAppActive(1, appstate); in WinMessage()
324 posted = SDL_PrivateAppActive(0, appstate); in WinMessage()
352 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS); in WinMessage()
361 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS); in WinMessage()
453 posted = SDL_PrivateMouseButton( in WinMessage()
483 posted = SDL_PrivateMouseButton( in WinMessage()
485 posted |= SDL_PrivateMouseButton( in WinMessage()
655 posted = SDL_PrivateExpose(); in WinMessage()
660 if ( (posted = SDL_PrivateQuit()) ) in WinMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsevents.c39 static int posted = 0; variable
124 posted += SDL_PrivateKeyboard((buf[i] & 0x80) ? SDL_RELEASED : SDL_PRESSED, in updateKeyboard()
133 posted = 0; in WSCONS_PumpEvents()
136 } while (posted); in WSCONS_PumpEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5events.c276 static int posted = 0; variable
287 posted = SDL_PrivateKeyboard(SDL_PRESSED, in handle_keyboard()
290 posted = SDL_PrivateKeyboard(SDL_RELEASED, in handle_keyboard()
301 posted = SDL_PrivateMouseMotion( in post_mouse_motion()
445 posted = SDL_PrivateMouseButton(state, button, in handle_mouse()
493 posted = SDL_PrivateMouseButton( in handle_mouse()
495 posted |= SDL_PrivateMouseButton( in handle_mouse()
542 posted = SDL_PrivateMouseButton(state, button, in handle_mouse()
630 posted = SDL_PrivateSysWMEvent(&wmmsg); in DX5_HandleMessage()
657 posted = 0; in DX5_CheckInput()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java167 String posted = "just a test"; in test_openConnectionLjava_net_Proxy() local
175 conn.setRequestProperty("Content-length", String.valueOf(posted in test_openConnectionLjava_net_Proxy()
178 out.write(posted.getBytes()); in test_openConnectionLjava_net_Proxy()
189 .equals(posted)); in test_openConnectionLjava_net_Proxy()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibevents.c134 extern int posted; in DIB_HandleMessage()
207 posted = SDL_PrivateKeyboard(SDL_PRESSED, in DIB_HandleMessage()
265 posted = SDL_PrivateKeyboard(SDL_PRESSED, in DIB_HandleMessage()
268 posted = SDL_PrivateKeyboard(SDL_RELEASED, in DIB_HandleMessage()
296 posted = SDL_PrivateSysWMEvent(&wmmsg); in DIB_HandleMessage()
329 extern int posted; in DIB_GenerateMouseMotionEvent()
348 posted = SDL_PrivateMouseMotion(0, 1, (Sint16)mouse.x, (Sint16)mouse.y); in DIB_GenerateMouseMotionEvent()
356 posted = SDL_PrivateMouseMotion(0, 0, (Sint16)mouse.x, (Sint16)mouse.y); in DIB_GenerateMouseMotionEvent()

1234