Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp59 const std::string err_str = sys::StrError(); in initialize() local
60 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n"); in initialize()
69 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener() local
71 << err_str << "\n"); in ~OProfileJITEventListener()
/external/mesa3d/src/mesa/program/
Dprogram_parse.y319 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/libpcap/
Dpcap-bt-linux.c77 bt_findalldevs(pcap_if_t **alldevsp, char *err_str) in bt_findalldevs() argument
90 snprintf(err_str, PCAP_ERRBUF_SIZE, in bt_findalldevs()
98 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list", in bt_findalldevs()
108 snprintf(err_str, PCAP_ERRBUF_SIZE, in bt_findalldevs()
123 dev_descr, err_str) < 0) in bt_findalldevs()
Dpcap-dbus.c271 dbus_findalldevs(pcap_if_t **alldevsp, char *err_str) in dbus_findalldevs() argument
273 if (pcap_add_if(alldevsp, "dbus-system", 0, "D-Bus system bus", err_str) < 0) in dbus_findalldevs()
275 if (pcap_add_if(alldevsp, "dbus-session", 0, "D-Bus session bus", err_str) < 0) in dbus_findalldevs()
Dpcap-bt-linux.h37 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
Dpcap-usb-linux.h37 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
Dpcap-netfilter-linux.h34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
Dpcap-bt-monitor-linux.h31 int bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str);
Dpcap-bt-monitor-linux.c53 bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str) in bt_monitor_findalldevs() argument
58 "Bluetooth Linux Monitor", err_str) < 0) in bt_monitor_findalldevs()
Dpcap-netfilter-linux.c635 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) in netfilter_findalldevs() argument
644 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't open netlink socket %d:%s", in netfilter_findalldevs()
650 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0) in netfilter_findalldevs()
652 …if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) … in netfilter_findalldevs()
Dpcap-usb-linux.c143 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str) in usb_dev_add() argument
151 dev_descr, err_str) < 0) in usb_dev_add()
157 usb_findalldevs(pcap_if_t **alldevsp, char *err_str) in usb_findalldevs() argument
178 ret = usb_dev_add(alldevsp, n, err_str); in usb_findalldevs()
199 ret = usb_dev_add(alldevsp, n, err_str); in usb_findalldevs()
Dpcap-canusb-linux.c90 int canusb_findalldevs(pcap_if_t **alldevsp, char *err_str) in canusb_findalldevs() argument
133 if (pcap_add_if(alldevsp, dev_name, 0, dev_descr, err_str) < 0) in canusb_findalldevs()
/external/autotest/client/site_tests/power_AudioDetector/
Dpower_AudioDetector.py70 err_str = 'System suspended while audio was playing.'
71 raise error.TestFail(err_str)
/external/autotest/client/site_tests/power_Standby/
Dpower_Standby.py60 err_str = "Requested S3 time and actual varied by %.2f%%." \
62 raise error.TestFail(err_str)
/external/autotest/client/site_tests/power_IdleSuspend/
Dpower_IdleSuspend.py99 err_str = 'bad power state written to /sys/power/state'
100 raise error.TestFail(err_str)
/external/chromium-trace/catapult/third_party/typ/typ/tests/
Drunner_test.py156 out_str = err_str = ''
194 err_str = err.read()
201 err_str)
/external/autotest/site_utils/autoupdate/
Dtest_image.py82 pattern, archive_url, err_str=__name__, timeout=1)
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1643 const char *subject, const char *err_str, in openssl_tls_fail_event() argument
1659 ev.cert_fail.reason_txt = err_str; in openssl_tls_fail_event()
1764 const char *err_str; in tls_verify_cb() local
1805 err_str = X509_verify_cert_error_string(err); in tls_verify_cb()
1827 err_str = "Server certificate mismatch"; in tls_verify_cb()
1846 " error %d (%s) depth %d for '%s'", err, err_str, in tls_verify_cb()
1849 err_str, TLS_FAIL_UNSPECIFIED); in tls_verify_cb()
1855 preverify_ok, err, err_str, in tls_verify_cb()
Dtls_gnutls.c827 const char *subject, const char *err_str, in gnutls_tls_fail_event() argument
841 ev.cert_fail.reason_txt = err_str; in gnutls_tls_fail_event()
/external/valgrind/coregrind/
Dm_errormgr.c1262 const HChar* err_str = NULL; in load_one_suppressions_file() local
1283 # define BOMB(S) { err_str = S; goto syntax_error; } in load_one_suppressions_file()
1446 VG_(umsg)(" %s\n", err_str ); in load_one_suppressions_file()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c986 const char *err_str; in curl_cb_ssl_verify() local
999 err_str = X509_verify_cert_error_string(err); in curl_cb_ssl_verify()
1018 depth, err, err_str, buf); in curl_cb_ssl_verify()
/external/opencv/cxcore/src/
Dcxconvert.cpp861 char err_str[100]; in cvMixChannels() local
862 sprintf( err_str, "channel index #%d in the array of pairs is negative " in cvMixChannels()
865 CV_ERROR( CV_StsOutOfRange, err_str ); in cvMixChannels()