Searched refs:success (Results 1 – 11 of 11) sorted by relevance
/system/netd/ |
D | DnsProxyListener.cpp | 94 bool success = true; in sendhostent() local 97 success &= sendLenAndData(c, strlen(hp->h_name)+1, hp->h_name); in sendhostent() 99 success &= sendLenAndData(c, 0, "") == 0; in sendhostent() 103 success &= sendLenAndData(c, strlen(hp->h_aliases[i])+1, hp->h_aliases[i]); in sendhostent() 105 success &= sendLenAndData(c, 0, ""); // null to indicate we're done in sendhostent() 108 success &= c->sendData(&buf, sizeof(buf)) == 0; in sendhostent() 111 success &= c->sendData(&buf, sizeof(buf)) == 0; in sendhostent() 114 success &= sendLenAndData(c, 16, hp->h_addr_list[i]); in sendhostent() 116 success &= sendLenAndData(c, 0, ""); // null to indicate we're done in sendhostent() 117 return success; in sendhostent() [all …]
|
D | InterfaceController.cpp | 118 int success = writeFile(path, value, strlen(value)); in writeIPv6ProcPath() local 120 return success; in writeIPv6ProcPath()
|
/system/media/camera/docs/ |
D | metadata_validate.py | 188 success = True 205 success = False 207 return success 225 success = True 233 success = False 245 success = False 258 success = False 264 success = False 266 return success
|
/system/core/fastboot/ |
D | usb_osx.c | 55 int success; member 222 handle->success = 1; in try_interfaces() 388 h.success = 0; in init_usb() 433 if (h.success) { in init_usb()
|
D | fastboot_protocol.txt | 62 c. OKAY -> success. Go to #5 84 Client: "OKAY" success 90 "OKAY" indicate success
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 13 All test programs should exit with a status code of 0 in case of success, and 1
|
/system/core/sh/ |
D | exec.c | 491 goto success; in find_command() 532 goto success; in find_command() 555 goto success; in find_command() 581 goto success; in find_command() 604 success: in find_command()
|
/system/extras/tests/bionic/libc/ |
D | README.TXT | 14 with a status code of 0 in case of success, and 1 in case of failure.
|
/system/core/libnl_2/ |
D | netlink.c | 198 success: in nl_recvmsgs()
|
/system/core/libnetutils/ |
D | ifc_utils.c | 605 int result, success; in ifc_reset_connections() local 632 success = ioctl(ifc_ctl_sock6, SIOCKILLADDR, &ifr6); in ifc_reset_connections() 634 result = success; in ifc_reset_connections()
|
/system/core/adb/ |
D | OVERVIEW.TXT | 101 1. For success, the 4-byte "OKAY" string
|