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);
322 const std::string& error_desc() const { return error_desc_; } function in class:cricket::BaseSession
329 // TODO(ronghuawu): remove the SetError method that doesn't take |error_desc|.
330 virtual void SetError(Error error, const std::string& error_desc);
382 std::string* error_desc);
478 std::string* error_desc);
481 std::string* error_desc);
562 virtual void SetError(Error error, const std::string& error_desc);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 890 const std::string error_desc = local
892 LOG(LS_ERROR) << error_desc;
893 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
903 const std::string error_desc = local
905 LOG(LS_ERROR) << error_desc;
906 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
916 const std::string error_desc = local
918 LOG(LS_ERROR) << error_desc;
919 session->SetError(BaseSession::ERROR_CONTENT, error_desc);
    [all...]
channel.cc 65 const std::string& error_desc) {
66 session->SetError(error, error_desc);
69 static void SafeSetError(const std::string& message, std::string* error_desc) {
70 if (error_desc) {
71 *error_desc = message;
269 std::string* error_desc) {
271 this, content, action, error_desc));
276 std::string* error_desc) {
278 this, content, action, error_desc));
634 std::string error_desc; local
648 std::string error_desc; local
717 const std::string error_desc = local
730 const std::string error_desc = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc 3056 std::string error_desc = "Fake session error description."; local
3066 session_error_msg << kSessionErrorDesc << error_desc << "."; local
    [all...]

Completed in 91 milliseconds