Home
last modified time | relevance | path

Searched refs:success (Results 1 – 12 of 12) sorted by relevance

/system/media/camera/docs/
Dmetadata_validate.py188 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/
DDnsProxyListener.cpp100 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 …]
DInterfaceController.cpp120 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/
Drsa_test.c809 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/
Dusb_osx.c55 int success; member
222 handle->success = 1; in try_interfaces()
388 h.success = 0; in init_usb()
433 if (h.success) { in init_usb()
Dfastboot_protocol.txt62 c. OKAY -> success. Go to #5
84 Client: "OKAY" success
90 "OKAY" indicate success
/system/extras/tests/bionic/libstdc++/
DREADME.TXT13 All test programs should exit with a status code of 0 in case of success, and 1
/system/core/sh/
Dexec.c491 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/
DREADME.TXT14 with a status code of 0 in case of success, and 1 in case of failure.
/system/core/libnl_2/
Dnetlink.c198 success: in nl_recvmsgs()
/system/core/libnetutils/
Difc_utils.c605 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/
DOVERVIEW.TXT101 1. For success, the 4-byte "OKAY" string