HomeSort by relevance Sort by last modified time
    Searched refs:done (Results 251 - 275 of 1088) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/common/linux/mmc/
mmc.h 93 void (*done)(struct mmc_request *); member in struct:mmc_request
  /bionic/libc/netbsd/resolv/
res_query.c 273 int done = 0; local
276 *domain && !done;
323 /* anything else implies that we're done */
324 done++;
331 done++;
  /development/ndk/platforms/android-3/include/linux/mmc/
mmc.h 93 void (*done)(struct mmc_request *); member in struct:mmc_request
  /external/bluetooth/bluez/test/
gaptest.c 72 goto done;
78 done:
118 goto done;
124 done:
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 44 base::WaitableEvent* done) :
45 extension_(e), function_(t), repeats_(repeats), done_(done) {}
94 base::WaitableEvent* done)
95 : service_(service), signal_when_done_(done) {}
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 35 // Since populating the page is done asynchronously, the DOM doesn't exist
37 // the URL once we're done, which forces the browser to scroll to the anchor
  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.h 116 bool done() const { return complete_; } function in class:talk_base::HttpMonitor
  /external/dhcpcd/mk/
prog.mk 43 for src in ${SRCS}; do echo "#include \"$$src\"" >> _${PROG}.c; done
59 for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_done.c 73 cipher_descriptor[gcm->cipher].done(&gcm->K);
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory_multi.c 74 err = hash_descriptor[hash].done(md, out);
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_done.c 58 cipher_descriptor[f9->cipher].done(&f9->key);
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_done.c 67 cipher_descriptor[omac->cipher_idx].done(&omac->key);
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_done.c 55 cipher_descriptor[state->cipher_idx].done(&state->key);
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_done.c 58 cipher_descriptor[xcbc->cipher].done(&xcbc->key);
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_1.c 72 if ((err = hash_descriptor[hash_idx].done(md, buf)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_mgf1.c 81 if ((err = hash_descriptor[hash_idx].done(md, buf)) != CRYPT_OK) {
  /external/icu4c/common/unicode/
caniter.h 105 * the iteration is done.
164 UBool done; member in class:CanonicalIterator
  /external/icu4c/i18n/
csrmbcs.h 37 UBool done; member in class:IteratedChar
  /external/icu4c/test/intltest/
idnaref.cpp 642 UBool *done,
649 *done = TRUE;
669 *done = TRUE;
707 UBool done = FALSE; local
721 labelLen = getNextSeparator(labelStart, -1, prep, &delimiter, &done, status);
723 if(!(labelLen==0 && done)){// make sure this is not a root label separator.
757 if(done == FALSE){
773 labelLen = getNextSeparator(labelStart, remainingLen, prep, &delimiter, &done, status);
806 if(done == FALSE){
847 UBool done = FALSE local
    [all...]
  /external/icu4c/test/threadtest/
threadtest.cpp 478 UBool done = gRunInfo.runningThreads == 0; local
480 if (done) { break;}
501 // Time's up, we are done. (We only get here if this was a timed run)
507 UBool done = gRunInfo.runningThreads == 0; local
509 if (done) { break;}
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 157 bool done = false; local
159 while (!done) {
160 done = (I == MBB.begin());
162 if (!done)
  /external/quake/quake/src/QW/client/
gl_mesh.c 94 // if we can't use this triangle, this tristrip is done
96 goto done;
112 done:
164 // if we can't use this triangle, this tristrip is done
166 goto done;
179 done:
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 94 // if we can't use this triangle, this tristrip is done
96 goto done;
112 done:
164 // if we can't use this triangle, this tristrip is done
166 goto done;
179 done:
  /external/skia/src/core/
SkScan.cpp 45 while (!cliper.done()) {
  /external/v8/src/
frames-inl.h 190 if (!done()) Advance();
217 } while (!iterator_.done() && !iterator_.frame()->is_java_script());
231 while (!done()) {
241 if (!done()) Advance();

Completed in 615 milliseconds

<<11121314151617181920>>