Searched refs:done (Results 1 - 20 of 20) sorted by relevance

/system/core/adb/
H A Dframebuffer_service.c64 if (pipe(fds) < 0) goto done;
67 if (pid < 0) goto done;
82 if(readx(fd_screencap, &w, 4)) goto done;
83 if(readx(fd_screencap, &h, 4)) goto done;
84 if(readx(fd_screencap, &f, 4)) goto done;
160 goto done;
164 if(writex(fd, &fbinfo, sizeof(fbinfo))) goto done;
168 if(readx(fd_screencap, buf, sizeof(buf))) goto done;
169 if(writex(fd, buf, sizeof(buf))) goto done;
171 if(readx(fd_screencap, buf, fbinfo.size % sizeof(buf))) goto done;
[all...]
H A Dlog_service.c41 goto done;
56 goto done;
60 goto done;
70 done:
H A Dservices.c206 if(r == 0) goto done;
209 else goto done;
222 goto done;
225 done:
520 D("wait_for_state is done\n");
H A Dfile_sync_service.c95 if(d == 0) goto done;
120 done:
412 D("sync: done\n");
/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/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/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/netcfg/
H A Dnetcfg.c177 goto done;
182 done:
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S186 beqz $a2,done
245 beqz $a2,done
256 done: label
/system/core/sh/
H A Doptions.c404 int done = 0; local
410 /* Current word is done, advance */
419 done = 1;
486 return done;
H A Dtrap.c394 goto done;
401 done:
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 Dexpand.c273 goto done;
276 goto done;
280 done:
H A Dparser.c1414 goto done;
1451 done:
/system/extras/sound/
H A Dplaywav.c91 done:
264 if ((tmp == 13) || (tmp == 10)) goto done;
277 done:
/system/core/toolbox/
H A DAndroid.mk115 $(TOOLS_H): PRIVATE_CUSTOM_TOOL = echo "/* file generated automatically */" > $@ ; for t in $(PRIVATE_TOOLS) ; do echo "TOOL($$t)" >> $@ ; done
/system/core/debuggerd/
H A Ddebuggerd.c129 bool done = false; local
139 done = true;
150 } while (!done);
/system/core/liblog/
H A Dlogprint.c916 goto done;
922 goto done;
925 done:
/system/core/init/
H A Dbuiltins.c181 goto done;
191 done:
/system/core/sdcard/
H A Dsdcard.c790 goto done;
794 done:

Completed in 1654 milliseconds