/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
D | SDL_aaevents.c | 44 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/ |
D | SDL_dgaevents.c | 46 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/ |
D | SDL_ph_events.c | 58 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/ |
D | SDL_cacaevents.c | 43 int posted = 0; in Caca_PumpEvents() local 51 posted = 0; in Caca_PumpEvents() 77 …posted += SDL_PrivateKeyboard((event & CACA_EVENT_KEY_PRESS) ? SDL_PRESSED : SDL_RELEASED, &keysym… in Caca_PumpEvents() 85 …posted += 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/ |
D | SDL_epocevents.cpp | 249 int posted = 0; in EPOC_HandleWsEvent() local 280 …posted += 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/ |
D | SDL_joystick.c | 434 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/ |
D | SDL_epocevents.cpp | 63 int posted = 0; in EPOC_HandleWsEvent() local 94 …posted += 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/chromium_org/net/base/ |
D | file_stream_context.cc | 92 bool posted = base::PostTaskAndReplyWithResult( in Open() local 98 DCHECK(posted); in Open() 105 bool posted = base::PostTaskAndReplyWithResult( in Close() local 112 DCHECK(posted); in Close() 122 bool posted = base::PostTaskAndReplyWithResult( in Seek() local 130 DCHECK(posted); in Seek() 138 bool posted = base::PostTaskAndReplyWithResult( in Flush() local 145 DCHECK(posted); in Flush() 208 bool posted = task_runner_.get()->PostTask( in CloseAndDelete() local 212 DCHECK(posted); in CloseAndDelete()
|
D | file_stream_context_posix.cc | 48 const bool posted = base::PostTaskAndReplyWithResult( in Read() local 55 DCHECK(posted); in Read() 67 const bool posted = base::PostTaskAndReplyWithResult( in Write() local 74 DCHECK(posted); in Write()
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
D | SDL_expose.c | 33 int posted; in SDL_PrivateExpose() local 41 posted = 0; in SDL_PrivateExpose() 46 posted = 1; in SDL_PrivateExpose() 50 return(posted); in SDL_PrivateExpose()
|
D | SDL_mouse.c | 115 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()
|
D | SDL_resize.c | 40 int posted; in SDL_PrivateResize() local 59 posted = 0; in SDL_PrivateResize() 66 posted = 1; in SDL_PrivateResize() 70 return(posted); in SDL_PrivateResize()
|
D | SDL_active.c | 54 int posted; in SDL_PrivateAppActive() local 73 posted = 0; in SDL_PrivateAppActive() 81 posted = 1; in SDL_PrivateAppActive() 94 return(posted); in SDL_PrivateAppActive()
|
D | SDL_quit.c | 112 int posted; local 114 posted = 0; 119 posted = 1; 123 return(posted);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11events.c | 337 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/ |
D | SDL_svgaevents.c | 150 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/ |
D | SDL_DirectFB_events.c | 46 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/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
D | SDL_ggievents.c | 47 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/chromium_org/google_apis/drive/ |
D | task_util.cc | 13 const bool posted = task_runner->PostTask(FROM_HERE, task); in RunTaskWithTaskRunner() local 14 DCHECK(posted); in RunTaskWithTaskRunner()
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglevents.c | 46 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/ |
D | SDL_sysevents.c | 81 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/ |
D | SDL_wsconsevents.c | 39 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/ |
D | SDL_dx5events.c | 276 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/chromium_org/components/metrics/proto/ |
D | profiler_event.proto | 36 // The name of the thread from which this task was posted, hashed. 42 // The source file name from which this task was posted, hashed. 45 // Function name from which this task was posted, hashed. 48 // The line number within the source file from which this task was posted.
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | snapshot_manager.cc | 118 bool posted = content::BrowserThread::PostTask( in ~SnapshotManager() local 122 DCHECK(posted); in ~SnapshotManager() 169 bool posted = content::BrowserThread::PostTask( in CreateManagedSnapshotAfterSpaceComputed() local 173 DCHECK(posted); in CreateManagedSnapshotAfterSpaceComputed()
|