/external/qemu/distrib/sdl-1.2.15/test/ |
graywin.c | 138 int done; local 200 done = 0; 201 while ( !done && SDL_WaitEvent(&event) ) { 227 done = 1; 234 done = 1; 247 done = 1;
|
threadwin.c | 11 /* Are we done yet? */ 12 static int done = 0; variable 138 while ( ! done ) { 175 while ( ! done ) { 190 done = 1; 274 /* Set the icon -- this must be done before the first mode set */ 324 while ( ! done ) { 329 done = 1;
|
/libcore/luni/src/main/java/java/util/concurrent/ |
AbstractExecutorService.java | 124 // done before submitting more of them. This interleaving 202 boolean done = false; 219 done = true; 222 if (!done) 235 boolean done = false; 267 done = true; 270 if (!done)
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
FilterUtils.java | 225 boolean[] done = new boolean[1]; 226 return removeOneClusterFromPath(base, done); 229 private static String removeOneClusterFromPath(String base, boolean[] done) { 230 if (done[0]) return base; 234 done[0] = true; 248 sb.append(removeOneClusterFromPath(sets[j], done));
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
JSR166TestCase.java | 317 * Extra checks that get done for all test cases. [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-step-2.js | 37 var done = false; variable 40 // Debug event listener which steps until the global variable done is true. 43 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext); 50 done = false; 58 done = true;
|
debug-step-3.js | 37 var done = false; variable 41 // Debug event listener which steps until the global variable done is true. 44 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext); 51 done = false; 61 done = true;
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_bmp.c | 89 goto done; 98 goto done; 103 goto done; 156 goto done; 220 goto done; 228 goto done; 259 goto done; 294 goto done; 307 goto done; 344 done [all...] |
/external/v8/test/mjsunit/ |
debug-step-2.js | 37 var done = false; variable 40 // Debug event listener which steps until the global variable done is true. 43 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext); 50 done = false; 58 done = true;
|
debug-step-3.js | 37 var done = false; variable 41 // Debug event listener which steps until the global variable done is true. 44 if (!done) exec_state.prepareStep(Debug.StepAction.StepNext); 51 done = false; 61 done = true;
|
/external/chromium_org/chrome/browser/lifetime/ |
browser_close_manager_browsertest.cc | 287 EXPECT_TRUE(chrome::BrowserIterator().done()); 311 EXPECT_TRUE(chrome::BrowserIterator().done()); 345 EXPECT_TRUE(chrome::BrowserIterator().done()); 402 EXPECT_TRUE(chrome::BrowserIterator().done()); 443 EXPECT_TRUE(chrome::BrowserIterator().done()); 478 EXPECT_TRUE(chrome::BrowserIterator().done()); 495 EXPECT_TRUE(chrome::BrowserIterator().done()); 527 EXPECT_TRUE(chrome::BrowserIterator().done()); 549 EXPECT_TRUE(chrome::BrowserIterator().done()); 589 EXPECT_TRUE(chrome::BrowserIterator().done()); [all...] |
/external/chromium_org/net/quic/crypto/ |
crypto_handshake.cc | 250 bool done = false; local 262 done = true; 271 done = true; 289 done = true; 301 done = true; 308 done = true; 312 if (!done) {
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 414 goto done; 430 goto done; 444 goto done; 455 goto done; 466 goto done; 474 goto done; 482 goto done; 487 goto done; 512 goto done; 527 goto done; [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.c | 628 EAS_BOOL done; local 630 /* set flag assuming the envelope is not done */ 631 done = EAS_FALSE; 694 done = EAS_TRUE; 700 done = EAS_TRUE; 706 return done; 734 EAS_BOOL done; local 748 /* flag to indicate this voice is done */ 749 done = EAS_TRUE; 771 /* calculate envelope, returns true if done */ 809 EAS_BOOL done; local [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmsynth.c | 628 EAS_BOOL done; local 630 /* set flag assuming the envelope is not done */ 631 done = EAS_FALSE; 694 done = EAS_TRUE; 700 done = EAS_TRUE; 706 return done; 734 EAS_BOOL done; local 748 /* flag to indicate this voice is done */ 749 done = EAS_TRUE; 771 /* calculate envelope, returns true if done */ 809 EAS_BOOL done; local [all...] |
/external/svox/pico/lib/ |
picoctrl.c | 88 * @return PICO_OK : processing done 127 * @return PICO_OK : processing done 231 * @return PICO_OK : processing done 257 * @return PICO_OK : processing done 288 * @return PICO_OK : processing done 576 picoos_uint8 done= TRUE; local 587 done = (NULL != this); 589 if (done) { 599 done = FALSE; 603 if (done) { [all...] |
/external/v8/src/ |
global-handles.cc | 361 bool done() const { return block_ == NULL; } 364 ASSERT(!done()); 369 ASSERT(!done()); 467 for (NodeIterator it(this); !it.done(); it.Advance()) { 475 for (NodeIterator it(this); !it.done(); it.Advance()) { 484 for (NodeIterator it(this); !it.done(); it.Advance()) { 529 // Process weak global handle callbacks. This must be done after the 530 // GC is completely done, because the callbacks may invoke arbitrary 557 for (NodeIterator it(this); !it.done(); it.Advance()) { 586 for (NodeIterator it(this); !it.done(); it.Advance()) [all...] |
frames-inl.h | 262 if (!done()) Advance(); 270 if (!done()) Advance(); 298 } while (!iterator_.done() && !iterator_.frame()->is_java_script()); 312 while (!done()) { 322 if (!done()) Advance();
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_win_unittest.cc | 138 base::WaitableEvent done(false, false); 140 base::Bind(&base::WaitableEvent::Signal, base::Unretained(&done))); 141 done.Wait(); 190 WaitableEvent done(false, false); 192 base::Bind(&WaitableEvent::Signal, base::Unretained(&done))); 193 done.Wait(); 286 WaitableEvent done(false, false); 288 base::Bind(&WaitableEvent::Signal, base::Unretained(&done))); 289 done.Wait();
|
/external/chromium/net/base/ |
ssl_false_start_blacklist_process.cc | 150 long done = 0; local 151 while (done < input_size) { 152 size_t n = fread(buffer + done, 1, input_size - done, input); 159 done += n;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_constants.c | 226 goto done; 236 goto done; 242 goto done; 248 goto done; 253 done:
|
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | 171 Label done; 198 j(equal, &done, Label::kNear); 207 bind(&done); 215 Label done; 220 j(zero, &done, Label::kNear); 227 jmp(&done, Label::kNear); 231 j(below, &done, Label::kNear); 233 bind(&done); 238 Label done; 240 j(zero, &done, Label::kNear) 682 Label done; local 836 Label smi_value, done, maybe_nan, not_nan, is_nan, have_double_value; local 1488 Label done; local 2018 Label short_loop, len4, len8, len12, done, short_string; local 2165 Label done; local 2561 Label done; local 2592 Label done; local 2752 Label done; local 3520 Label done; local [all...] |
/external/grub/stage2/ |
tparm.c | 237 grub_bool done = FALSE; local 248 while (*s != '\0' && !done) { 257 done = TRUE; 283 done = TRUE; 293 done = TRUE;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_constants.c | 226 goto done; 236 goto done; 242 goto done; 248 goto done; 253 done:
|
/frameworks/base/libs/androidfw/ |
BackupData.cpp | 228 BackupDataReader::ReadNextHeader(bool* done, int* type) 230 *done = m_done; 239 *done = m_done = true; 246 *done = m_done = (amt == 0); 247 if (*done) {
|