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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Exchange/src/com/android/exchange/adapter/
Base64InputStream.java 49 private boolean done = false; field in class:Base64InputStream
91 // "done" is needed for the two successive '=' at the end
92 while (!done) {
98 done = true;
102 // No more input - just return, let outputBuffer drain out, and be done
106 // Allow for a second '=' before we're really done (we should get a zero next)
114 //done = true;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 229 boolean[] done = new boolean[1];
230 return removeOneClusterFromPath(base, done);
233 private static String removeOneClusterFromPath(String base, boolean[] done) {
234 if (done[0]) return base;
238 done[0] = true;
252 sb.append(removeOneClusterFromPath(sets[j], done));
264 boolean[] done = new boolean[1];
265 return removeOneFilterFromPath(base, done);
268 private static String removeOneFilterFromPath(String base, boolean[] done) {
269 if (done[0]) return base
    [all...]
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_exptmod.c 60 goto done;
88 goto done;
94 goto done;
104 goto done;
106 done:
  /external/e2fsprogs/lib/ext2fs/
expanddir.c 22 int done; member in struct:expand_dir_struct
55 es->done = 1;
75 if (es->done)
99 es.done = 0;
108 if (!es.done)
  /bionic/libc/unistd/
exec.c 206 goto done;
217 goto done;
222 goto done;
224 goto done;
231 goto done;
236 goto done;
243 done:
  /external/chromium/net/http/
des.cc 119 goto done;
127 goto done;
132 goto done;
137 goto done;
142 goto done;
147 goto done;
149 done:
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_import.c 113 goto done;
127 goto done;
138 goto done;
147 goto done;
155 if ((err = mp_set(key->pubkey.z, 1)) != CRYPT_OK) { goto done; }
159 goto done;
164 done:
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 131 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
148 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
167 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
191 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
208 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
237 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
255 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
273 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
290 if (::gLayoutTestController->dumpEditingCallbacks() && !done)
300 if (::gLayoutTestController->dumpEditingCallbacks() && !done) {
    [all...]
  /external/svox/pico/lib/
picobase.c 1204 picoos_bool done; local
1223 picoos_bool done; local
    [all...]
picotok.c 371 picoos_bool done; local
380 done = TRUE;
382 done = FALSE;
386 done = FALSE;
389 if (!done) {
406 static void tok_getDur (picoos_uchar durStr[], picoos_uint32 * dur, picoos_bool * done)
423 (*done) = TRUE;
426 (*done) = TRUE;
429 (*done) = FALSE;
675 picoos_bool done; local
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 352 WaitableEvent done(false, false);
354 new SignalingTask(&done));
355 done.Wait();
372 new SignalingTask(&done));
373 done.Wait();
417 new SignalingTask(&done));
418 done.Wait();
431 new SignalingTask(&done));
432 done.Wait();
471 WaitableEvent done(false, false)
    [all...]
  /frameworks/base/cmds/rawbu/
backup.cpp 308 goto done;
316 goto done;
320 goto done;
327 goto done;
333 goto done;
341 goto done;
348 goto done;
353 done:
376 if (!write_int32(fh, FILE_VERSION)) goto done;
377 if (!write_int32(fh, opt_backupAll)) goto done;
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
FrameLoadDelegate.mm 119 // Exec messages in the work queue until they're all done, or one of them starts a new load
152 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) {
157 if (!done && gLayoutTestController->dumpUserGestureInFrameLoadCallbacks()) {
165 if (!topLoadingFrame && !done)
168 if (!done && gLayoutTestController->stopProvisionalFrameLoads()) {
177 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) {
192 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) {
215 if (!done && gLayoutTestController->dumpFrameLoadCallbacks()) {
221 // After that is fixed, we will reenable painting after WebCore is done loading the document,
231 if (!done && gLayoutTestController->dumpFrameLoadCallbacks())
    [all...]
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc 66 bool done() const { return done_; } function in class:UTObserver
100 EXPECT_FALSE(observer.done());
102 EXPECT_TRUE(observer.done());
  /external/clang/test/Sema/
return.c 173 goto done;
177 while (0) { goto done; }
188 done: ;
  /external/qemu/
cutils.c 182 size_t done; local
188 done = 0;
189 for (i = 0; (i < src->niov) && (done != size); i++) {
201 if (done + iov_len > size) {
202 qemu_iovec_add(dst, iov_base, size - done);
207 done += iov_len;
274 size_t done; local
278 done = 0;
279 for (i = 0; (i < qiov->niov) && (done != count); i++) {
291 if (done + iov_len > count)
    [all...]
  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 90 goto done;
100 goto done;
104 done:
  /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;
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 131 goto done;
136 done:
156 goto done;
174 done:
  /external/dhcpcd/mk/
man.mk 11 _MAN5_SH= for man in ${MAN}; do case $$man in *.5) echo $$man;; esac; done
15 _MAN8_SH= for man in ${MAN}; do case $$man in *.8) echo $$man;; esac; done
  /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.
ListenableFutureTask.java 25 * interface. Subclasses must make sure to call {@code super.done()} if they
26 * also override the {@link #done()} method, otherwise the listeners will not
71 protected void done() { method in class:ListenableFutureTask
  /external/webkit/LayoutTests/storage/domstorage/events/resources/
eventTestHarness.js 29 // When we're done testing LocalStorage, this is run.
41 // When we're done testing with SessionStorage, this is run.
  /external/webkit/Tools/TestWebKitAPI/
PlatformUtilities.h 37 // Runs a platform runloop until the 'done' is true.
38 void run(bool* done);
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 38 void run(bool* done)
40 while (!*done)

Completed in 534 milliseconds

1 2 3 45 6 7 8 91011>>