Searched defs:failed (Results 1 - 2 of 2) sorted by relevance

/system/extras/tests/bionic/libc/glibc/assert/
H A Dtest-assert.c50 volatile int failed = 1; local
62 failed = 0; /* should happen */
67 failed = 1; /* should not happen */
72 failed = 1; /* should not happen */
77 failed = 1;
81 failed = 1;
85 failed = 1;
87 return failed;
/system/netd/
H A DDnsProxyListener.cpp80 // getaddrinfo failed
199 asprintf(&msg, "inet_pton(\"%s\") failed %s", addrStr, strerror(errno));
250 bool failed = true; local
252 failed = mClient->sendBinaryMsg(ResponseCode::DnsProxyQueryResult,
257 failed = mClient->sendBinaryMsg(ResponseCode::DnsProxyOperationFailed,
261 if (failed) {

Completed in 87 milliseconds