/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);
|
DNBError.h | 78 void SetErrorString(const char *err_str) 80 if (err_str && err_str[0]) 81 m_str = err_str;
|
DNB.cpp | 189 char *err_str, 204 err_str, 207 if (err_str && err_len > 0) 208 err_str[0] = '\0'; 214 snprintf(err_str, err_len, "%s (%s)", stat_error, path); 233 if (err_str) 235 *err_str = '\0'; 241 strncpy(err_str, launch_err_str, err_len-1); 242 err_str[err_len-1] = '\0'; // Make sure the error string is terminated 262 if (err_str && err_len > 0 [all...] |
RNBContext.cpp | 243 const char *err_str = m_launch_status.AsString(); local 244 if (err_str) 245 s = err_str;
|
DNB.h | 43 char *err_str, 46 nub_process_t DNBProcessAttach (nub_process_t pid, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT; 47 nub_process_t DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT; 48 nub_process_t DNBProcessAttachWait (const char *wait_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct timespec *timeout, useconds_t interval, char *err_str, size_t err_len, DNBShouldCancelCallback should_cancel = NULL, void *callback_data = NULL) DNB_EXPORT;
|
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...] |
/external/libpcap/ |
pcap-netfilter-linux.h | 34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
pcap-bt-linux.h | 39 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
pcap-usb-linux.h | 39 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
pcap-bt-linux.c | 81 bt_findalldevs(pcap_if_t **alldevsp, char *err_str) 94 snprintf(err_str, PCAP_ERRBUF_SIZE, 102 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list", 112 snprintf(err_str, PCAP_ERRBUF_SIZE, 127 dev_descr, err_str) < 0)
|
pcap-dbus.c | 271 dbus_findalldevs(pcap_if_t **alldevsp, char *err_str) 273 if (pcap_add_if(alldevsp, "dbus-system", 0, "D-Bus system bus", err_str) < 0) 275 if (pcap_add_if(alldevsp, "dbus-session", 0, "D-Bus session bus", err_str) < 0)
|
pcap-netfilter-linux.c | 633 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) 642 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't open netlink socket %d:%s", 648 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0) 650 if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) < 0)
|
pcap-usb-linux.c | 147 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str) 155 dev_descr, err_str) < 0) 161 usb_findalldevs(pcap_if_t **alldevsp, char *err_str) 182 ret = usb_dev_add(alldevsp, n, err_str); 203 ret = usb_dev_add(alldevsp, n, err_str);
|
/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...] |
RegularExpression.cpp | 262 RegularExpression::GetErrorAsCString (char *err_str, size_t err_str_max_len) const 266 if (err_str && err_str_max_len) 267 *err_str = '\0'; 271 return ::regerror (m_comp_err, &m_preg, err_str, err_str_max_len);
|
/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/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");
|
/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/mesa/src/src/mesa/program/ |
program_parse.y | 319 const char *const err_str = (state->mode == ARB_vertex) 323 yyerror(& @2, state, err_str); 1055 char *const err_str = 1058 yyerror(& @1, state, (err_str != NULL) 1059 ? err_str : "invalid condition code"); 1061 if (err_str != NULL) { 1062 free(err_str); 1078 char *const err_str = 1081 yyerror(& @1, state, (err_str != NULL) 1082 ? err_str : "invalid condition code") [all...] |
/external/mesa3d/src/mesa/program/ |
program_parse.y | 319 const char *const err_str = (state->mode == ARB_vertex) 323 yyerror(& @2, state, err_str); 1055 char *const err_str = 1058 yyerror(& @1, state, (err_str != NULL) 1059 ? err_str : "invalid condition code"); 1061 if (err_str != NULL) { 1062 free(err_str); 1078 char *const err_str = 1081 yyerror(& @1, state, (err_str != NULL) 1082 ? err_str : "invalid condition code") [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
single_test_runner.py | 344 diff, err_str = self._port.diff_image(expected_driver_output.image, driver_output.image) 345 if err_str: 346 _log.warning(' %s : %s' % (self._test_name, err_str)) 348 driver_output.error = (driver_output.error or '') + err_str 419 diff, err_str = self._port.diff_image(reference_driver_output.image, actual_driver_output.image) 422 elif err_str: 423 _log.error(err_str) 428 diff, err_str = self._port.diff_image(reference_driver_output.image, actual_driver_output.image) 431 elif err_str: 432 _log.error(err_str) [all...] |
/external/lldb/include/lldb/API/ |
SBError.h | 56 SetErrorString (const char *err_str);
|
/external/lldb/source/API/ |
SBError.cpp | 159 SBError::SetErrorString (const char *err_str) 162 m_opaque_ap->SetErrorString (err_str);
|
/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/lldb/tools/debugserver/source/MacOSX/ |
MachProcess.cpp | 42 static CFStringRef CopyBundleIDForPath (const char *app_buncle_path, DNBError &err_str); [all...] |