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

1 2

  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 78 Compiler::GetErrorString(result));
129 Linker::GetErrorString(result));
166 Compiler::GetErrorString(result));
186 pOutputFd, Linker::GetErrorString(result));
207 Linker::GetErrorString(result));
  /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...]
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 75 static const char *GetErrorString(enum ErrorCode pErrCode);
Linker.h 61 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/libbcc/tools/mcld/
Main.cpp 279 << Linker::GetErrorString(result) << ")\n";
297 << Linker::GetErrorString(result) << ")\n";
328 << ": " << Linker::GetErrorString(result) << ")\n";
336 << ": " << Linker::GetErrorString(result) << ")\n";
352 << Linker::GetErrorString(result) << "\n";
  /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/libbcc/lib/Core/
Linker.cpp 33 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) {
84 ALOGE("%s (%s)", GetErrorString(err), triple.c_str());
Compiler.cpp 38 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
105 ALOGE("%s (%s, features: %s)", GetErrorString(err),
  /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/Renderscript/
RSCompilerDriver.cpp 271 Compiler::GetErrorString(err));
284 Compiler::GetErrorString(compile_result));
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 146 return_value->SetString("error_string", wifi->GetErrorString());
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 220 << Compiler::GetErrorString(result) << ")\n";
280 << Compiler::GetErrorString(result) << ".)\n";
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 213 << Compiler::GetErrorString(result) << ")\n";
  /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/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...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 456 str += WrapWithTD(network->failed() ? network->GetErrorString() : "");
    [all...]
browser_main.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 689 dictionary->SetString("errorState", cellular->GetErrorString());
    [all...]

Completed in 1563 milliseconds

1 2