Searched refs:done (Results 276 - 300 of 1555) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/test/mjsunit/es6/
H A Dstring-iterator.js14 function assertIteratorResult(value, done, result) {
15 assertEquals({value: value, done: done}, result);
/external/clang/test/Sema/
H A Dreturn.c173 goto done;
177 while (0) { goto done; }
188 done: ;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java110 * Waits until the given future {@linkplain Future#isDone is done}, invoking the garbage
141 String.format("Future not done within %d second timeout", timeoutSeconds));
214 CountDownLatch done = new CountDownLatch(1);
215 createUnreachableLatchFinalizer(done);
216 await(done);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c31 int done = 0; local
32 while (!done) {
41 done = 1;
43 // signal to the main thread that we're done (for Sync())
/external/lldb/tools/lldb-platform/
H A Dlldb-platform.cpp210 bool done = false; local
211 while (!interrupt && !done)
213 if (!gdb_server.GetPacketAndSendResponse (UINT32_MAX, error, interrupt, done))
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_conv_adaptor_vcgen.h87 bool done = false; local
88 while(!done) {
131 done = true;
/external/skia/tools/
H A Dgenerate_fir_coeff.py62 done = False
63 while not done:
66 done = True
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java49 boolean done = false;
53 while (!done) {
55 done = true;
/external/smack/src/org/jivesoftware/smackx/provider/
H A DStreamInitiationProvider.java42 boolean done = false;
65 while (!done) {
85 done = true;
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/
H A DItemProvider.java49 boolean done = false;
53 while (!done) {
55 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
H A DChatNotes.java89 boolean done = false;
90 while (!done) {
104 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DRoomInvitation.java149 boolean done = false;
150 while (!done) {
171 done = true;
H A DRoomTransfer.java149 boolean done = false;
150 while (!done) {
171 done = true;
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DOfflineSettings.java122 boolean done = false;
128 while (!done) {
143 done = true;
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_test.cc57 for (chrome::BrowserIterator it; !it.done(); it.Next()) {
/external/chromium_org/chrome/browser/sync/glue/
H A Dpassword_model_worker.h48 base::WaitableEvent* done,
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
H A Ddevtools.js28 auditResults.done();
/external/chromium_org/components/storage_monitor/
H A Dmedia_storage_util.h38 // Removes disconnected devices from |devices| and then calls |done|.
40 const base::Closure& done);
/external/chromium_org/content/test/data/indexeddb/
H A Dcursor_test.js8 done();
H A Dkey_path_test.js15 done();
H A Dtransaction_get_test.js14 done();
H A Dtransaction_run_forever.js58 done();
H A Dtransaction_test.js8 done();
/external/chromium_org/remoting/client/
H A Daudio_decode_scheduler.h39 const base::Closure& done) OVERRIDE;
/external/chromium_org/remoting/protocol/
H A Dmonitored_video_stub.h44 const base::Closure& done) OVERRIDE;

Completed in 373 milliseconds

<<11121314151617181920>>