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

/external/chromium_org/third_party/webrtc/base/
H A Dwinping.cc154 LOG(LERROR) << "LoadLibrary: " << GetLastError();
162 LOG(LERROR) << "GetProcAddress(ICMP_*): " << GetLastError();
167 LOG(LERROR) << "IcmpCreateFile: " << GetLastError();
175 LOG(LERROR) << "GetProcAddress(ICMP6_*): " << GetLastError();
180 LOG(LERROR) << "Icmp6CreateFile: " << GetLastError();
215 LOG(LERROR) << "IcmpSendEcho: data_size/timeout/ttl is 0.";
263 LOG(LERROR) << "IcmpSendEcho(" << ip.ToSensitiveString()
H A Dlogging.h102 LERROR = LS_ERROR }; enumerator in enum:rtc::LoggingSeverity
H A Dnetwork.cc333 LOG_ERR(LERROR) << "getifaddrs failed to gather interface data: " << error;
H A Dproxydetect.cc589 LOG_GLEM(LERROR, WINHTTP) << "WinHttpGetProxyForUrl faulted!!";
H A Dphysicalsocketserver.cc558 LOG(LERROR) << "pipe failed";
/external/mksh/src/
H A Dmain.c465 unwind(LERROR);
679 case LERROR:
751 case LERROR:
857 * callers of unwind(LERROR) here; exec.c has the regular case.
866 if (i == LEXIT || ((i == LERROR || i == LINTR) &&
873 } else if (Flag(FERREXIT) == 1 && (i == LERROR || i == LINTR)) {
1192 unwind(LERROR);
1208 unwind(LERROR);
1245 * XXX odd use of KEEPASN; also may not want LERROR here
1249 unwind(LERROR);
[all...]
H A Dexec.c482 unwind(LERROR);
780 case LERROR:
H A Dsh.h745 #define LERROR 3 /* errorf() called */ macro
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc99 LOG(LERROR) << "Received response with wrong type: " << msg->type()
H A Dstunport.cc443 PLOG(LERROR, socket_->GetError()) << "sendto";
H A Drelayport.cc677 PLOG(LERROR, error) << "Relay connection failed: socket closed";
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h89 LERROR = LS_ERROR }; enumerator in enum:rtc::LoggingSeverity
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc489 LOG(LERROR) << error;

Completed in 7772 milliseconds