/system/core/libdiskconfig/ |
D | diskconfig.c | 157 goto fail; in load_diskconfig() 165 goto fail; in load_diskconfig() 170 goto fail; in load_diskconfig() 176 goto fail; in load_diskconfig() 183 goto fail; in load_diskconfig() 188 goto fail; in load_diskconfig() 191 goto fail; in load_diskconfig() 199 goto fail; in load_diskconfig() 205 goto fail; in load_diskconfig() 210 goto fail; in load_diskconfig() [all …]
|
D | diskutils.c | 47 goto fail; in write_raw_image() 53 goto fail; in write_raw_image() 58 goto fail; in write_raw_image() 68 goto fail; in write_raw_image() 89 goto fail; in write_raw_image() 99 goto fail; in write_raw_image() 112 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() 257 goto fail; in config_mbr() 283 goto fail; in config_mbr() 294 goto fail; in config_mbr() 303 goto fail; in config_mbr() 311 fail: in config_mbr()
|
/system/bt/test/suite/ |
D | main.c | 197 int fail = 0; in main() local 211 ++fail; in main() 220 if (fail) { in main() 221 printf("\n%sSanity suite failed with %d errors.%s\n", RED, fail, DEFAULT); in main() 237 ++fail; in main() 247 if (fail) { in main() 248 …printf("%d/%d tests failed. See above for failed test cases.\n", fail, sanity_suite_size + test_su… in main()
|
/system/core/mkbootimg/ |
D | mkbootimg.c | 266 if(write(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) goto fail; in main() 267 if(write_padding(fd, pagesize, sizeof(hdr))) goto fail; in main() 269 if(write(fd, kernel_data, hdr.kernel_size) != (ssize_t) hdr.kernel_size) goto fail; in main() 270 if(write_padding(fd, pagesize, hdr.kernel_size)) goto fail; in main() 272 if(write(fd, ramdisk_data, hdr.ramdisk_size) != (ssize_t) hdr.ramdisk_size) goto fail; in main() 273 if(write_padding(fd, pagesize, hdr.ramdisk_size)) goto fail; in main() 276 if(write(fd, second_data, hdr.second_size) != (ssize_t) hdr.second_size) goto fail; in main() 277 if(write_padding(fd, pagesize, hdr.second_size)) goto fail; in main() 286 fail: in main()
|
/system/core/adb/ |
D | file_sync_service.cpp | 218 goto fail; in handle_send_file() 226 goto fail; in handle_send_file() 231 goto fail; in handle_send_file() 234 goto fail; in handle_send_file() 263 fail: in handle_send_file() 421 if(buffer == 0) goto fail; in file_sync_service() 446 if(do_stat(fd, name)) goto fail; in file_sync_service() 449 if(do_list(fd, name)) goto fail; in file_sync_service() 452 if(do_send(fd, name, buffer)) goto fail; in file_sync_service() 455 if(do_recv(fd, name, buffer)) goto fail; in file_sync_service() [all …]
|
D | transport_local.cpp | 385 int fail = 0; in init_socket_transport() local 408 fail = -1; in init_socket_transport() 413 fail = -1; in init_socket_transport() 421 return fail; in init_socket_transport()
|
D | usb_linux.cpp | 336 goto fail; in usb_bulk_write() 343 goto fail; in usb_bulk_write() 364 fail: in usb_bulk_write() 388 goto fail; in usb_bulk_read() 395 goto fail; in usb_bulk_read() 437 fail: in usb_bulk_read()
|
D | sockets.cpp | 706 goto fail; in smart_socket_enqueue() 723 goto fail; in smart_socket_enqueue() 774 goto fail; in smart_socket_enqueue() 790 goto fail; in smart_socket_enqueue() 822 goto fail; in smart_socket_enqueue() 832 goto fail; in smart_socket_enqueue() 853 fail: in smart_socket_enqueue()
|
D | file_sync_client.cpp | 101 if(len > 1024) goto fail; in sync_ls() 108 goto fail; in sync_ls() 128 fail: in sync_ls() 348 if(len > 1024) goto fail; in sync_send() 359 goto fail; in sync_send() 370 goto fail; in sync_send() 375 goto fail; in sync_send() 397 fail: in sync_send()
|
D | SERVICES.TXT | 53 to the host machine. This will fail if there are more than one such 58 This will fail if there is more than one such emulator instance 64 Will fail if there is more than one such device/emulator available. 75 to the host. This will fail if there is none or more than one. 79 running on the host. This will fail if there is none or more than one. 122 fail it there is already a forward connection from <local>.
|
D | protocol.txt | 234 "flash_ramdisk,5038,........\n" "fail,flash write error\n"
|
/system/core/libcutils/ |
D | fs.c | 94 goto fail; in fs_read_atomic_int() 98 goto fail; in fs_read_atomic_int() 103 fail: in fs_read_atomic_int() 126 goto fail; in fs_write_atomic_int() 130 goto fail; in fs_write_atomic_int() 144 fail: in fs_write_atomic_int()
|
/system/vold/ |
D | MoveTask.cpp | 180 if (mFrom->getType() != VolumeBase::Type::kEmulated) goto fail; in run() 181 if (mTo->getType() != VolumeBase::Type::kEmulated) goto fail; in run() 193 goto fail; in run() 198 goto fail; in run() 209 goto fail; in run() 215 fail: in run()
|
D | VolumeManager.cpp | 1068 goto fail; in resizeAsec() 1073 goto fail; in resizeAsec() 1078 goto fail; in resizeAsec() 1084 goto fail; in resizeAsec() 1098 goto fail; in resizeAsec() 1102 fail: in resizeAsec()
|
/system/extras/sound/ |
D | playwav.c | 234 goto fail; in wav_rec() 241 goto fail; in wav_rec() 246 goto fail; in wav_rec() 253 goto fail; in wav_rec() 258 goto fail; in wav_rec() 270 goto fail; in wav_rec() 274 goto fail; in wav_rec() 290 fail: in wav_rec()
|
/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()
|
D | README | 135 If messages fail, a negative error code will be returned to the caller.
|
/system/extras/ext4_utils/ |
D | unencrypted_properties.h | 66 return !o.fail(); in Set()
|
D | unencrypted_properties.cpp | 68 return !o.fail(); in Set()
|
/system/netd/server/ |
D | BandwidthController.cpp | 635 goto fail; in setInterfaceSharedQuota() 647 goto fail; in setInterfaceSharedQuota() 653 fail: in setInterfaceSharedQuota() 750 goto fail; in setInterfaceQuota() 759 goto fail; in setInterfaceQuota() 765 fail: in setInterfaceQuota()
|
/system/media/camera/docs/ |
D | metadata_helpers_test.py | 111 self.fail("Should not return anything for empty list")
|
/system/extras/tests/sdcard/ |
D | sdcard_perf_test.cpp | 587 goto fail; in writeTestFile() 595 fail: in writeTestFile()
|
/system/extras/tests/net_test/ |
D | ping6_test.py | 232 self.fail("Unknown socket address family %d" * s.family)
|