HomeSort by relevance Sort by last modified time
    Searched defs:done (Results 26 - 50 of 967) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/
browser_iterator.h 20 // for (BrowserIterator iterator; !iterator.done(); iterator.Next()) {
32 bool done() const { function in class:chrome::BrowserIterator
33 // |current_iterator_| is never at the end of a list unless it is done (it
39 // Returns the current Browser, valid as long as !done().
53 // |current_iterator_| is valid or done().
  /external/chromium_org/chrome/browser/ui/tab_contents/
tab_contents_iterator.h 23 // for (TabContentsIterator iterator; !iterator.done(); iterator.Next()) {
34 bool done() const { return cur_ == NULL; } function in class:TabContentsIterator
37 // WebContents. Valid as long as !done().
39 if (!browser_iterator_.done())
44 // Returns the current WebContents, valid as long as !done().
  /external/chromium_org/third_party/icu/source/test/intltest/
tokiter.h 65 UBool done; member in class:TokenIterator
  /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/chromium_org/third_party/tcmalloc/chromium/src/base/
spinlock_internal.cc 63 bool done = false; local
64 for (int loop = 0; !done; loop++) {
73 done = trans[i].done;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
spinlock_internal.cc 63 bool done = false; local
64 for (int loop = 0; !done; loop++) {
73 done = trans[i].done;
  /external/compiler-rt/lib/tsan/lit_tests/
signal_errno.cc 11 volatile int done; variable
15 done = 1;
30 while (done == 0) {
  /external/icu4c/test/intltest/
tokiter.h 65 UBool done; member in class:TokenIterator
  /external/kernel-headers/original/linux/
completion.h 14 unsigned int done; member in struct:completion
41 x->done = 0;
55 #define INIT_COMPLETION(x) ((x).done = 0)
  /external/mesa3d/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/qemu/distrib/sdl-1.2.15/test/
checkkeys.c 88 int done; local
123 done = 0;
124 while ( !done ) {
137 done = 1;
  /frameworks/base/core/java/android/speech/tts/
SynthesisCallback.java 23 * {@link #done}.
27 * to {@link #done}, it might be discarded.
29 * After {@link #start} been called, {@link #done} must be called regardless of errors.
80 public int done(); method in interface:SynthesisCallback
  /frameworks/base/tools/aapt/
FileFinder.cpp 85 bool done = false; local
88 for (size_t i = 0; i < extensions.size() && !done; ++i) {
93 done = true;
  /ndk/tests/device/test-stlport_shared-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
32 done:
33 printf ("done!\n");
  /ndk/tests/device/test-stlport_static-exception/jni/
label3.cpp 15 __label__ one, two, done; local
16 void *labs[] = { &&one, &&two, &&done };
32 done:
33 printf ("done!\n");
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
completion.h 18 unsigned int done; member in struct:completion
30 #define INIT_COMPLETION(x) ((x).done = 0)

Completed in 832 milliseconds

12 3 4 5 6 7 8 91011>>