Searched refs:success (Results 1 – 12 of 12) sorted by relevance
/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/netd/ |
D | DnsProxyListener.cpp | 100 bool success = true; in sendhostent() local 103 success &= sendLenAndData(c, strlen(hp->h_name)+1, hp->h_name); in sendhostent() 105 success &= sendLenAndData(c, 0, "") == 0; in sendhostent() 109 success &= sendLenAndData(c, strlen(hp->h_aliases[i])+1, hp->h_aliases[i]); in sendhostent() 111 success &= sendLenAndData(c, 0, ""); // null to indicate we're done in sendhostent() 114 success &= c->sendData(&buf, sizeof(buf)) == 0; in sendhostent() 117 success &= c->sendData(&buf, sizeof(buf)) == 0; in sendhostent() 120 success &= sendLenAndData(c, 16, hp->h_addr_list[i]); in sendhostent() 122 success &= sendLenAndData(c, 0, ""); // null to indicate we're done in sendhostent() 123 return success; in sendhostent() [all …]
|
D | InterfaceController.cpp | 120 int success = writeFile(path, value, strlen(value)); in writeIPv6ProcPath() local 122 return success; in writeIPv6ProcPath() 175 int success = readFile(path, buf, &size); in getMtu() local 176 if (!success && mtu) in getMtu() 179 return success; in getMtu() 187 int success = writeFile(path, mtu, strlen(mtu)); in setMtu() local 189 return success; in setMtu()
|
/system/core/libmincrypt/test/ |
D | rsa_test.c | 809 success = success && result; \ in main() 812 int success = 1; in main() local 835 printf("\n%s\n\n", success ? "PASS" : "FAIL"); in main() 837 return !success; in main()
|
/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
|