/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 59 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/ |
D | 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/libpcap/ |
D | pcap-bt-linux.c | 77 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()
|
D | pcap-dbus.c | 271 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()
|
D | pcap-bt-linux.h | 37 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
D | pcap-usb-linux.h | 37 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
D | pcap-netfilter-linux.h | 34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
D | pcap-bt-monitor-linux.h | 31 int bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str);
|
D | pcap-bt-monitor-linux.c | 53 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()
|
D | pcap-netfilter-linux.c | 635 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()
|
D | pcap-usb-linux.c | 143 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()
|
D | pcap-canusb-linux.c | 90 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/ |
D | power_AudioDetector.py | 70 err_str = 'System suspended while audio was playing.' 71 raise error.TestFail(err_str)
|
/external/autotest/client/site_tests/power_Standby/ |
D | power_Standby.py | 60 err_str = "Requested S3 time and actual varied by %.2f%%." \ 62 raise error.TestFail(err_str)
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
D | power_IdleSuspend.py | 99 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/ |
D | runner_test.py | 156 out_str = err_str = '' 194 err_str = err.read() 201 err_str)
|
/external/autotest/site_utils/autoupdate/ |
D | test_image.py | 82 pattern, archive_url, err_str=__name__, timeout=1)
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1643 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()
|
D | tls_gnutls.c | 827 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/ |
D | m_errormgr.c | 1262 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/ |
D | http_curl.c | 986 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/ |
D | cxconvert.cpp | 861 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()
|