HomeSort by relevance Sort by last modified time
    Searched refs:posted (Results 1 - 25 of 35) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_expose.c 33 int posted; local
41 posted = 0;
46 posted = 1;
50 return(posted);
SDL_active.c 54 int posted; local
73 posted = 0;
81 posted = 1;
90 return(posted);
SDL_quit.c 80 int posted; local
82 posted = 0;
87 posted = 1;
91 return(posted);
SDL_resize.c 40 int posted; local
63 posted = 0;
70 posted = 1;
74 return(posted);
SDL_mouse.c 105 int posted; local
174 posted = 0;
185 posted = 1;
189 return(posted);
195 int posted; local
250 posted = 0;
257 posted = 1;
261 return(posted);
SDL_events.c 485 int posted; local
487 posted = 0;
494 posted = 1;
499 return(posted);
SDL_keyboard.c 376 int posted, repeatable; local
514 posted = 0;
527 posted = 1;
531 return(posted);
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgaevents.c 45 int posted; local
50 posted = 0;
57 posted = SDL_PrivateMouseMotion(0, 1,
65 posted = SDL_PrivateMouseButton(SDL_PRESSED,
72 posted = SDL_PrivateMouseButton(SDL_RELEASED,
109 posted = SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
129 posted = SDL_PrivateKeyboard(SDL_RELEASED, &keysym);
133 return(posted);
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents.c 44 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 += SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(evt, &keysym))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c 57 int posted;
68 posted = SDL_PrivateMouseMotion(0, 1, deltax, deltay);
83 posted += SDL_PrivateMouseMotion(0, 1, deltax, deltay);
111 return(posted);
132 int posted; local
134 posted = 0;
138 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
143 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
148 posted = SDL_PrivateAppActive(1, SDL_APPINPUTFOCUS);
157 posted = SDL_PrivateAppActive(0, SDL_APPINPUTFOCUS)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/
SDL_joystick.c 421 int posted; local
427 posted = 0;
436 posted = 1;
441 return(posted);
446 int posted; local
452 posted = 0;
461 posted = 1;
466 return(posted);
472 int posted; local
479 posted = 0
499 int posted; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocevents.cpp 59 int posted = 0; local
75 posted += SDL_PrivateMouseMotion(0, 0, mousePos.iX, mousePos.iY); /* Absolute position on screen */
77 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_LEFT, 0, 0);
80 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_LEFT, 0, 0);
83 posted += SDL_PrivateMouseButton(SDL_PRESSED, SDL_BUTTON_RIGHT, 0, 0);
86 posted += SDL_PrivateMouseButton(SDL_RELEASED, SDL_BUTTON_RIGHT, 0, 0);
88 //!!posted += SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(aWsEvent.Key()->iScanCode, &keysym));
111 posted += SDL_PrivateKeyboard(SDL_PRESSED, &keysym);
117 posted += SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(aWsEvent.Key()->iScanCode, &keysym));
180 return posted;
187 int posted = 0; \/\/ !! Do we need this? local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_events.c 58 int posted; local
66 posted = SDL_PrivateMouseMotion( 0, 1, dx, dy );
72 return (posted);
112 int posted; local
120 posted = 0;
128 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
132 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
147 posted = ph_WarpedMotion(this, phevent);
151 posted = SDL_PrivateMouseMotion(0, 0, rect->ul.x, rect->ul.y);
163 posted = SDL_PrivateMouseButton(SDL_PRESSED, buttons, 0, 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 331 int posted; local
342 posted = SDL_PrivateMouseMotion(0, 1, deltax, deltay);
357 posted += SDL_PrivateMouseMotion(0, 1, deltax, deltay);
385 return(posted);
390 int posted; local
414 posted = 0;
429 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
431 posted = SDL_PrivateMouseMotion(0, 0,
451 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
453 posted = SDL_PrivateMouseMotion(0, 0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_events.c 46 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);
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgaevents.c 150 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 += SDL_PrivateKeyboard(SDL_RELEASED
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsevents.c 39 static int posted = 0; variable
124 posted += SDL_PrivateKeyboard((buf[i] & 0x80) ? SDL_RELEASED : SDL_PRESSED,
133 posted = 0;
136 } while (posted);
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggievents.c 47 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/chromium/chrome/browser/profiles/
profile_manager.cc 293 bool posted = BrowserThread::PostTask( local
296 DCHECK(posted);
302 posted = BrowserThread::PostTask(
305 DCHECK(posted);
307 posted = BrowserThread::PostTask(
310 DCHECK(posted);
321 bool posted = BrowserThread::PostTask( local
324 DCHECK(posted);
326 posted = BrowserThread::PostTask(
329 DCHECK(posted);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 77 int posted = 0; variable
380 posted = SDL_PrivateAppActive(1, appstate);
406 posted = SDL_PrivateAppActive(0, appstate);
431 posted = SDL_PrivateAppActive(1, SDL_APPMOUSEFOCUS);
446 posted = SDL_PrivateMouseMotion(0, 1, x, y);
453 posted = SDL_PrivateMouseMotion(0, 0, x, y);
467 posted = SDL_PrivateAppActive(0, SDL_APPMOUSEFOCUS);
559 posted = SDL_PrivateMouseButton(
589 posted = SDL_PrivateMouseButton(
591 posted |= SDL_PrivateMouseButton
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglevents.c 46 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/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 269 static int posted = 0; variable
280 posted = SDL_PrivateKeyboard(SDL_PRESSED,
283 posted = SDL_PrivateKeyboard(SDL_RELEASED,
316 posted = SDL_PrivateMouseMotion(0, 0,
372 posted = SDL_PrivateMouseButton(state, button,
390 posted = SDL_PrivateMouseMotion(
402 posted = SDL_PrivateMouseMotion(
413 posted = SDL_PrivateMouseMotion(
423 posted = SDL_PrivateMouseButton(
425 posted |= SDL_PrivateMouseButton
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 167 String posted = "just a test"; local
175 conn.setRequestProperty("Content-length", String.valueOf(posted
178 out.write(posted.getBytes());
189 .equals(posted));
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 171 int quit, posted, check_mouse_mode; local
178 posted = SDL_PrivateQuit();
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 89 extern int posted;
161 posted = SDL_PrivateKeyboard(SDL_PRESSED,
218 posted = SDL_PrivateKeyboard(SDL_PRESSED,
221 posted = SDL_PrivateKeyboard(SDL_RELEASED,
250 posted = SDL_PrivateSysWMEvent(&wmmsg);

Completed in 420 milliseconds

1 2