Searched refs:ErrorName (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/base/ |
D | httpcommon.cc | 941 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate() 1007 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate() 1018 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate() 1033 << ErrorName(ret, SECURITY_ERRORS); in HttpAuthenticate()
|
D | logging.h | 85 std::string ErrorName(int err, const ConstantLabel* err_table);
|
D | logging.cc | 76 std::string ErrorName(int err, const ConstantLabel* err_table) { in ErrorName() function
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmpplogintask.cc | 89 << rtc::ErrorName(state_, LOGINTASK_STATES); in Advance()
|
/external/tinyxml2/ |
D | xmltest.cpp | 1691 …st( "Loading an empty file and ErrorName as string", "XML_ERROR_EMPTY_DOCUMENT", doc.ErrorName() ); in main() 1928 XMLTest( "Issue 302. Should be no error initially", "XML_SUCCESS", doc.ErrorName() ); in main() 1930 XMLTest( "Issue 302. Fail to save", "XML_ERROR_FILE_COULD_NOT_BE_OPENED", doc.ErrorName() ); in main() 1932 XMLTest( "Issue 302. Subsequent success in saving", "XML_SUCCESS", doc.ErrorName() ); in main()
|
D | tinyxml2.h | 1826 const char* ErrorName() const;
|
D | tinyxml2.cpp | 2375 const char* XMLDocument::ErrorName() const in ErrorName() function in tinyxml2::XMLDocument
|