HomeSort by relevance Sort by last modified time
    Searched defs:error_desc (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Expression/
ClangUserExpression.cpp 904 const char *error_desc = NULL; local
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 844 const char *error_desc = NULL; local
847 error_desc = "error: invalid packet (too short): ";
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 151 std::string* error_desc);
154 std::string* error_desc);
343 const std::string& error_desc() const { return error_desc_; } function in class:cricket::BaseSession
350 // TODO(ronghuawu): remove the SetError method that doesn't take |error_desc|.
351 virtual void SetError(Error error, const std::string& error_desc);
403 std::string* error_desc);
499 std::string* error_desc);
502 std::string* error_desc);
583 virtual void SetError(Error error, const std::string& error_desc);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 893 const std::string error_desc = local
895 LOG(LS_ERROR) << error_desc;
896 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
906 const std::string error_desc = local
908 LOG(LS_ERROR) << error_desc;
909 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
919 const std::string error_desc = local
921 LOG(LS_ERROR) << error_desc;
922 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
    [all...]
channel.cc 66 const std::string& error_desc) {
67 session->SetError(error, error_desc);
70 static void SafeSetError(const std::string& message, std::string* error_desc) {
71 if (error_desc) {
72 *error_desc = message;
284 std::string* error_desc) {
286 this, content, action, error_desc));
291 std::string* error_desc) {
293 this, content, action, error_desc));
649 std::string error_desc; local
663 std::string error_desc; local
732 const std::string error_desc = local
745 const std::string error_desc = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 2940 std::string error_desc = "Fake session error description."; local
2950 session_error_msg << kSessionErrorDesc << error_desc << "."; local
    [all...]

Completed in 800 milliseconds