Searched defs:done (Results 1 - 7 of 7) sorted by relevance

/dalvik/tools/gdbjithelper/
H A Dgdbjithelper.c25 volatile int done; variable
104 while (!done) {
/dalvik/libdex/
H A DDexDebugInfo.cpp297 int done; local
298 done = posCb(cnxt, address, line);
300 if (done) {
H A Dsha1.cpp33 for the shifts being done against it. This caused the hash
430 int done; local
465 done = findfirst(argv[i], &f, FA_RDONLY |
467 while (!done)
491 done = findnext(&f);
H A DDexSwapVerify.cpp801 bool done = false; local
806 done = true;
808 done = true;
811 if (!done) {
814 done = true;
816 done = true;
820 if (!done) {
867 bool done = false; local
872 done = true;
874 done
2002 bool done = false; local
[all...]
/dalvik/vm/oo/
H A DObject.cpp263 bool done = false; local
268 while (!done) {
294 done = true;
304 done = true;
309 done = true;
644 * should be done after this function completes).
/dalvik/vm/interp/
H A DJit.cpp664 bool done = false; local
672 while (!done) {
688 done = true;
774 * be passed to the compiler before the return completes. This is done
951 ALOGD("TraceGen: trace done, adding to queue");
984 * If we're done with trace selection, switch off the control flags.
1163 * The 2nd level filter (done here) exists to be selective about
/dalvik/dx/etc/
H A Djasmin.jar ... jas.AsciiCP nestType () throws jas.jasError public void done () throws jas.jasError void resolve (jas.ClassEnv) jas ...

Completed in 238 milliseconds