Home
last modified time | relevance | path

Searched refs:LERROR (Results 1 – 13 of 13) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwinping.cc147 LOG(LERROR) << "LoadLibrary: " << GetLastError(); in WinPing()
155 LOG(LERROR) << "GetProcAddress(ICMP_*): " << GetLastError(); in WinPing()
161 LOG(LERROR) << "IcmpCreateFile: " << GetLastError(); in WinPing()
222 LOG(LERROR) << "IcmpSendEcho(" << talk_base::SocketAddress::IPToString(ip) in Ping()
Dnetwork.cc91 LOG(LERROR) << "Expecting '" << ch << "'"; in ParseCheck()
106 LOG(LERROR) << "mismatched '{' and '}'"; in ParseString()
130 LOG(LERROR) << "Unexpected characters at end"; in ParseMap()
239 LOG_ERR(LERROR) << "socket"; in CreateNetworks()
248 LOG_ERR(LERROR) << "ioctl"; in CreateNetworks()
Dlogging.h117 LERROR = LS_ERROR }; enumerator
Dproxydetect.cc604 LOG_GLEM(LERROR, WINHTTP) << "WinHttpGetProxyForUrl faulted!!"; in LogGetProxyFault()
Dphysicalsocketserver.cc527 LOG(LERROR) << "pipe failed"; in EventDispatcher()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc185 LOG(LERROR) << "wrong message length (" << rest << " != " << buf->Length() in Read()
441 LOG(LERROR) << "error-code bits not zero"; in Read()
525 LOG(LERROR) << "transport-preferences bits not zero"; in Read()
531 LOG(LERROR) << "transport-preferences imcompatible P and Typ"; in Read()
Dstunrequest.cc96 LOG(LERROR) << "Received response with wrong type: " << msg->type() in CheckResponse()
Dstunport.cc252 PLOG(LERROR, socket_->GetError()) << "sendto"; in OnSendPacket()
Drelayport.cc640 PLOG(LERROR, error) << "Relay connection failed: socket closed"; in OnSocketClose()
/external/mksh/src/
Dmain.c446 unwind(LERROR); in main()
636 case LERROR: in include()
708 case LERROR: in shell()
801 if (i == LEXIT || (Flag(FERREXIT) && (i == LERROR || i == LINTR) && in unwind()
807 } else if (Flag(FERREXIT) && (i == LERROR || i == LINTR)) { in unwind()
1084 unwind(LERROR); in errorfx()
1100 unwind(LERROR); in errorf()
1141 unwind(LERROR); in bi_errorf()
1154 unwind(LERROR); in internal_errorf()
Dexec.c487 unwind(LERROR); in execute()
759 case LERROR: in comexec()
Dsh.h603 #define LERROR 3 /* errorf() called */ macro
/external/chromium/third_party/libjingle/overrides/talk/base/
Dlogging.h120 LERROR = LS_ERROR }; enumerator