/external/guava/src/com/google/common/util/concurrent/ |
AbstractFuture.java | 97 * {@link AbstractFuture.Sync#COMPLETED} and call {@link #done()} if the 106 done(); method 114 * {@link AbstractFuture.Sync#COMPLETED} and call {@link #done()} if the 124 done(); method 138 * AbstractFuture.Sync#CANCELLED} and call {@link #done()} if the state was 146 done(); method 157 protected void done() { method in class:AbstractFuture 191 * Acquisition succeeds if the future is done, otherwise it fails.
|
/external/icu4c/samples/legacy/ |
oldcol.cpp | 98 fprintf(stderr, "Done sortkeys, doing qsort test\n"); 104 fprintf(stderr, "Done legacy!\n");
|
/external/icu4c/test/hdrtst/ |
Makefile | 58 done 72 done 90 done 110 done 127 done 144 done 161 done 178 done
|
/external/icu4c/test/intltest/ |
sfwdchit.cpp | 108 return ForwardCharacterIterator::DONE; 115 return ForwardCharacterIterator::DONE;
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperf.h | 92 while(m_brkIt_->next() != BreakIterator::DONE) { 100 while(m_brkIt_->next() != BreakIterator::DONE) {
|
/external/iproute2/testsuite/tests/ |
cls-testbed.t | 67 done 68 done
|
/external/openssl/crypto/threads/ |
mttest.c | 357 fprintf(stderr,"done free\n"); 405 fprintf(stdout,"DONE %lu\n",CRYPTO_thread_id()); 430 int done=0; local 510 if (do_client && !(done & C_DONE)) 572 done|=C_DONE; 582 if (do_server && !(done & S_DONE)) 651 done|=S_DONE; 656 if ((done & S_DONE) && (done & C_DONE)) break; 666 fprintf(stdout,"DONE\n") [all...] |
/external/qemu/android/skin/ |
composer.h | 47 SkinPlateDoneFunc done; member in struct:SkinPlateSurface 77 SkinPlateDoneFunc done );
|
/external/qemu/ |
feature_to_c.sh | 65 done 75 done
|
/external/srec/srec/include/ |
srec_sizes.h | 26 typedef asr_uint16_t costdata; /*done as cost, so always >= 0*/ 27 typedef asr_int32_t bigcostdata; /*done as cost, so always >= 0*/
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
reverse.h | 49 !siter.Done(); 65 !aiter.Done();
|
/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/webkit/LayoutTests/http/tests/appcache/ |
cyrillic-uri.html | 7 <p>Should be a series of PASS messages, followed with DONE.</p> 69 log("DONE");
|
/external/webkit/WebKitTools/DumpRenderTree/ |
WorkQueue.cpp | 102 // If we're done and we didn't start a load, then we're really done, so return true.
|
/frameworks/base/awt/javax/imageio/event/ |
IIOWriteProgressListener.java | 51 * the percentage of encoding done. 81 * the percentage of encoding done.
|
/frameworks/base/core/jni/ |
android_nio_utils.h | 28 * (and releasePointer if array is returned non-null) must be done in the 44 * Pass that array and the returned pointer when you are done accessing the
|
/ndk/build/tools/ |
patch-sources.sh | 75 done 77 dump "Done!"
|
/external/bluetooth/bluez/plugins/ |
hciops.c | 213 goto done; 215 done: 460 goto done; /* on success */ 468 done: 483 goto done; /* on success */ 491 done: 569 goto done; 574 goto done; /* Already limited */ 579 goto done; /* Already clear */ 588 goto done; [all...] |
/external/elfutils/libelf-po/ |
Makefile.in | 107 done; \ 134 done); \ 150 done; \ 151 done 183 done); \ 194 done; \ 195 done 206 done; \ 218 done; \ 219 done [all...] |
Makefile.in.in | 107 done; \ 134 done); \ 150 done; \ 151 done 183 done); \ 194 done; \ 195 done 206 done; \ 218 done; \ 219 done [all...] |
/external/elfutils/po/ |
Makefile.in | 107 done; \ 134 done); \ 150 done; \ 151 done 183 done); \ 194 done; \ 195 done 206 done; \ 218 done; \ 219 done [all...] |
Makefile.in.in | 107 done; \ 134 done); \ 150 done; \ 151 done 183 done); \ 194 done; \ 195 done 206 done; \ 218 done; \ 219 done [all...] |
/external/icu4c/test/thaitest/ |
thaitest.cpp | 77 // true when fBreakIter has returned DONE 235 if (nextSpaceBreak == BreakIterator::DONE || nextBreak == BreakIterator::DONE) { 236 if (nextBreak != BreakIterator::DONE) { 238 } else if (nextSpaceBreak != BreakIterator::DONE) { 246 nextSpaceBreak != BreakIterator::DONE && nextBreak != BreakIterator::DONE) { 413 if (nextbreak == BreakIterator::DONE) { 527 return BreakIterator::DONE; 534 if (nextBreak == BreakIterator::DONE) { [all...] |
/external/elfutils/m4/ |
lib-link.m4 | 108 acl_cv_rpath=done 171 done 239 done 262 done 284 done 299 done 363 done 413 done 427 done 453 done [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_string.c | 747 SDL_bool done = SDL_FALSE; local 796 while (!done) { 872 done = SDL_TRUE; 925 done = SDL_TRUE; 937 done = SDL_TRUE; 949 done = SDL_TRUE; 974 done = SDL_TRUE; 977 done = SDL_TRUE; 1124 SDL_bool done = SDL_FALSE; local 1139 while (!done) { [all...] |