Home
last modified time | relevance | path

Searched refs:GetErrorMessage (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
Dlocalization_test.cc141 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
144 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
147 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
150 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
162 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
165 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
168 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
171 localization.GetErrorMessage(address, POSTAL_CODE, in TEST()
191 localization.GetErrorMessage( in TEST()
194 localization.GetErrorMessage( in TEST()
[all …]
/external/chromium_org/chrome/browser/history/android/
Dandroid_cache_database.cc51 LOG(ERROR) << GetDB().GetErrorMessage(); in AddBookmarkCacheRow()
62 LOG(ERROR) << GetDB().GetErrorMessage(); in ClearAllBookmarkCache()
89 LOG(ERROR) << GetDB().GetErrorMessage(); in MarkURLsAsBookmarked()
104 LOG(ERROR) << GetDB().GetErrorMessage(); in SetFaviconID()
121 LOG(ERROR) << GetDB().GetErrorMessage(); in AddSearchTerm()
150 LOG(ERROR) << GetDB().GetErrorMessage(); in GetSearchTerm()
192 LOG(ERROR) << connection.GetErrorMessage(); in CreateDatabase()
215 LOG(ERROR) << GetDB().GetErrorMessage(); in CreateBookmarkCacheTable()
223 LOG(ERROR) << GetDB().GetErrorMessage(); in CreateBookmarkCacheTable()
242 LOG(ERROR) << GetDB().GetErrorMessage(); in CreateSearchTermsTable()
[all …]
Dandroid_urls_database.cc29 LOG(ERROR) << GetDB().GetErrorMessage(); in CreateAndroidURLsTable()
35 LOG(ERROR) << GetDB().GetErrorMessage(); in CreateAndroidURLsTable()
41 LOG(ERROR) << GetDB().GetErrorMessage(); in CreateAndroidURLsTable()
62 LOG(ERROR) << GetDB().GetErrorMessage(); in AddAndroidURLRow()
109 LOG(ERROR) << GetDB().GetErrorMessage(); in DeleteAndroidURLRows()
131 LOG(ERROR) << GetDB().GetErrorMessage(); in UpdateAndroidURLRow()
136 LOG(ERROR) << GetDB().GetErrorMessage(); in UpdateAndroidURLRow()
/external/chromium_org/chrome/browser/chromeos/mobile/
Dmobile_activator.cc95 std::string CellularConfigDocument::GetErrorMessage(const std::string& code) { in GetErrorMessage() function in chromeos::CellularConfigDocument
368 GetErrorMessage(kErrorNoService)); in HandlePortalLoaded()
385 GetErrorMessage(kErrorNoService)); in HandlePortalLoaded()
392 GetErrorMessage(kFailedPaymentError)); in HandlePortalLoaded()
424 ChangeState(NULL, PLAN_ACTIVATION_ERROR, GetErrorMessage(error)); in StartActivation()
527 GetErrorMessage(kErrorDefault)); in HandleOTASPTimeout()
535 GetErrorMessage(kErrorDefault)); in HandleOTASPTimeout()
544 GetErrorMessage(kErrorDefault)); in HandleOTASPTimeout()
553 GetErrorMessage(kErrorDefault)); in HandleOTASPTimeout()
603 GetErrorMessage(kFailedConnectivity)); in ReconnectTimedOut()
[all …]
Dmobile_activator.h39 std::string GetErrorMessage(const std::string& code);
259 std::string GetErrorMessage(const std::string& code) const;
/external/chromium_org/base/json/
Djson_reader.cc70 *error_msg_out = parser.GetErrorMessage(); in ReadAndReturnError()
110 std::string JSONReader::GetErrorMessage() const { in GetErrorMessage() function in base::JSONReader
111 return parser_->GetErrorMessage(); in GetErrorMessage()
Djson_reader.h126 std::string GetErrorMessage() const;
/external/chromium_org/sql/
Dconnection.cc295 DLOG(FATAL) << "sqlite3_close failed: " << GetErrorMessage(); in CloseInternal()
359 DLOG(WARNING) << "Could not get cache size " << GetErrorMessage(); in TrimMemory()
370 DLOG(WARNING) << "Could not shrink cache size: " << GetErrorMessage(); in TrimMemory()
376 DLOG(WARNING) << "Could not restore cache size: " << GetErrorMessage(); in TrimMemory()
677 DLOG(FATAL) << "SQL Error in " << sql << ", " << GetErrorMessage(); in Execute()
728 DLOG(FATAL) << "SQL compile error " << GetErrorMessage(); in GetUniqueStatement()
747 DLOG(FATAL) << "SQL compile error " << GetErrorMessage(); in GetUntrackedStatement()
856 const char* Connection::GetErrorMessage() const { in GetErrorMessage() function in sql::Connection
1062 << ": " << GetErrorMessage() in OnSqliteError()
1075 DLOG(FATAL) << GetErrorMessage(); in OnSqliteError()
/external/chromium_org/chrome/installer/test/
Dalternate_version_generator_main.cc51 const wchar_t* GetErrorMessage(ErrorCode error_code) { in GetErrorMessage() function
64 const wchar_t* error_message = errors::GetErrorMessage(error_code); in DumpUsage()
67 errors::GetErrorMessage(error_code)); in DumpUsage()
/external/chromium_org/net/base/
Dnet_log_logger_unittest.cc42 ASSERT_TRUE(root) << reader.GetErrorMessage(); in TEST_F()
74 ASSERT_TRUE(root) << reader.GetErrorMessage(); in TEST_F()
109 ASSERT_TRUE(root) << reader.GetErrorMessage(); in TEST_F()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.Tree.TreeParser
174 return base.GetErrorMessage(e, tokenNames); in GetErrorMessage()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.Tree.TreeParser
193 return base.GetErrorMessage( e, tokenNames ); in GetErrorMessage()
/external/chromium_org/cloud_print/common/win/
Dcloud_print_utils.h18 base::string16 GetErrorMessage(HRESULT hr);
Dcloud_print_utils.cc40 base::string16 GetErrorMessage(HRESULT hr) { in GetErrorMessage() function
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_launch_error.h33 static std::string GetErrorMessage(Error error);
Dkiosk_app_launch_error.cc23 std::string KioskAppLaunchError::GetErrorMessage(Error error) { in GetErrorMessage() function in chromeos::KioskAppLaunchError
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
Dlocalization.h60 std::string GetErrorMessage(const AddressData& address,
/external/chromium_org/components/autofill/content/browser/wallet/
Dform_field_error.h67 base::string16 GetErrorMessage() const;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs353 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.SlimLexer
393 msg = base.GetErrorMessage( e, tokenNames ); in GetErrorMessage()
/external/chromium_org/cloud_print/virtual_driver/win/
Dvirtual_driver_helpers.cc22 ::MessageBox(hwnd, GetErrorMessage(hr).c_str(), caption.c_str(), MB_OK); in DisplayWindowsMessage()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) { in GetErrorMessage() method in Antlr.Runtime.Lexer
306 msg = base.GetErrorMessage(e, tokenNames); in GetErrorMessage()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames ) in GetErrorMessage() method in Antlr.Runtime.Lexer
376 msg = base.GetErrorMessage( e, tokenNames ); in GetErrorMessage()
/external/chromium_org/chrome/browser/chromeos/login/demo_mode/
Ddemo_app_launcher.cc106 KioskAppLaunchError::GetErrorMessage(error); in OnProfileLoadFailed()
/external/chromium_org/components/history/core/browser/
Din_memory_database.cc27 NOTREACHED() << "Cannot open databse " << GetDB().GetErrorMessage(); in InitDB()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dmobile_device.cc24 json_reader.GetErrorMessage()); in FindMobileDevice()

123