HomeSort by relevance Sort by last modified time
    Searched refs:GetErrorString (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/automation/
automation_event_observers_chromeos.cc 25 VLOG(1) << "Login failed, error=" << error.GetErrorString();
26 _NotifyLoginEvent(error.GetErrorString());
automation_provider_observers_chromeos.cc 70 return_value->SetString("error_string", error.GetErrorString());
174 return_value->SetString("error_string", error.GetErrorString());
  /external/chromium/chrome/browser/chromeos/login/
login_status_consumer.h 57 const std::string GetErrorString() const {
existing_user_controller.cc 246 std::string error = failure.GetErrorString();
google_authenticator.cc 356 LOG(WARNING) << "Login failed: " << error.GetErrorString();
parallel_authenticator.cc 208 LOG(WARNING) << "Login failed: " << error.GetErrorString();
screen_locker.cc 822 const std::string error_text = error.GetErrorString();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_status_consumer.h 66 const std::string GetErrorString() const {
parallel_authenticator.cc 427 LOG(WARNING) << "Login failed: " << error.GetErrorString();
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 74 static const char *GetErrorString(enum ErrorCode pErrCode);
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 54 static const char *GetErrorString(enum ErrorCode pErrCode);
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 268 << Linker::GetErrorString(result) << ")\n";
286 << Linker::GetErrorString(result) << ")\n";
317 << ": " << Linker::GetErrorString(result) << ")\n";
325 << ": " << Linker::GetErrorString(result) << ")\n";
341 << Linker::GetErrorString(result) << "\n";
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 26 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
77 ALOGE("%s (%s)", GetErrorString(err), triple.c_str());
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 39 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
100 ALOGE("%s (%s, features: %s)", GetErrorString(err),
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 152 << Compiler::GetErrorString(result) << ")\n";
175 << Compiler::GetErrorString(result) << ".)\n";
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 146 return_value->SetString("error_string", wifi->GetErrorString());
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 271 Compiler::GetErrorString(err));
296 Compiler::GetErrorString(compile_result));
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 212 << Compiler::GetErrorString(result) << ")\n";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 138 err_a2 = MacOS.GetErrorString(errn)
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 122 error_msg = vpn->GetErrorString();
wifi_config_view.cc 384 error_msg = wifi->GetErrorString();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 155 LOG(ERROR) << "Login Failure: " << error.GetErrorString();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 336 static std::string GetErrorString(cricket::BaseSession::Error err) {
356 set_state_err.append(GetErrorString(err));
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 321 std::string GetErrorString() const;
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 744 << "\n error=" << network->GetErrorString().c_str()
    [all...]

Completed in 465 milliseconds

1 2