Home
last modified time | relevance | path

Searched refs:__func__ (Results 1 - 25 of 1225) sorted by relevance

12345678910>>...49

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c26 lwsl_err("%s: Failed to create dsh\n", __func__); in test1()
32 lwsl_err("%s: Failed to alloc 1\n", __func__); in test1()
38 lwsl_err("%s: Failed to alloc 2\n", __func__); in test1()
44 lwsl_err("%s: Failed to alloc 3\n", __func__); in test1()
50 lwsl_err("%s: no head 1\n", __func__); in test1()
55 lwsl_err("%s: test 1 mismatch\n", __func__); in test1()
62 lwsl_err("%s: no head 2\n", __func__); in test1()
67 lwsl_err("%s: test 2 mismatch\n", __func__); in test1()
74 lwsl_err("%s: no head 3\n", __func__); in test1()
79 lwsl_err("%s: test 3 mismatch\n", __func__); in test1()
[all...]
/third_party/backends/sanei/
H A Dusb_manager.cpp140 SANE_HILOG_ERROR("%s: config_index(%u) is invalid.", __func__, config_index); in GetRetConfigAndInterface()
144 SANE_HILOG_DEBUG("%s: config[%u] = %s", __func__, config_index, usbConfig.getJsonString().c_str()); in GetRetConfigAndInterface()
149 SANE_HILOG_ERROR("%s: bNumInterfaces(%u) is invalid.", __func__, bNumInterfaces); in GetRetConfigAndInterface()
154 SANE_HILOG_ERROR("%s: Not enough memory.", __func__); in GetRetConfigAndInterface()
158 SANE_HILOG_ERROR("%s: memset retConfig error.", __func__); in GetRetConfigAndInterface()
167 SANE_HILOG_ERROR("%s: Not enough memory.", __func__); in GetRetConfigAndInterface()
216 SANE_HILOG_INFO("%s: begin", __func__); in usb_manager_init()
218 SANE_HILOG_ERROR("%s: ctx is a nullptr.", __func__); in usb_manager_init()
223 SANE_HILOG_ERROR("%s: Not enough memory.", __func__); in usb_manager_init()
227 SANE_HILOG_ERROR("%s: memset_s usbmanagerContext error.", __func__); in usb_manager_init()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H A Dwctype.c32 t_error("%s expect type is not alnum", __func__); in wctype_0100()
37 t_error("%s error input type is alnum", __func__); in wctype_0100()
51 t_error("%s expect type is not alpha", __func__); in wctype_0200()
56 t_error("%s error input type is alpha", __func__); in wctype_0200()
70 t_error("%s expect type is not blank", __func__); in wctype_0300()
75 t_error("%s error input type is blank", __func__); in wctype_0300()
89 t_error("%s expect type is not cntrl", __func__); in wctype_0400()
94 t_error("%s error input type is cntrl", __func__); in wctype_0400()
108 t_error("%s expect type is not digit", __func__); in wctype_0500()
113 t_error("%s error input type is digit", __func__); in wctype_0500()
[all...]
H A Dwcwidth.c35 t_error("%s wcwidth get result is %d are not want 0\n", __func__, result); in wcwidth_0100()
48 t_error("%s wcwidth get result is %d are not want 0\n", __func__, result); in wcwidth_0200()
61 t_error("%s wcwidth get result is %d are not want 0\n", __func__, result); in wcwidth_0300()
74 t_error("%s wcwidth get result is %d are not want 1\n", __func__, result); in wcwidth_0400()
87 t_error("%s wcwidth get result is %d are not want 0\n", __func__, result); in wcwidth_0500()
100 t_error("%s wcwidth get result is %d are not want 2\n", __func__, result); in wcwidth_0600()
113 t_error("%s wcwidth get result is %d are not want 2\n", __func__, result); in wcwidth_0700()
126 t_error("%s wcwidth get result is %d are not want 2\n", __func__, result); in wcwidth_0800()
139 t_error("%s wcwidth get result is %d are not want 2\n", __func__, result); in wcwidth_0900()
152 t_error("%s wcwidth get result is %d are not want 2\n", __func__, resul in wcwidth_1000()
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c55 warning(__func__); in nop_glBindMultiTextureEXT()
61 warning(__func__); in nop_glColor3hNV()
67 warning(__func__); in nop_glColor3hvNV()
73 warning(__func__); in nop_glColor4hNV()
79 warning(__func__); in nop_glColor4hvNV()
85 warning(__func__); in nop_glDisableClientStateIndexedEXT()
91 warning(__func__); in nop_glEnableClientStateIndexedEXT()
97 warning(__func__); in nop_glFogCoordhNV()
103 warning(__func__); in nop_glFogCoordhvNV()
109 warning(__func__); in nop_glGetNamedBufferParameterivEXT()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dc32rtomb.c32 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0100()
37 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0100()
53 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0200()
56 t_error("%s bytes[0] failed\n", __func__); in c32rtomb_0200()
59 t_error("%s bytes[1] failed\n", __func__); in c32rtomb_0200()
65 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0200()
68 t_error("%s bytes[0] failed\n", __func__); in c32rtomb_0200()
83 t_error("%s setlocale failed\n", __func__); in c32rtomb_0300()
91 t_error("%s c32rtomb failed\n", __func__); in c32rtomb_0300()
94 t_error("%s bytes[0] failed\n", __func__); in c32rtomb_0300()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfseeko.c32 t_error("%s fopen failed\n", __func__); in fseeko_0100()
37 t_error("%s fwrite failed\n", __func__); in fseeko_0100()
43 t_error("%s fseeko failed, result is %d\n", __func__, result); in fseeko_0100()
46 t_error("%s fseeko failed, ch is %c\n", __func__, ch); in fseeko_0100()
62 t_error("%s fopen failed\n", __func__); in fseeko_0200()
67 t_error("%s fwrite failed\n", __func__); in fseeko_0200()
73 t_error("%s fseeko failed, result is %d\n", __func__, result); in fseeko_0200()
76 t_error("%s fseeko failed, ch is %c\n", __func__, ch); in fseeko_0200()
92 t_error("%s fopen failed\n", __func__); in fseeko_0300()
97 t_error("%s fwrite failed\n", __func__); in fseeko_0300()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dcnd_timedwait.c28 t_error("%s mtx_lock failed\n", __func__); in signal_parent()
31 t_error("%s cnd_signal failed\n", __func__); in signal_parent()
34 t_error("%s mtx_unlock failed\n", __func__); in signal_parent()
51 t_error("%s cnd_init failed\n", __func__); in cnd_timedwait_0100()
54 t_error("%s mtx_init failed\n", __func__); in cnd_timedwait_0100()
57 t_error("%s mtx_lock failed\n", __func__); in cnd_timedwait_0100()
60 t_error("%s clock_gettime failed\n", __func__); in cnd_timedwait_0100()
66 t_error("%s thrd_create failed\n", __func__); in cnd_timedwait_0100()
70 t_error("%s cnd_timedwait failed\n", __func__); in cnd_timedwait_0100()
74 t_error("%s thrd_join failed\n", __func__); in cnd_timedwait_0100()
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djws.c52 lwsl_err("%s: concat_map failed\n", __func__); in test_jws_none()
58 lwsl_err("%s: jose b64 decode wrong\n", __func__); in test_jws_none()
67 lwsl_err("%s: JOSE parse failed\n", __func__); in test_jws_none()
73 lwsl_err("%s: JOSE header has wrong alg\n", __func__); in test_jws_none()
80 lwsl_err("%s: payload b64 decode wrong\n", __func__); in test_jws_none()
92 lwsl_err("%s: selftest failed ++++++++++++++++++++\n", __func__); in test_jws_none()
94 lwsl_notice("%s: selftest OK\n", __func__); in test_jws_none()
136 lwsl_err("%s: JOSE parse failed\n", __func__); in test_jws_HS256()
142 lwsl_err("%s: JOSE header has wrong alg\n", __func__); in test_jws_HS256()
153 lwsl_err("%s: unexpected kty %d\n", __func__, jw in test_jws_HS256()
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_cache/
H A Dmain.c24 lwsl_user("%s\n", __func__); in test_just_l1()
82 lwsl_err("%s: cache: a still exists after expiry\n", __func__); in test_just_l1()
95 lwsl_warn("%s: fail\n", __func__); in test_just_l1()
109 lwsl_user("%s\n", __func__); in test_just_l1_limits()
151 lwsl_warn("%s: fail\n", __func__); in test_just_l1_limits()
179 lwsl_user("%s\n", __func__); in test_nsc1()
207 lwsl_user("%s: add cookies to L1\n", __func__); in test_nsc1()
214 lwsl_err("%s: write1 failed\n", __func__); in test_nsc1()
224 lwsl_err("%s: write2 failed\n", __func__); in test_nsc1()
234 lwsl_err("%s: write3 failed\n", __func__); in test_nsc1()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigset.c81 t_error("%s failed: result = %d\n", __func__, result); in sigset_0100()
86 t_error("%s failed: result = %d\n", __func__, result); in sigset_0100()
92 t_error("%s failed: errno = %d\n", __func__, errno); in sigset_0100()
97 t_error("%s failed: result = %d\n", __func__, result); in sigset_0100()
102 t_error("%s failed: result = %d\n", __func__, result); in sigset_0100()
116 t_error("%s failed: result = %d\n", __func__, result); in sigset_0200()
121 t_error("%s failed: result = %d\n", __func__, result); in sigset_0200()
127 t_error("%s failed: errno = %d\n", __func__, errno); in sigset_0200()
132 t_error("%s failed: result = %d\n", __func__, result); in sigset_0200()
137 t_error("%s failed: result = %d\n", __func__, resul in sigset_0200()
[all...]
H A Dsigrelse.c42 t_error("%s failed: result = %d\n", __func__, result); in sigrelse_0100()
48 t_error("%s failed: result = %d\n", __func__, result); in sigrelse_0100()
55 t_error("%s failed: result = %d\n", __func__, result); in sigrelse_0100()
61 t_error("%s failed: result = %d\n", __func__, result); in sigrelse_0100()
67 t_error("%s failed: result = %d\n", __func__, result); in sigrelse_0100()
68 t_error("%s failed: handler_count = %d\n", __func__, handler_count); in sigrelse_0100()
74 t_error("%s failed: result = %d\n", __func__, result); in sigrelse_0100()
75 t_error("%s failed: errno = %d\n", __func__, errno); in sigrelse_0100()
79 t_error("%s failed: handler_count = %d\n", __func__, handler_count); in sigrelse_0100()
84 t_error("%s failed: result = %d\n", __func__, resul in sigrelse_0100()
[all...]
H A Dsigignore.c33 t_error("%s failed: result = %d\n", __func__, result); in sigignore_0100()
34 t_error("%s failed: errno = %d\n", __func__, errno); in sigignore_0100()
40 t_error("%s failed: result = %d\n", __func__, result); in sigignore_0100()
41 t_error("%s failed: errno = %d\n", __func__, errno); in sigignore_0100()
48 t_error("%s failed: result = %d\n", __func__, result); in sigignore_0100()
49 t_error("%s failed: errno = %d\n", __func__, errno); in sigignore_0100()
53 t_error("%s failed: sa.sa_handler\n", __func__); in sigignore_0100()
67 t_error("%s failed: result = %d\n", __func__, result); in sigignore_0200()
68 t_error("%s failed: errno = %d\n", __func__, errno); in sigignore_0200()
82 t_error("%s failed: result = %d\n", __func__, resul in sigignore_0300()
[all...]
/third_party/backends/backend/
H A Dhp5590_low.c144 DBG (DBG_proc, "%s\n", __func__); in hp5590_get_ack()
153 __func__); in hp5590_get_ack()
157 DBG (DBG_usb, "%s: USB-in-USB: accepted\n", __func__); in hp5590_get_ack()
163 __func__, status); in hp5590_get_ack()
187 DBG (DBG_proc, "%s\n", __func__); in hp5590_get_status()
195 __func__); in hp5590_get_status()
203 __func__, status); in hp5590_get_status()
245 __func__, core_flags & CORE_DATA ? "yes" : "no"); in hp5590_control_msg()
260 DBG (DBG_usb, "%s: USB-in-USB: sending control msg\n", __func__); in hp5590_control_msg()
268 __func__); in hp5590_control_msg()
[all...]
/third_party/musl/libc-test/src/functionalext/ldso_cfi/
H A Dldso_cfi_check.c63 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_init_test_0001()
74 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_init_test_0002()
85 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_init_test_0003()
97 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_slowpath_function_test_0002()
117 printf("["__FILE__"][Line: %d][%s]: end\n", __LINE__, __func__); in cfi_slowpath_function_test_0002()
129 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_slowpath_function_test_0003()
150 printf("["__FILE__"][Line: %d][%s]: end\n", __LINE__, __func__); in cfi_slowpath_function_test_0003()
160 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_slowpath_function_test_0004()
172 printf("["__FILE__"][Line: %d][%s]: end\n", __LINE__, __func__); in cfi_slowpath_function_test_0004()
183 printf("["__FILE__"][Line: %d][%s]: entry\n", __LINE__, __func__); in cfi_slowpath_function_test_0005()
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genaes.c56 lwsl_err("%s: lws_genaes_create failed\n", __func__); in test_genaes_cbc()
62 lwsl_err("%s: lws_genaes_crypt failed\n", __func__); in test_genaes_cbc()
67 lwsl_err("%s: lws_genaes_destroy enc failed\n", __func__); in test_genaes_cbc()
72 lwsl_err("%s: lws_genaes_crypt encoding mismatch\n", __func__); in test_genaes_cbc()
79 lwsl_err("%s: lws_genaes_create dec failed\n", __func__); in test_genaes_cbc()
85 lwsl_err("%s: lws_genaes_crypt dec failed\n", __func__); in test_genaes_cbc()
90 lwsl_err("%s: lws_genaes_destroy dec failed\n", __func__); in test_genaes_cbc()
96 lwsl_err("%s: lws_genaes_crypt decoding mismatch\n", __func__); in test_genaes_cbc()
146 lwsl_err("%s: lws_genaes_create failed\n", __func__); in test_genaes_cfb128()
152 lwsl_err("%s: lws_genaes_crypt failed\n", __func__); in test_genaes_cfb128()
[all...]
/third_party/musl/porting/linux/user/src/sigchain/
H A Dsigchain.c74 SIGCHAIN_PRINT_INFO("%{public}s create the thread key!", __func__); in create_pthread_key()
78 __func__, rc); in create_pthread_key()
154 SIGCHAIN_PRINT_DEBUG("%{public}s signo: %{public}d", __func__, signo); in signal_chain_handler()
173 SIGCHAIN_PRINT_ERROR("%{public}s call %{public}d rd sigchain action for signal: %{public}d", __func__, i, signo); in signal_chain_handler()
177 SIGCHAIN_PRINT_ERROR("%{public}s call %{public}d rd sigchain action for signal: %{public}d directly return", __func__, i, signo); in signal_chain_handler()
201 __func__, signo, (unsigned long)sig_chains[signo - 1].sig_action.sa_sigaction); in signal_chain_handler()
205 SIGCHAIN_PRINT_ERROR("%{public}s SIG_IGN handler for signal: %{public}d", __func__, signo); in signal_chain_handler()
208 SIGCHAIN_PRINT_ERROR("%{public}s SIG_DFL handler for signal: %{public}d", __func__, signo); in signal_chain_handler()
218 __func__, signo, (unsigned long)sig_chains[signo - 1].sig_action.sa_handler); in signal_chain_handler()
233 SIGCHAIN_PRINT_INFO("%{public}s signo: %{public}d", __func__, sign in sigchain_register()
[all...]
/third_party/musl/src/sigchain/linux/
H A Dsigchain.c77 SIGCHAIN_PRINT_INFO("%{public}s create the thread key!", __func__); in create_pthread_key()
81 __func__, rc, errno); in create_pthread_key()
156 SIGCHAIN_PRINT_DEBUG("%{public}s signo: %{public}d", __func__, signo); in signal_chain_handler()
196 __func__, idx, signo, (unsigned long long)sig_chains[signo - 1].sca_special_actions[idx].sca_sigaction, in signal_chain_handler()
203 SIGCHAIN_PRINT_ERROR("%{public}s call %{public}d rd sigchain action for signal: %{public}d directly return", __func__, idx, signo); in signal_chain_handler()
229 __func__, signo, (unsigned long long)sig_chains[signo - 1].sig_action.sa_sigaction); in signal_chain_handler()
233 SIGCHAIN_PRINT_ERROR("%{public}s SIG_IGN handler for signal: %{public}d", __func__, signo); in signal_chain_handler()
236 SIGCHAIN_PRINT_ERROR("%{public}s SIG_DFL handler for signal: %{public}d", __func__, signo); in signal_chain_handler()
245 __func__, (unsigned long long)sig_chains[signo - 1].sig_action.sa_handler, signo); in signal_chain_handler()
260 SIGCHAIN_PRINT_INFO("%{public}s signo: %{public}d", __func__, sign in sigchain_register()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfutimesat.c34 t_error("%s open failed\n", __func__); in futimesat_0100()
39 t_error("%s openat failed\n", __func__); in futimesat_0100()
46 t_error("%s fstat failed\n", __func__); in futimesat_0100()
58 t_error("%s futimesat failed\n", __func__); in futimesat_0100()
63 t_error("%s fstatat failed\n", __func__); in futimesat_0100()
67 t_error("%s stat shows different mtime\n", __func__); in futimesat_0100()
71 t_error("%s unlinkat failed\n", __func__); in futimesat_0100()
86 t_error("%s open failed\n", __func__); in futimesat_0200()
91 t_error("%s openat failed\n", __func__); in futimesat_0200()
96 t_error("%s futimesat failed\n", __func__); in futimesat_0200()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c146 wpa_printf(MSG_ERROR, "%s:%d, snprintf failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
178 wpa_printf(MSG_ERROR, "%s:%d, snprintf failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
196 wpa_printf(MSG_ERROR, "%s: too long priavte command, strlen(cmd)=%zu buf_len=%zu", __func__, strlen(cmd), buf_len); in wpa_driver_nl80211_driver_cmd()
208 wpa_printf(MSG_ERROR, "%s:%d, memcpy failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
213 wpa_printf(MSG_ERROR, "%s:%d, memset failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
218 wpa_printf(MSG_ERROR, "%s:%d, memcpy failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
227 wpa_printf(MSG_EXCESSIVE, "%s: 1:ifr_name=%s, len=%zu, buf_len=%zu", __func__, ifr.ifr_name, strlen(buf), buf_len); in wpa_driver_nl80211_driver_cmd()
232 wpa_printf(MSG_ERROR, "%s: failed to issue private commands\n", __func__); in wpa_driver_nl80211_driver_cmd()
247 wpa_printf(MSG_ERROR, "%s:%d, memset failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
252 wpa_printf(MSG_ERROR, "%s:%d, memcpy failed, ret=%d", __func__, __LINE_ in wpa_driver_nl80211_driver_cmd()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c145 wpa_printf(MSG_ERROR, "%s:%d, snprintf failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
167 wpa_printf(MSG_ERROR, "%s:%d, snprintf failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
180 wpa_printf(MSG_ERROR, "%s: too long priavte command, strlen(cmd)=%zu buf_len=%zu", __func__, strlen(cmd), buf_len); in wpa_driver_nl80211_driver_cmd()
196 wpa_printf(MSG_ERROR, "%s:%d, memcpy failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
201 wpa_printf(MSG_ERROR, "%s:%d, memset failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
206 wpa_printf(MSG_ERROR, "%s:%d, memcpy failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
219 wpa_printf(MSG_EXCESSIVE, "%s: 1:ifr_name=%s, len=%zu, buf_len=%zu", __func__, ifr.ifr_name, strlen(buf), buf_len); in wpa_driver_nl80211_driver_cmd()
223 wpa_printf(MSG_ERROR, "%s: failed to issue private commands\n", __func__); in wpa_driver_nl80211_driver_cmd()
235 wpa_printf(MSG_ERROR, "%s:%d, memset failed, ret=%d", __func__, __LINE__, ret_s); in wpa_driver_nl80211_driver_cmd()
240 wpa_printf(MSG_ERROR, "%s:%d, memcpy failed, ret=%d", __func__, __LINE_ in wpa_driver_nl80211_driver_cmd()
[all...]
/third_party/libwebsockets/lib/roles/mqtt/
H A Dmqtt.c257 lwsl_err("%s: MQTT_ESTABLISHED failed\n", __func__); in lws_mqtt_set_client_established()
340 __func__); in lws_mqtt_create_sub()
345 __func__, topic); in lws_mqtt_create_sub()
354 __func__); in lws_mqtt_create_sub()
363 __func__, flag); in lws_mqtt_create_sub()
373 __func__, mysub, mqtt); in lws_mqtt_create_sub()
386 __func__, mqtt); in lws_mqtt_client_remove_subs()
397 __func__, temp, mqtt); in lws_mqtt_client_remove_subs()
416 lwsl_notice("%s: %s\n", __func__, lws_wsi_tag(mqtt->wsi)); in lws_mqtt_publish_resend()
429 lwsl_debug("%s: %s\n", __func__, lws_wsi_ta in lws_mqtt_unsuback_timeout()
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c397 lwsl_notice("%s: obuf %s\n", __func__, obuf); in main()
398 lwsl_err("%s: lws_strexp test 1 failed: %d\n", __func__, n); in main()
409 __func__, n, (int)used_out); in main()
454 lwsl_err("%s: lws_strnncpy check failed\n", __func__); in main()
460 lwsl_err("%s: lws_strnncpy check failed\n", __func__); in main()
473 lwsl_err("%s: lws_nstrstr 1 failed\n", __func__); in main()
478 lwsl_err("%s: lws_nstrstr 2 failed\n", __func__); in main()
483 lwsl_err("%s: lws_nstrstr 3 failed: %p\n", __func__, mcp); in main()
488 lwsl_err("%s: lws_nstrstr 4 failed\n", __func__); in main()
493 lwsl_err("%s: lws_nstrstr 5 failed\n", __func__); in main()
[all...]
/third_party/libsnd/tests/
H A Dcpp_test.cc40 print_test_name (__func__, "ceeplusplus_wchar_test.wav") ; in ceeplusplus_wchar_test()
47 { printf ("\n\n%s %d : Error : Reference count (%d) should be 1.\n\n", __func__, __LINE__, file.refCount ()) ; in ceeplusplus_wchar_test()
74 { printf ("\n\n%s %d : Error : Reference count (%d) should be zero.\n\n", __func__, __LINE__, file.refCount ()) ; in create_file()
81 { printf ("\n\n%s %d : Error : Reference count (%d) should be 1.\n\n", __func__, __LINE__, file.refCount ()) ; in create_file()
109 { printf ("\n\n%s %d : Error : No title for %s.\n\n", __func__, __LINE__, filename) ; in check_title()
114 { printf ("\n\n%s %d : Error : title '%s' should be '%s'\n\n", __func__, __LINE__, title, filename) ; in check_title()
127 { printf ("\n\n%s %d : Error : should not be here.\n\n", __func__, __LINE__) ; in read_file()
137 { printf ("\n\n%s %d : Error : Reference count (%d) should be two.\n\n", __func__, __LINE__, file.refCount ()) ; in read_file()
143 { printf ("\n\n%s %d : Error : Reference count (%d) should be one.\n\n", __func__, __LINE__, file.refCount ()) ; in read_file()
148 { printf ("\n\n%s %d : Error : should not be here.\n\n", __func__, __LINE_ in read_file()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsetresgid.c32 t_error("%s failed: result = %d\n", __func__, result); in setresgid_0100()
40 t_error("%s failed: result = %d\n", __func__, result); in setresgid_0100()
48 t_error("%s failed: result = %d\n", __func__, result); in setresgid_0100()
52 t_error("%s failed: rgid = %d\n", __func__, rgid); in setresgid_0100()
53 t_error("%s failed: egid = %d\n", __func__, egid); in setresgid_0100()
54 t_error("%s failed: sgid = %d\n", __func__, sgid); in setresgid_0100()
59 t_error("%s failed: result = %d\n", __func__, result); in setresgid_0100()
75 t_error("%s failed: result = %d\n", __func__, result); in setresgid_0200()
83 t_error("%s failed: result = %d\n", __func__, result); in setresgid_0200()
91 t_error("%s failed: result = %d\n", __func__, resul in setresgid_0200()
[all...]

Completed in 12 milliseconds

12345678910>>...49