Searched refs:done (Results 251 - 275 of 940) sorted by relevance

<<11121314151617181920>>

/external/zlib/src/watcom/
H A Dwatcom_l.mak43 @echo Cleaning done
/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.c3288 goto done;
3315 goto done;
3355 goto done;
3374 goto done;
3424 goto done;
3435 goto done;
3441 goto done;
3446 goto done;
3461 goto done;
3466 goto done;
[all...]
/external/blktrace/btt/
H A Dtrace.c99 done = 1;
/external/boringssl/win-x86_64/crypto/
H A Dcpu-x86_64-asm.asm141 je NEAR $L$done
146 $L$done:
/external/fio/engines/
H A Dcpu.c41 .lname = "Exit when IO threads are done",
60 td->done = 1;
/external/freetype/src/sfnt/
H A Dttcmap.h116 clazz->clazz.done = done_; \
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DOrdering.java189 boolean done = false;
202 done = (!changesBefore && !changesAfter && !changesNone);
204 while (!done && (--maxIterations >0));
207 if (!done)
/external/lldb/source/Core/
H A DCommunication.cpp350 bool done = false; local
351 while (!done && comm->m_read_thread_enabled)
371 done = true;
375 done = true;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DEC3TrackImpl.java52 boolean done = false;
54 while (!done) {
61 done = true;
64 if (!done) {
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.h116 clazz->clazz.done = done_; \
/external/ppp/pppd/
H A Dmd4.c113 MDp->done = 0;
204 ** MD has already been terminated (done != 0), so an extra call with
219 ** zero and MDp->done is true.
221 if (count == 0 && MDp->done) return;
222 /* check to see if MD is already done and report error */
223 if (MDp->done)
224 { printf("\nError: MD4Update MD already done."); return; }
271 /* Set flag saying we're done with MD computation */
272 MDp->done = 1;
/external/selinux/policycoreutils/run_init/
H A Dopen_init_pty.c215 int done = 0; local
399 if (!done && waitpid(child_pid, &child_exit_status, WNOHANG) > 0)
400 done = 1;
402 } while (!done
/external/skia/forth/
H A DForth.cpp152 void done();
155 this->done();
159 this->done();
224 void FCode::done() { function in class:FCode
367 // if we're not done with the token then the next char must be a decimal
/external/skia/tools/lua/
H A Dglyph-counts.lua32 when a given picture is done, we call endcanvas(canvas, fileName)
39 Called when the current canvas is done drawing.
H A Dscrape_dashing.lua34 when a given picture is done, we call endcanvas(canvas, fileName)
41 Called when the current canvas is done drawing.
/external/valgrind/coregrind/m_debuginfo/
H A Dtytypes.c774 goto done;
784 if (!ty->Te.TyStOrUn.isStruct) goto done;
787 && (ty->Te.TyStOrUn.typeR == 0)) goto done;
822 goto done; /* size of field is unknown (?!) */
837 if (ty->tag == Te_UNKNOWN) goto done;
843 if (!field->Te.Field.name) goto done;
851 if (ty->tag == Te_UNKNOWN) goto done;
867 if (elemTy->tag == Te_UNKNOWN) goto done;
870 goto done;
871 if (VG_(sizeXA)( ty->Te.TyArray.boundRs ) != 1) goto done;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.h73 void done(int r);
/external/boringssl/src/crypto/asn1/
H A Dtasn_new.c294 goto done;
298 goto done;
302 done:
/external/e2fsprogs/ext2ed/
H A Dmain.c270 int done = 0; local
272 while (!done && (ch = command_read_key())) {
275 done = 1;
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeaderParser.java81 boolean done = false;
82 while (!(done || err())) {
134 done = true;
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DJmeDesktopSystem.java78 final AtomicBoolean done = new AtomicBoolean();
86 done.set(true);
104 while (!done.get()) {
/external/libedit/examples/
H A Dfileman.c80 /* When non-zero, this means the user is done using this program. */
81 int done; variable
107 for ( ; done == 0; )
459 done = 1;
/external/lldb/source/Host/freebsd/
H A DHost.cpp316 goto done;
327 goto done;
335 done:
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp343 bool done = false; local
351 while (!done)
367 done = true;
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp233 bool done = false; local
241 while (!done)
257 done = true;

Completed in 1226 milliseconds

<<11121314151617181920>>