HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 176 - 200 of 2153) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/password_manager/
password_store_default_unittest.cc 187 WaitableEvent done(false, false);
189 new SignalingTask(&done));
190 done.Wait();
282 WaitableEvent done(false, false);
284 new SignalingTask(&done));
285 done.Wait();
300 new SignalingTask(&done));
301 done.Wait();
345 new SignalingTask(&done));
346 done.Wait()
    [all...]
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 60 // is done in breadth-first order. The function returns NULL if the child window
252 goto done;
264 goto done;
268 goto done;
273 goto done;
278 goto done;
281 goto done;
286 goto done;
291 goto done;
296 goto done;
    [all...]
  /external/chromium/chrome/browser/sync/glue/
password_model_worker.h 38 base::WaitableEvent* done);
  /external/chromium_org/chrome/test/base/
testing_io_thread_state.cc 83 void TestingIOThreadState::Initialize(const base::Closure& done) {
91 done.Run();
94 void TestingIOThreadState::Shutdown(const base::Closure& done) {
99 done.Run();
  /external/chromium_org/remoting/host/
mouse_clamping_filter.h 30 const base::Closure& done) OVERRIDE;
  /external/chromium_org/remoting/protocol/
audio_writer.h 39 const base::Closure& done) OVERRIDE;
  /external/chromium_org/third_party/icu/source/test/intltest/
tokiter.h 65 UBool done; member in class:TokenIterator
tokiter.cpp 18 done = haveLine = FALSE;
26 if (done || U_FAILURE(ec)) {
33 done = TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.h 31 unsigned done; member in struct:r600_shader_io
  /external/e2fsprogs/lib/ext2fs/
unlink.c 27 int done; member in struct:link_struct
63 ls->done++;
89 ls.done = 0;
97 return (ls.done) ? 0 : EXT2_ET_DIR_NO_SPACE;
  /external/icu4c/test/intltest/
tokiter.h 65 UBool done; member in class:TokenIterator
tokiter.cpp 19 done = haveLine = FALSE;
27 if (done || U_FAILURE(ec)) {
34 done = TRUE;
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 31 unsigned done; member in struct:r600_shader_io
  /external/qemu/distrib/sdl-1.2.15/test/
checkkeys.c 88 int done; local
123 done = 0;
124 while ( !done ) {
137 done = 1;
  /external/smack/src/org/jivesoftware/smack/
ReconnectionManager.java 44 boolean done = false; field in class:ReconnectionManager
68 return !done && !connection.isConnected()
188 done = true;
192 done = false;
  /external/zlib/src/examples/
enough.c 150 /* The array for tracking visited states, done[], is itself indexed identically
165 vectors grow to total approximately 21 MB, in addition to the 4.3 MB done[]
173 local size_t size; /* number of elements in num and done */
176 local struct tab *done; /* states already evaluated array */ variable in typeref:struct:tab
178 /* Index function for num[] and done[] */
181 /* Free allocated space. Uses globals code, num, and done. */
186 if (done != NULL) {
188 if (done[n].len)
189 free(done[n].vec);
190 free(done);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
browser_thread_model_worker.h 46 base::WaitableEvent* done,
66 base::WaitableEvent* done,
80 base::WaitableEvent* done,
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc 30 unsigned int done = 0; local
31 glGetQueryObjectuivEXT(q, GL_QUERY_RESULT_AVAILABLE_EXT, &done);
32 if (done) {
  /external/chromium_org/net/third_party/nss/ssl/
cmpcert.c 65 goto done;
69 goto done;
87 done:
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
utility.cc 26 int done; local
28 done = vfprintf(gNaClPluginLogFile, format, arg);
31 return done;
  /external/chromium_org/remoting/client/
rectangle_update_decoder.cc 58 const base::Closure& done) {
61 base::ScopedClosureRunner done_runner(done);
133 // Notify the consumer that painting is done.
140 void RectangleUpdateDecoder::RequestReturnBuffers(const base::Closure& done) {
144 this, done));
153 if (!done.is_null())
154 done.Run();
229 const base::Closure& done) {
235 done.Run();
265 last_packet, decode_start, done);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
yuv.c 27 static int done = 0; variable
35 if (done) {
64 done = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_context.c 42 BOOL done = FALSE; local
46 for (i = 0; !done && attribList[i]; i++) {
65 done = TRUE;
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_init.c 53 goto done;
72 done:
73 cipher_descriptor[cipher].done(skey);
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
TestComboMoves.java 118 fireball.press("Down").notPress("Right").done(); method
119 fireball.press("Right", "Down").done(); method
120 fireball.press("Right").notPress("Down").done(); method
121 fireball.notPress("Right", "Down").done(); method
125 shuriken.press("Left").notPress("Down", "Attack1").done(); method
126 shuriken.press("Down").notPress("Attack1").timeElapsed(0.11f).done(); method
127 shuriken.press("Attack1").notPress("Left").timeElapsed(0.11f).done(); method
128 shuriken.notPress("Left", "Down", "Attack1").done(); method
132 jab.press("Attack1").done(); method
135 punch.press("Attack1").done(); method
136 punch.notPress("Attack1").done(); method
137 punch.press("Attack1").done(); method
    [all...]

Completed in 854 milliseconds

1 2 3 4 5 6 78 91011>>