Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dwinping.cc154 LOG(LERROR) << "LoadLibrary: " << GetLastError(); in WinPing()
162 LOG(LERROR) << "GetProcAddress(ICMP_*): " << GetLastError(); in WinPing()
167 LOG(LERROR) << "IcmpCreateFile: " << GetLastError(); in WinPing()
175 LOG(LERROR) << "GetProcAddress(ICMP6_*): " << GetLastError(); in WinPing()
180 LOG(LERROR) << "Icmp6CreateFile: " << GetLastError(); in WinPing()
215 LOG(LERROR) << "IcmpSendEcho: data_size/timeout/ttl is 0."; in Ping()
263 LOG(LERROR) << "IcmpSendEcho(" << ip.ToSensitiveString() in Ping()
Dlogging.h102 LERROR = LS_ERROR }; enumerator
Dnetwork.cc333 LOG_ERR(LERROR) << "getifaddrs failed to gather interface data: " << error; in CreateNetworks()
Dproxydetect.cc589 LOG_GLEM(LERROR, WINHTTP) << "WinHttpGetProxyForUrl faulted!!"; in LogGetProxyFault()
Dphysicalsocketserver.cc558 LOG(LERROR) << "pipe failed"; in EventDispatcher()
/external/mksh/src/
Dmain.c465 unwind(LERROR); in main_init()
679 case LERROR: in include()
751 case LERROR: in shell()
866 if (i == LEXIT || ((i == LERROR || i == LINTR) && in unwind()
873 } else if (Flag(FERREXIT) == 1 && (i == LERROR || i == LINTR)) { in unwind()
1192 unwind(LERROR); in errorfx()
1208 unwind(LERROR); in errorf()
1249 unwind(LERROR); in bi_errorf()
1262 unwind(LERROR); in internal_errorf()
Dexec.c482 unwind(LERROR); in execute()
780 case LERROR: in comexec()
Dsh.h745 #define LERROR 3 /* errorf() called */ macro
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
Dlogging.h89 LERROR = LS_ERROR }; enumerator
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstunrequest.cc99 LOG(LERROR) << "Received response with wrong type: " << msg->type() in CheckResponse()
Dstunport.cc443 PLOG(LERROR, socket_->GetError()) << "sendto"; in OnSendPacket()
Drelayport.cc677 PLOG(LERROR, error) << "Relay connection failed: socket closed"; in OnSocketClose()
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.cc489 LOG(LERROR) << error; in OnFailure()