Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp55 const std::string err_str = sys::StrError(); in OProfileJITEventListener() local
56 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n"); in OProfileJITEventListener()
65 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener() local
67 << err_str << "\n"); in ~OProfileJITEventListener()
/external/libpcap/
Dpcap-bt-linux.c77 bt_findalldevs(pcap_if_t **alldevsp, char *err_str) in bt_findalldevs() argument
90 pcap_snprintf(err_str, PCAP_ERRBUF_SIZE, in bt_findalldevs()
98 pcap_snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list", in bt_findalldevs()
108 pcap_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-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 err_str) < 0) in usb_findalldevs()
197 err_str) < 0) in usb_findalldevs()
218 ret = usb_dev_add(alldevsp, n, err_str); in usb_findalldevs()
239 ret = usb_dev_add(alldevsp, n, err_str); in usb_findalldevs()
Dpcap-netfilter-linux.h34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
Dpcap-bt-linux.h37 int bt_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-usb-linux.h37 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
Dpcap-bt-monitor-linux.c63 bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str) in bt_monitor_findalldevs() argument
68 "Bluetooth Linux Monitor", err_str) < 0) in bt_monitor_findalldevs()
Dpcap-netfilter-linux.c638 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) in netfilter_findalldevs() argument
647 pcap_snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't open netlink socket %d:%s", in netfilter_findalldevs()
653 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0) in netfilter_findalldevs()
655 …if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) … in netfilter_findalldevs()
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc154 std::string err_str; in TestCase() local
155 regex->Init(substituted_regex,& err_str); in TestCase()
156 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase()
159 << "\n got error: " << err_str; in TestCase()
/external/autotest/client/site_tests/power_AudioDetector/
Dpower_AudioDetector.py93 err_str = 'System suspended while audio was playing.'
94 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.py103 err_str = 'bad power state written to /sys/power/state'
104 raise error.TestFail(err_str)
/external/vulkan-validation-layers/layers/
Dspec.py201 err_str = self.val_error_dict[enum]['error_msg']
202 if err_str in str_count_dict:
204 str_count_dict[err_str] = str_count_dict[err_str] + 1
206 str_count_dict[err_str] = 1
/external/strace/
Dkeyctl.c191 const char *err_str = err_name(error); in keyctl_reject_key() local
196 if (err_str) in keyctl_reject_key()
197 tprintf("%s, ", err_str); in keyctl_reject_key()
/external/google-benchmark/test/
Doutput_test_helper.cc335 std::string err_str; in TestCase() local
336 regex->Init(substituted_regex,& err_str); in TestCase()
337 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex in TestCase()
340 << "\n got error: " << err_str; in TestCase()
/external/mesa3d/src/mesa/program/
Dprogram_parse.y325 const char *const err_str = (state->mode == ARB_vertex)
329 yyerror(& @2, state, err_str);
2479 char *err_str;
2482 err_str = make_error_string("glProgramStringARB(%s)\n", s);
2483 if (err_str) {
2484 _mesa_error(state->ctx, GL_INVALID_OPERATION, "%s", err_str);
2485 free(err_str);
2488 err_str = make_error_string("line %u, char %u: error: %s\n",
2490 _mesa_set_program_error(state->ctx, locp->position, err_str);
2492 if (err_str) {
[all …]
/external/autotest/site_utils/autoupdate/
Dtest_image.py82 pattern, archive_url, err_str=__name__, timeout=1)
/external/v8/src/
Dmessages.cc869 MaybeHandle<String> err_str = in AppendErrorString() local
871 if (err_str.is_null()) { in AppendErrorString()
880 err_str = ErrorUtils::ToString(isolate, pending_exception); in AppendErrorString()
881 if (err_str.is_null()) { in AppendErrorString()
890 builder->AppendString(err_str.ToHandleChecked()); in AppendErrorString()
894 builder->AppendString(err_str.ToHandleChecked()); in AppendErrorString()
/external/python/cpython2/Python/
D_warnings.c383 const char *err_str = "???"; in warn_explicit() local
386 err_str = PyString_AS_STRING(to_str); in warn_explicit()
389 action, err_str); in warn_explicit()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1670 const char *subject, const char *err_str, in openssl_tls_fail_event() argument
1686 ev.cert_fail.reason_txt = err_str; in openssl_tls_fail_event()
1791 const char *err_str; in tls_verify_cb() local
1832 err_str = X509_verify_cert_error_string(err); in tls_verify_cb()
1854 err_str = "Server certificate mismatch"; in tls_verify_cb()
1873 " error %d (%s) depth %d for '%s'", err, err_str, in tls_verify_cb()
1876 err_str, TLS_FAIL_UNSPECIFIED); in tls_verify_cb()
1882 preverify_ok, err, err_str, in tls_verify_cb()
/external/libpcap/pcap/
Dpcap.h501 PCAP_API int pcap_start_oem(char* err_str, int flags);
/external/valgrind/coregrind/
Dm_errormgr.c1261 const HChar* err_str = NULL; in load_one_suppressions_file() local
1282 # define BOMB(S) { err_str = S; goto syntax_error; } in load_one_suppressions_file()
1445 VG_(umsg)(" %s\n", err_str ); in load_one_suppressions_file()

12