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

1 2

  /external/chromium_org/google_apis/drive/
task_util.cc 13 const bool posted = task_runner->PostTask(FROM_HERE, task); local
14 DCHECK(posted);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_expose.c 33 int posted; local
41 posted = 0;
46 posted = 1;
50 return(posted);
SDL_quit.c 112 int posted; local
114 posted = 0;
119 posted = 1;
123 return(posted);
SDL_resize.c 40 int posted; local
59 posted = 0;
66 posted = 1;
70 return(posted);
SDL_active.c 54 int posted; local
73 posted = 0;
81 posted = 1;
94 return(posted);
SDL_mouse.c 115 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);
SDL_keyboard.c 402 int posted, repeatable; local
550 posted = 0;
563 posted = 1;
567 return(posted);
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacaevents.c 43 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/chromium_org/net/base/
file_stream_context_posix.cc 48 const bool posted = base::PostTaskAndReplyWithResult( local
55 DCHECK(posted);
67 const bool posted = base::PostTaskAndReplyWithResult( local
74 DCHECK(posted);
file_stream_context.cc 92 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...]
upload_file_element_reader.cc 142 bool posted = base::PostTaskAndReplyWithResult( local
150 DCHECK(posted);
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/dga/
SDL_dgaevents.c 46 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/
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);
89 posted += SDL_PrivateMouseMotion(0, 0, last_x, last_y);
  /external/qemu/distrib/sdl-1.2.15/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.15/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/chromium_org/chrome/browser/extensions/
chrome_url_request_util.cc 75 bool posted = base::PostTaskAndReplyWithResult( variable
88 DCHECK(posted); variable
  /external/chromium_org/storage/browser/blob/
local_file_stream_reader.cc 50 const bool posted = base::FileUtilProxy::GetFileInfo( local
56 DCHECK(posted);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocevents.cpp 249 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 += SDL_PrivateKeyboard(SDL_PRESSED, &keysym)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
snapshot_manager.cc 118 bool posted = content::BrowserThread::PostTask( local
122 DCHECK(posted);
169 bool posted = content::BrowserThread::PostTask( local
173 DCHECK(posted);
  /external/qemu/distrib/sdl-1.2.15/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/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 63 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 += SDL_PrivateKeyboard(SDL_PRESSED, &keysym)
292 int posted = 0; \/\/ !! Do we need this? local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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/chromium_org/chrome/browser/chromeos/drive/fileapi/
fileapi_worker.cc 187 bool posted = base::PostTaskAndReplyWithResult( local
191 DCHECK(posted);
  /external/chromium_org/chrome/browser/chromeos/system_logs/
debug_log_writer.cc 49 bool posted = GetSequencedTaskRunner(sequence_token_name)->PostTaskAndReply( local
53 DCHECK(posted);

Completed in 760 milliseconds

1 2