HomeSort by relevance Sort by last modified time
    Searched refs:GetErrorString (Results 1 - 25 of 34) 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 101 return_value->SetString("error_string", error.GetErrorString());
208 return_value->SetString("error_string", error.GetErrorString());
303 return_value->SetString("error_string", network->GetErrorString());
395 return_value->SetString("error_string", virt->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 65 const std::string GetErrorString() const {
parallel_authenticator.cc 410 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();
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 163 LOG(ERROR) << "Login Failure: " << error.GetErrorString();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 439 std::string Network::GetErrorString() const {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 540 << "\n error=" << network->GetErrorString()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 297 static std::string GetErrorString(cricket::BaseSession::Error err) {
317 set_state_err.append(GetErrorString(err));
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 321 std::string GetErrorString() const;
    [all...]

Completed in 1268 milliseconds

1 2