Searched defs:done (Results 1 - 7 of 7) sorted by last modified time

/system/core/debuggerd/
H A Ddebuggerd.c129 bool done = false; local
139 done = true;
150 } while (!done);
/system/core/libdiskconfig/
H A Ddiskutils.c40 int done = 0; local
61 while (!done) {
71 /* we're done. */
72 done = 1;
96 if (!done) {
/system/core/libnl_2/
H A Dnetlink.c56 * by peeking before the actual read is done */
110 int rc, cb_rc = NL_OK, done = 0; local
119 done = 0;
152 done = 1;
188 if (done)
194 if (done)
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S186 beqz $a2,done
245 beqz $a2,done
256 done: label
/system/core/libusbhost/
H A Dusbhost.c88 int done = 0; local
93 while ((de = readdir(devdir)) && !done) {
97 done = added_cb(devname, client_data);
101 return done;
104 /* returns true if one of the callbacks indicates we are done */
111 int done = 0; local
116 while ((de = readdir(busdir)) != 0 && !done) {
120 done = find_existing_devices_bus(busname, added_cb,
125 return done;
178 int i, ret, done local
[all...]
/system/core/sh/
H A Djobs.c1049 int done; local
1064 done = 1;
1077 done = 0;
1079 if (stopped) { /* stopped or done */
1080 int state = done ? JOBDONE : JOBSTOPPED;
1085 if (done)
1306 cmdputs("; done");
1315 cmdputs("; done");
H A Doptions.c404 int done = 0; local
410 /* Current word is done, advance */
419 done = 1;
486 return done;

Completed in 1337 milliseconds