Lines Matching defs:error
86 LOG(ERROR) << "JDWP net startup failed (req port=" << options->port << ")";
122 PLOG(probe ? ERROR : FATAL) << "Socket create failed";
130 PLOG(probe ? ERROR : FATAL) << "setsockopt(SO_REUSEADDR) failed";
144 PLOG(probe ? ERROR : FATAL) << "Attempt to bind to port " << port << " failed";
151 PLOG(probe ? ERROR : FATAL) << "Listen failed";
231 PLOG(ERROR) << "accept failed";
234 PLOG(ERROR) << "accept failed";
278 int error;
279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error);
281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error);
306 PLOG(ERROR) << "Unable to create socket";
314 PLOG(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrInet.sin_port);
345 * Returns "false" on error (indicating that the connection has been severed),
411 PLOG(ERROR) << "select failed";
417 LOG(ERROR) << "Exit wake set, but not exiting?";
473 LOG(ERROR) << StringPrintf("ERROR: bad handshake '%.14s'", input_buffer_);
480 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";