HomeSort by relevance Sort by last modified time
    Searched defs:err_str (Results 1 - 20 of 20) sorted by null

  /external/lldb/tools/debugserver/source/
DNBError.cpp 75 const char *err_str = AsString(); local
76 if (err_str == NULL)
77 err_str = "???";
78 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err);
97 const char *err_str = AsString(); local
98 if (err_str == NULL)
99 err_str = "???";
100 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err);
RNBContext.cpp 243 const char *err_str = m_launch_status.AsString(); local
244 if (err_str)
245 s = err_str;
debugserver.cpp 347 char err_str[1024]; local
348 pid = DNBProcessAttach (attach_pid, NULL, err_str, sizeof(err_str));
354 if (err_str[0])
355 ctx.LaunchStatus().SetErrorString(err_str);
1254 char err_str[1024] = {'\\0'}; local
    [all...]
RNBRemote.cpp 3133 char err_str[1024]={'\\0'}; local
    [all...]
  /hardware/libhardware/
hardware.c 81 char const *err_str = dlerror(); local
82 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
  /external/chromium_org/third_party/hwcplus/src/
hardware.c 93 char const *err_str = dlerror(); local
94 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
  /external/lldb/source/Core/
Error.cpp 54 Error::Error (const char* err_str):
59 SetErrorString(err_str);
198 const char *err_str = AsCString(); local
199 if (err_str == NULL)
200 err_str = "???";
202 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code);
237 const char *err_str = AsCString(); local
238 if (err_str == NULL)
239 err_str = "???";
241 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code)
    [all...]
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 65 const std::string err_str = sys::StrError(); local
66 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
75 const std::string err_str = sys::StrError(); local
77 << err_str << "\n");
  /external/chromium_org/components/sync_driver/
generic_change_processor.cc 673 std::string err_str = "Server did not create the top-level " + type_name + local
679 LOG(ERROR) << err_str;
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 592 char const *err_str = dlerror(); local
593 ALOGE("%s dlclose failed, error: %s", __func__, err_str ?: "unknown");
  /external/lldb/source/Target/
StopInfo.cpp 441 const char *err_str = condition_error.AsCString("<Unknown Error>"); local
443 log->Printf("Error evaluating condition: \"%s\"\n", err_str);
445 error_sp->PutCString (err_str);
751 const char *err_str = error.AsCString("<Unknown Error>"); local
753 log->Printf("Error evaluating condition: \"%s\"\n", err_str);
755 error_sp->PutCString (err_str)
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 861 char err_str[100]; local
    [all...]
  /external/lldb/source/Commands/
CommandObjectBreakpoint.cpp 455 char err_str[1024]; local
456 regexp.GetErrorAsCString(err_str, sizeof(err_str));
458 err_str);
492 char err_str[1024]; local
493 regexp.GetErrorAsCString(err_str, sizeof(err_str));
495 err_str);
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 868 char err_str[err_len]; local
879 if (!terminal.OpenFirstAvailableMaster(O_RDWR | O_NOCTTY, err_str, err_len))
886 if ((pid = terminal.Fork(err_str, err_len)) == -1)
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 1097 char err_str[err_len]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 223 /* static char err_str[ERR_STR_LEN]; */
285 char * err_str; local
288 err_str = tss->errstr;
289 SDL_strlcpy(err_str, "dlcompat: ", ERR_STR_LEN);
290 vsnprintf(err_str + 10, ERR_STR_LEN - 10, str, arg);
292 debug("ERROR: %s\n", err_str);
1176 const char * err_str = NULL; local
1181 err_str = tss->errstr;
1183 return (err_str);
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 1237 const HChar* err_str = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1406 const char *err_str; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 944 const char *err_str; local
956 err_str = X509_verify_cert_error_string(err);
975 depth, err, err_str, buf);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 2331 const char *const err_str = (state->mode == ARB_vertex) local
3296 char *const err_str = local
3322 char *const err_str = local
4706 char *const err_str = local
5807 char *err_str; local
    [all...]

Completed in 662 milliseconds