/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
D | localization_test.cc | 141 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/ |
D | android_cache_database.cc | 51 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 …]
|
D | android_urls_database.cc | 29 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/ |
D | mobile_activator.cc | 95 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 …]
|
D | mobile_activator.h | 39 std::string GetErrorMessage(const std::string& code); 259 std::string GetErrorMessage(const std::string& code) const;
|
/external/chromium_org/base/json/ |
D | json_reader.cc | 70 *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()
|
D | json_reader.h | 126 std::string GetErrorMessage() const;
|
/external/chromium_org/sql/ |
D | connection.cc | 295 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/ |
D | alternate_version_generator_main.cc | 51 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/ |
D | net_log_logger_unittest.cc | 42 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/ |
D | TreeParser.cs | 165 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/ |
D | TreeParser.cs | 181 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/ |
D | cloud_print_utils.h | 18 base::string16 GetErrorMessage(HRESULT hr);
|
D | cloud_print_utils.cc | 40 base::string16 GetErrorMessage(HRESULT hr) { in GetErrorMessage() function
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_launch_error.h | 33 static std::string GetErrorMessage(Error error);
|
D | kiosk_app_launch_error.cc | 23 std::string KioskAppLaunchError::GetErrorMessage(Error error) { in GetErrorMessage() function in chromeos::KioskAppLaunchError
|
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/ |
D | localization.h | 60 std::string GetErrorMessage(const AddressData& address,
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | form_field_error.h | 67 base::string16 GetErrorMessage() const;
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 353 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/ |
D | virtual_driver_helpers.cc | 22 ::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/ |
D | Lexer.cs | 280 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/ |
D | Lexer.cs | 336 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/ |
D | demo_app_launcher.cc | 106 KioskAppLaunchError::GetErrorMessage(error); in OnProfileLoadFailed()
|
/external/chromium_org/components/history/core/browser/ |
D | in_memory_database.cc | 27 NOTREACHED() << "Cannot open databse " << GetDB().GetErrorMessage(); in InitDB()
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | mobile_device.cc | 24 json_reader.GetErrorMessage()); in FindMobileDevice()
|