/system/core/adb/ |
D | framebuffer_service.c | 64 if (pipe(fds) < 0) goto done; in framebuffer_service() 67 if (pid < 0) goto done; in framebuffer_service() 82 if(readx(fd_screencap, &w, 4)) goto done; in framebuffer_service() 83 if(readx(fd_screencap, &h, 4)) goto done; in framebuffer_service() 84 if(readx(fd_screencap, &f, 4)) goto done; in framebuffer_service() 160 goto done; in framebuffer_service() 164 if(writex(fd, &fbinfo, sizeof(fbinfo))) goto done; in framebuffer_service() 168 if(readx(fd_screencap, buf, sizeof(buf))) goto done; in framebuffer_service() 169 if(writex(fd, buf, sizeof(buf))) goto done; in framebuffer_service() 171 if(readx(fd_screencap, buf, fbinfo.size % sizeof(buf))) goto done; in framebuffer_service() [all …]
|
D | log_service.c | 41 goto done; in log_service() 56 goto done; in log_service() 60 goto done; in log_service() 70 done: in log_service()
|
D | services.c | 206 if(r == 0) goto done; 209 else goto done; 222 goto done; 225 done:
|
D | file_sync_service.c | 95 if(d == 0) goto done; in do_list() 120 done: in do_list()
|
D | OVERVIEW.TXT | 134 running on another machine. This hasn't been done yet though.
|
/system/core/libusbhost/ |
D | usbhost.c | 96 int done = 0; in find_existing_devices_bus() local 101 while ((de = readdir(devdir)) && !done) { in find_existing_devices_bus() 105 done = added_cb(devname, client_data); in find_existing_devices_bus() 109 return done; in find_existing_devices_bus() 119 int done = 0; in find_existing_devices() local 124 while ((de = readdir(busdir)) != 0 && !done) { in find_existing_devices() 128 done = find_existing_devices_bus(busname, added_cb, in find_existing_devices() 133 return done; in find_existing_devices() 188 int done = 0; in usb_host_load() local 207 return done; in usb_host_load() [all …]
|
/system/core/libdiskconfig/ |
D | diskutils.c | 40 int done = 0; in write_raw_image() local 61 while (!done) { in write_raw_image() 72 done = 1; in write_raw_image() 96 if (!done) { in write_raw_image()
|
/system/core/libnl_2/ |
D | netlink.c | 110 int rc, cb_rc = NL_OK, done = 0; in nl_recvmsgs() local 119 done = 0; in nl_recvmsgs() 152 done = 1; in nl_recvmsgs() 188 if (done) in nl_recvmsgs() 194 if (done) in nl_recvmsgs()
|
/system/core/libcutils/ |
D | trace.c | 174 goto done; in atrace_init_once() 179 done: in atrace_init_once()
|
/system/core/netcfg/ |
D | netcfg.c | 177 goto done; in main() 182 done: in main()
|
/system/core/libpixelflinger/arch-mips/ |
D | t32cb16blend.S | 186 beqz $a2,done 245 beqz $a2,done 256 done: label
|
/system/extras/sound/ |
D | playwav.c | 91 done: in pcm_play() 264 if ((tmp == 13) || (tmp == 10)) goto done; in wav_rec() 277 done: in wav_rec()
|
/system/core/sh/ |
D | options.c | 404 int done = 0; in getopts() local 419 done = 1; in getopts() 486 return done; in getopts()
|
D | trap.c | 394 goto done; in dotrap() 401 done: in dotrap()
|
D | jobs.c | 1049 int done; in dowait() local 1064 done = 1; in dowait() 1077 done = 0; in dowait() 1080 int state = done ? JOBDONE : JOBSTOPPED; in dowait() 1085 if (done) in dowait()
|
D | expand.c | 273 goto done; in exptilde() 276 goto done; in exptilde() 280 done: in exptilde()
|
D | nodetypes | 90 body nodeptr # do body; done
|
D | TOUR | 243 fore any forking is done, so to get the commands into the hash 314 has already done a cd to an absolute pathname), but then 351 this is done using the TRACE macro, which takes a set of printf
|
/system/core/debuggerd/ |
D | debuggerd.c | 130 bool done = false; in wait_for_user_action() local 140 done = true; in wait_for_user_action() 151 } while (!done); in wait_for_user_action()
|
/system/core/sh/funcs/ |
D | kill | 48 done
|
/system/media/camera/docs/ |
D | camera_metadata_tag_info.mako | 24 * Array assignments are done using specified-index syntax to keep things in
|
/system/core/init/ |
D | README.BOOTCHART | 30 when you're done collecting data:
|
D | builtins.c | 179 goto done; in __ifupdown() 189 done: in __ifupdown()
|
/system/core/liblog/ |
D | logprint.c | 916 goto done; in android_log_printLogLine() 922 goto done; in android_log_printLogLine() 925 done: in android_log_printLogLine()
|
/system/core/logcat/ |
D | event.logtags | 130 # 0 for screen off, 1 for screen on, 2 for key-guard done
|