/system/core/libdiskconfig/ |
D | diskconfig.c | 156 goto fail; in load_diskconfig() 164 goto fail; in load_diskconfig() 169 goto fail; in load_diskconfig() 175 goto fail; in load_diskconfig() 182 goto fail; in load_diskconfig() 187 goto fail; in load_diskconfig() 190 goto fail; in load_diskconfig() 198 goto fail; in load_diskconfig() 204 goto fail; in load_diskconfig() 209 goto fail; in load_diskconfig() [all …]
|
D | diskutils.c | 46 goto fail; in write_raw_image() 52 goto fail; in write_raw_image() 57 goto fail; in write_raw_image() 67 goto fail; in write_raw_image() 88 goto fail; in write_raw_image() 98 goto fail; in write_raw_image() 111 fail: in write_raw_image()
|
D | write_lst.c | 75 goto fail; in wlist_commit() 82 goto fail; in wlist_commit() 90 fail: in wlist_commit()
|
D | config_mbr.c | 168 goto fail; in mk_ext_pentry() 205 fail: in mk_ext_pentry() 237 goto fail; in config_mbr() 263 goto fail; in config_mbr() 274 goto fail; in config_mbr() 284 fail: in config_mbr()
|
/system/extras/tests/bionic/libc/common/ |
D | test_libgen.c | 7 static int fail = 0; variable 28 fail += 1; in test_basename() 33 fail += 1; in test_basename() 42 fail += 1; in test_basename() 67 fail += 1; in test_basename_r() 75 fail += 1; in test_basename_r() 83 fail += 1; in test_basename_r() 100 fail += 1; in test_dirname_r() 108 fail += 1; in test_dirname_r() 116 fail += 1; in test_dirname_r() [all …]
|
/system/netd/ |
D | ThrottleController.cpp | 93 goto fail; in setInterfaceThrottle() 102 goto fail; in setInterfaceThrottle() 111 goto fail; in setInterfaceThrottle() 120 goto fail; in setInterfaceThrottle() 129 goto fail; in setInterfaceThrottle() 138 goto fail; in setInterfaceThrottle() 148 goto fail; in setInterfaceThrottle() 152 fail: in setInterfaceThrottle()
|
/system/core/mkbootimg/ |
D | mkbootimg.c | 238 if(write(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) goto fail; in main() 239 if(write_padding(fd, pagesize, sizeof(hdr))) goto fail; in main() 241 if(write(fd, kernel_data, hdr.kernel_size) != hdr.kernel_size) goto fail; in main() 242 if(write_padding(fd, pagesize, hdr.kernel_size)) goto fail; in main() 244 if(write(fd, ramdisk_data, hdr.ramdisk_size) != hdr.ramdisk_size) goto fail; in main() 245 if(write_padding(fd, pagesize, hdr.ramdisk_size)) goto fail; in main() 248 if(write(fd, second_data, hdr.second_size) != hdr.second_size) goto fail; in main() 249 if(write_padding(fd, pagesize, hdr.ramdisk_size)) goto fail; in main() 254 fail: in main()
|
/system/core/adb/ |
D | file_sync_service.c | 175 goto fail; in handle_send_file() 183 goto fail; in handle_send_file() 188 goto fail; in handle_send_file() 191 goto fail; in handle_send_file() 217 fail: in handle_send_file() 364 if(buffer == 0) goto fail; 389 if(do_stat(fd, name)) goto fail; 392 if(do_list(fd, name)) goto fail; 395 if(do_send(fd, name, buffer)) goto fail; 398 if(do_recv(fd, name, buffer)) goto fail; [all …]
|
D | usb_linux.c | 306 goto fail; in usb_bulk_write() 313 goto fail; in usb_bulk_write() 334 fail: in usb_bulk_write() 357 goto fail; in usb_bulk_read() 364 goto fail; in usb_bulk_read() 405 fail: in usb_bulk_read() 579 if(usb->desc < 0) goto fail; in register_device() 585 if(n != 0) goto fail; in register_device() 648 fail: in register_device()
|
D | transport_local.c | 279 int fail = 0; in init_socket_transport() local 302 fail = -1; in init_socket_transport() 307 fail = -1; in init_socket_transport() 315 return fail; in init_socket_transport()
|
D | sockets.c | 587 goto fail; in smart_socket_enqueue() 604 goto fail; in smart_socket_enqueue() 655 goto fail; in smart_socket_enqueue() 671 goto fail; in smart_socket_enqueue() 703 goto fail; in smart_socket_enqueue() 713 goto fail; in smart_socket_enqueue() 733 fail: in smart_socket_enqueue()
|
D | file_sync_client.c | 84 if(len > 1024) goto fail; in sync_ls() 91 goto fail; in sync_ls() 111 fail: in sync_ls() 308 if(len > 1024) goto fail; in sync_send() 376 goto fail; in sync_send() 389 goto fail; in sync_send() 394 goto fail; in sync_send() 416 fail: in sync_send()
|
D | usb_libusb.c | 484 goto fail; in check_device() 501 goto fail; in check_device() 540 fail: in check_device()
|
D | SERVICES.TXT | 51 to the host machine. This will fail if there are more than one such 56 This will fail if there is more than one such emulator instance 62 Will fail if there is more than one such device/emulator available. 73 to the host. This will fail if there is none or more than one. 77 running on the host. This will fail if there is none or more than one.
|
D | protocol.txt | 215 "flash_ramdisk,5038,........\n" "fail,flash write error\n"
|
/system/core/toolbox/ |
D | rm.c | 22 int fail = 0; in unlink_recursive() local 45 fail = 1; in unlink_recursive() 51 if (fail || errno < 0) { in unlink_recursive()
|
/system/extras/sound/ |
D | playwav.c | 232 goto fail; in wav_rec() 239 goto fail; in wav_rec() 244 goto fail; in wav_rec() 251 goto fail; in wav_rec() 256 goto fail; in wav_rec() 268 goto fail; in wav_rec() 272 goto fail; in wav_rec() 288 fail: in wav_rec()
|
/system/core/init/ |
D | logo.c | 61 goto fail; in fb_open() 63 goto fail; in fb_open() 68 goto fail; in fb_open() 72 fail: in fb_open()
|
/system/media/opensles/libopensles/ |
D | ThreadPool.c | 69 goto fail; in ThreadPool_init() 74 goto fail; in ThreadPool_init() 79 goto fail; in ThreadPool_init() 99 goto fail; in ThreadPool_init() 112 goto fail; in ThreadPool_init() 121 goto fail; in ThreadPool_init() 130 fail: in ThreadPool_init()
|
/system/core/liblog/ |
D | event_tag_map.c | 78 goto fail; in android_openEventTagMap() 85 goto fail; in android_openEventTagMap() 93 goto fail; in android_openEventTagMap() 98 goto fail; in android_openEventTagMap() 102 fail: in android_openEventTagMap()
|
/system/extras/tests/fstest/ |
D | README | 8 A file or directory will always fail the ruleset unless there is AT LEAST 10 matching the file or directory name, it will fail if and only if that 12 ignored). Otherwise, it will fail if _any_ matching wildcard or recursive
|
/system/core/libzipfile/ |
D | zipfile.c | 21 if (err != 0) goto fail; in init_zipfile() 24 fail: in init_zipfile()
|
/system/core/include/ctest/ |
D | ctest.h | 44 #define fail(message) assertTrueWithSource(0, __FILE__, __LINE__, message); macro
|
/system/core/libacc/ |
D | acc.cpp | 5421 bool fail = false; in acceptStruct() local 5435 fail = true; in acceptStruct() 5441 if (!fail) { in acceptStruct() 5512 if (!fail) { in acceptStruct() 5518 if (fail) { in acceptStruct()
|