/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
H A D | isalnum_l.c | 42 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isalnum_l_0100() 43 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isalnum_l_0100() 50 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isalnum_l_0100() 52 EXPECT_EQ(__FUNCTION__, ret, RET_TRUE); in isalnum_l_0100() 75 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isalnum_l_0200() 76 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isalnum_l_0200() 83 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isalnum_l_0200() 85 EXPECT_EQ(__FUNCTION__, ret, RET_TRUE); in isalnum_l_0200() 108 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isalnum_l_0300() 109 EXPECT_NE(__FUNCTION__, re in isalnum_l_0300() [all...] |
H A D | isalpha_l.c | 42 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isalpha_l_0100() 43 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isalpha_l_0100() 50 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isalpha_l_0100() 52 EXPECT_EQ(__FUNCTION__, ret, RET_TRUE); in isalpha_l_0100() 77 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isalpha_l_0200() 78 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isalpha_l_0200() 85 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isalpha_l_0200() 87 EXPECT_EQ(__FUNCTION__, ret, RET_FALSE); in isalpha_l_0200() 111 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isalpha_l_0300() 112 EXPECT_NE(__FUNCTION__, re in isalpha_l_0300() [all...] |
H A D | isdigit_l.c | 41 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isdigit_l_0100() 42 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isdigit_l_0100() 49 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isdigit_l_0100() 51 EXPECT_EQ(__FUNCTION__, ret, RET_FALSE); in isdigit_l_0100() 74 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isdigit_l_0200() 75 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isdigit_l_0200() 82 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isdigit_l_0200() 84 EXPECT_EQ(__FUNCTION__, ret, RET_TRUE); in isdigit_l_0200() 107 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isdigit_l_0300() 108 EXPECT_NE(__FUNCTION__, re in isdigit_l_0300() [all...] |
H A D | isblank_l.c | 40 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isblank_l_0100() 41 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isblank_l_0100() 48 t_printf("Test case %s failed while testing character, index:%d\n", __FUNCTION__, i); in isblank_l_0100() 50 EXPECT_EQ(__FUNCTION__, ret, RET_TRUE); in isblank_l_0100() 72 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isblank_l_0200() 73 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in isblank_l_0200() 80 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in isblank_l_0200() 82 EXPECT_EQ(__FUNCTION__, ret, RET_FALSE); in isblank_l_0200() 105 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in isblank_l_0300() 106 EXPECT_NE(__FUNCTION__, re in isblank_l_0300() [all...] |
H A D | iscntrl_l.c | 45 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in iscntrl_l_0100() 46 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in iscntrl_l_0100() 53 t_printf("Test case %s failed while testing character, index:%d\n", __FUNCTION__, i); in iscntrl_l_0100() 55 EXPECT_EQ(__FUNCTION__, ret, RET_TRUE); in iscntrl_l_0100() 77 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in iscntrl_l_0200() 78 EXPECT_NE(__FUNCTION__, ret, RET_FALSE); in iscntrl_l_0200() 85 t_printf("Test case %s failed while testing character %c\n", __FUNCTION__, *p); in iscntrl_l_0200() 87 EXPECT_EQ(__FUNCTION__, ret, RET_FALSE); in iscntrl_l_0200() 110 t_printf("Test case %s failed to call function newlocale\n", __FUNCTION__); in iscntrl_l_0300() 111 EXPECT_NE(__FUNCTION__, re in iscntrl_l_0300() [all...] |
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_test.c | 50 EXPECT_PTRNE(__FUNCTION__, handle, 0); in dlopen_randomization_0100() 52 EXPECT_EQ(__FUNCTION__, dlclose(handle), 0); in dlopen_randomization_0100() 64 EXPECT_PTRNE(__FUNCTION__, handle, 0); in dlopen_randomization_0200() 69 EXPECT_PTRNE(__FUNCTION__, i, 0); in dlopen_randomization_0200() 74 EXPECT_EQ(__FUNCTION__, BASE_NUM, *i); in dlopen_randomization_0200() 76 EXPECT_PTRNE(__FUNCTION__, test, 0); in dlopen_randomization_0200() 82 EXPECT_EQ(__FUNCTION__, BASE_NUM + 1, g_test); in dlopen_randomization_0200() 95 EXPECT_PTREQ(__FUNCTION__, handle, 0); in dlopen_randomization_0300() 110 EXPECT_PTRNE(__FUNCTION__, ori_handle, 0); in dlopen_randomization_0400() 117 EXPECT_PTREQ(__FUNCTION__, ori_handl in dlopen_randomization_0400() [all...] |
H A D | ldso_randomization_manual.c | 66 t_printf("%s handles are randomized\n", __FUNCTION__); in dlopen_randomization_0500() 68 t_printf("%s exists the same handle!!!!\n", __FUNCTION__); in dlopen_randomization_0500() 83 t_printf("%s create pipe error!\n", __FUNCTION__); in dlopen_randomization_0700() 89 t_printf("%s child handle is %p \n", __FUNCTION__, child_handle); in dlopen_randomization_0700() 97 t_printf("%s parent handle is %p \n", __FUNCTION__, parent_handle); in dlopen_randomization_0700() 104 t_printf("%s get child handle is %p\n", __FUNCTION__, get_child_handle); in dlopen_randomization_0700() 106 t_printf("%s the parent handle is the same as the child handle!!!!\n", __FUNCTION__); in dlopen_randomization_0700() 108 t_printf("%s the parent handle is different form the child handle.\n", __FUNCTION__); in dlopen_randomization_0700() 134 t_printf("%s handles are randomized\n", __FUNCTION__); in dlopen_ext_randomization_0500() 136 t_printf("%s exists the same handle!!!!\n", __FUNCTION__); in dlopen_ext_randomization_0500() [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | Gia64-test-nat.c | 149 panic ("%s: reading of ar.bsp failed, errno=%d", __FUNCTION__, errno); in sighandler() 170 panic ("%s: reading of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 175 panic ("%s: writing of ip failed, errno=%d", __FUNCTION__, errno); in sighandler() 214 printf (" %s()\n", __FUNCTION__); in check_static_to_stacked() 221 __FUNCTION__, 4 + i, ret); in check_static_to_stacked() 226 __FUNCTION__, 4 + i, ret); in check_static_to_stacked() 238 panic ("%s: r%d not a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 243 panic ("%s: r%d a NaT!\n", __FUNCTION__, 4 + i); in check_static_to_stacked() 246 __FUNCTION__, 4 + i, r[i], vals[i]); in check_static_to_stacked() 260 printf (" %s()\n", __FUNCTION__); in check_static_to_fr() [all...] |
H A D | test-setjmp.c | 64 __FUNCTION__, ret); in test_setjmp() 68 __FUNCTION__, ret, i + 1); in test_setjmp() 75 __FUNCTION__, i + 1); in test_setjmp() 80 __FUNCTION__); in test_setjmp() 108 __FUNCTION__, ret); in test_sigsetjmp() 112 __FUNCTION__, ret, i + 1); in test_sigsetjmp() 119 __FUNCTION__, i + 1); in test_sigsetjmp() 124 __FUNCTION__); in test_sigsetjmp() 133 printf ("%s: got signal %d\n", __FUNCTION__, signal); in sighandler() 137 printf ("%s: back from sigprocmask\n", __FUNCTION__); in sighandler() [all...] |
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 43 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0010() 54 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0020() 65 EXPECT_EQ(__FUNCTION__, ret, 0); in dynlink_test_0030() 76 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0040() 87 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0050() 98 EXPECT_EQ(__FUNCTION__, ret, 0); in dynlink_test_0060() 109 EXPECT_EQ(__FUNCTION__, ret, EINVAL); in dynlink_test_0070() 120 EXPECT_EQ(__FUNCTION__, ret, ENOKEY); in dynlink_test_0080() 131 EXPECT_EQ(__FUNCTION__, ret, 0); in dynlink_test_0090() 142 EXPECT_EQ(__FUNCTION__, re in dynlink_test_0100() [all...] |
H A D | unit_test_ldso_namespace.c | 33 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0010() 62 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0020() 84 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0030() 95 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0040() 107 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0050() 119 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0060() 136 EXPECT_EQ(__FUNCTION__, list.size, 2); in namespace_test_0070() 164 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0080() 175 EXPECT_TRUE(__FUNCTION__, true); in namespace_test_0090() 186 EXPECT_TRUE(__FUNCTION__, tru in namespace_test_0100() [all...] |
H A D | unit_test_ldso_ns_config.c | 33 EXPECT_TRUE(__FUNCTION__, true); in ns_config_test_0010() 53 EXPECT_TRUE(__FUNCTION__, true); in ns_config_test_0020() 68 EXPECT_EQ(__FUNCTION__, ret, -2); in ns_config_test_0030() 82 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0040() 103 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0050() 124 EXPECT_PTRNE(__FUNCTION__, ret, NULL); in ns_config_test_0060() 138 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0070() 152 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0080() 166 EXPECT_EQ(__FUNCTION__, ret, NULL); in ns_config_test_0090() 180 EXPECT_EQ(__FUNCTION__, re in ns_config_test_0100() [all...] |
H A D | unit_test_ldso_strops.c | 30 EXPECT_EQ(__FUNCTION__, str, NULL); in strops_test_0010() 44 EXPECT_EQ(__FUNCTION__, strcmp(tmp, "abc"), 0); in strops_test_0020() 57 EXPECT_EQ(__FUNCTION__, str, NULL); in strops_test_0030() 72 EXPECT_EQ(__FUNCTION__, list.size, 2); in strops_test_0040() 83 EXPECT_EQ(__FUNCTION__, ret, 0); in strops_test_0050()
|
/third_party/musl/ldso/linux/ |
H A D | cfi.c | 138 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in find_cfi_check_sym() 178 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in get_cfi_check_addr() 184 LD_LOGD("[CFI] [%{public}s] __arm__ defined!\n", __FUNCTION__); in get_cfi_check_addr() 188 __FUNCTION__, cfi_check_func_addr, ((struct dso *)addr2dso((size_t)cfi_check_func_addr))->name); in get_cfi_check_addr() 202 LD_LOGD("[CFI] [%{public}s] __aarch64__ defined!\n", __FUNCTION__); in cfi_slowpath_common() 205 LD_LOGD("[CFI] [%{public}s] __aarch64__ not defined!\n", __FUNCTION__); in cfi_slowpath_common() 213 LD_LOGE("[CFI] [%{public}s] the cfi_shadow_start is null!\n", __FUNCTION__); in cfi_slowpath_common() 226 __FUNCTION__, in cfi_slowpath_common() 242 LD_LOGI("[CFI] [%{public}s] uncheck for kernel mapped so.\n", __FUNCTION__); in cfi_slowpath_common() 252 __FUNCTION__, __builtin_return_addres in cfi_slowpath_common() [all...] |
/third_party/musl/porting/linux/user/ldso/ |
H A D | cfi.c | 131 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in find_cfi_check_sym() 170 LD_LOGD("[CFI] [%{public}s] start!\n", __FUNCTION__); in get_cfi_check_addr() 176 LD_LOGD("[CFI] [%{public}s] __arm__ defined!\n", __FUNCTION__); in get_cfi_check_addr() 180 __FUNCTION__, cfi_check_func_addr, ((struct dso *)addr2dso((size_t)cfi_check_func_addr))->name); in get_cfi_check_addr() 194 LD_LOGD("[CFI] [%{public}s] __aarch64__ defined!\n", __FUNCTION__); in cfi_slowpath_common() 197 LD_LOGD("[CFI] [%{public}s] __aarch64__ not defined!\n", __FUNCTION__); in cfi_slowpath_common() 205 LD_LOGE("[CFI] [%{public}s] the cfi_shadow_start is null!\n", __FUNCTION__); in cfi_slowpath_common() 215 __FUNCTION__, in cfi_slowpath_common() 227 LD_LOGI("[CFI] [%{public}s] uncheck for ldso\n", __FUNCTION__); in cfi_slowpath_common() 234 __FUNCTION__, in cfi_slowpath_common() [all...] |
/third_party/musl/libc-test/src/functionalext/relro/ |
H A D | dlopen_ext_relro_test.c | 78 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in test_write_relro_file() 98 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in test_write_relro_file_ext() 114 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0100() 130 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0200() 146 EXPECT_EQ(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0300() 163 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0400() 171 EXPECT_PTRNE(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0400() 188 EXPECT_EQ(__FUNCTION__, handle, NULL); in dlopen_ext_relro_0500() 205 t_error("%s relro file %s open failed error is : %s \n", __FUNCTION__, relro_file, dlerror()); in dlopen_ext_relro_0600() 214 EXPECT_PTRNE(__FUNCTION__, handl in dlopen_ext_relro_0600() [all...] |
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_dlsym.c | 33 EXPECT_EQ(__FUNCTION__, dlns_create(dlnsA, pathA), EOK); in dlns_dlsym_0100_init_ns() 34 EXPECT_EQ(__FUNCTION__, dlns_create(dlnsB, pathB), EOK); in dlns_dlsym_0100_init_ns() 35 EXPECT_EQ(__FUNCTION__, dlns_create(dlnsC, pathC), EOK); in dlns_dlsym_0100_init_ns() 36 EXPECT_EQ(__FUNCTION__, dlns_inherit(dlnsB, dlnsC, NULL), EOK); in dlns_dlsym_0100_init_ns() 37 EXPECT_EQ(__FUNCTION__, dlns_inherit(dlnsA, dlnsB, NULL), EOK); in dlns_dlsym_0100_init_ns() 58 EXPECT_PTRNE(__FUNCTION__, handle_c, NULL); in dlns_dlsym_0100() 64 EXPECT_PTRNE(__FUNCTION__, handle_b, NULL); in dlns_dlsym_0100() 71 EXPECT_PTRNE(__FUNCTION__, handle_a, NULL); in dlns_dlsym_0100() 79 EXPECT_PTRNE(__FUNCTION__, test_a, NULL); in dlns_dlsym_0100() 81 EXPECT_EQ(__FUNCTION__, test_result_ in dlns_dlsym_0100() [all...] |
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_config.c | 100 usb_err("%s: malloc name buffer failed\n", __FUNCTION__); in fconfig_get_string() 108 usb_err("%s: copy string from user failed\n", __FUNCTION__); in fconfig_get_string() 132 usb_err("%s: get gadget name failed\n", __FUNCTION__); in gadget_find_by_name() 154 usb_err("%s, %d: gadget had make\n", __FUNCTION__, __LINE__); in gadget_make() 163 usb_err("%s: malloc gadget failed\n", __FUNCTION__); in gadget_make() 184 usb_err("%s: can not find gadget\n", __FUNCTION__); in gadget_drop() 210 usb_err("%s: get gadget name failed\n", __FUNCTION__); in fconfig_make_gadget() 247 usb_err("%s: can not find the gadget\n", __FUNCTION__); in fconfig_write_dev_desc() 254 usb_err("%s: malloc device descriptor failed\n", __FUNCTION__); in fconfig_write_dev_desc() 280 usb_err("%s: malloc usb cfg failed\n", __FUNCTION__); in fconfig_alloc_gadget_cfg() [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | logging.h | 93 #define ntfs_log_critical(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_CRITICAL,NULL,FORMAT,##ARGS) 94 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,FORMAT,##ARGS) 95 #define ntfs_log_info(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_INFO,NULL,FORMAT,##ARGS) 96 #define ntfs_log_perror(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PERROR,NULL,FORMAT,##ARGS) 97 #define ntfs_log_progress(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PROGRESS,NULL,FORMAT,##ARGS) 98 #define ntfs_log_quiet(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_QUIET,NULL,FORMAT,##ARGS) 99 #define ntfs_log_verbose(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_VERBOSE,NULL,FORMAT,##ARGS) 100 #define ntfs_log_warning(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_WARNING,NULL,FORMAT,##ARGS) 106 #define ntfs_log_debug(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_DEBUG,NULL,FORMAT,##ARGS) 107 #define ntfs_log_trace(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE_ [all...] |
/third_party/musl/porting/liteos_a/user/src/legacy/ |
H A D | utmpx.c | 9 unsupported_api(__FUNCTION__); in endutxent() 14 unsupported_api(__FUNCTION__); in setutxent() 19 unsupported_api(__FUNCTION__); in getutxent() 25 unsupported_api(__FUNCTION__); in getutxid() 31 unsupported_api(__FUNCTION__); in getutxline() 37 unsupported_api(__FUNCTION__); in pututxline() 43 unsupported_api(__FUNCTION__); in updwtmpx() 48 unsupported_api(__FUNCTION__); in __utmpxname()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | debug.h | 41 #define TRACE(message, ...) es::trace("trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__) 48 #define FIXME(message, ...) do {es::trace("fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__); assert(false);} while(false) 55 #define ERR(message, ...) do {es::trace("err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__); assert(false);} while(false) 63 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \ 74 es::trace("\t! Unimplemented: %s(%d): ", __FUNCTION__, __LINE__); \ 80 #define UNIMPLEMENTED(...) FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__) 87 ERR("\t! Unreachable case reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value); \ 91 #define UNREACHABLE(value) ERR("\t! Unreachable reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value)
|
/third_party/musl/libc-test/src/functionalext/symver/ |
H A D | dso_hard_symver.c | 27 return (char *)__FUNCTION__; in dso_hard_symver_if_old() 32 return (char *)__FUNCTION__; in dso_hard_symver_if_stable() 37 return (char *)__FUNCTION__; in dso_hard_symver_if_dev() 42 return (char *)__FUNCTION__; in dso_hard_symver_ld_old() 47 return (char *)__FUNCTION__; in dso_hard_symver_ld_stable() 52 return (char *)__FUNCTION__; in dso_hard_symver_ld_dev()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Debug.h | 39 CheckNTStatus(status, __FUNCTION__, __LINE__) 43 CheckHResult(hr, __FUNCTION__, __LINE__) 51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __FUNCTION__)) 58 #define LOG_ENTRYPOINT() DebugPrintf("%s\n", __FUNCTION__) 63 #define LOG_UNSUPPORTED_ENTRYPOINT() DebugPrintf("%s XXX\n", __FUNCTION__) 66 do { if (expr) DebugPrintf("%s:%d XXX %s\n", __FUNCTION__, __LINE__, #expr); } while(0)
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_completion.c | 45 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_init_completion() 68 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_complete() 105 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_wait_for_completion() 110 PRINT_ERR("Calling %s in interrupt callback is not allowed.\n", __FUNCTION__); in linux_wait_for_completion() 117 PRINTK("Warning: DO NOT call %s in system tasks.\n", __FUNCTION__); in linux_wait_for_completion() 141 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_wait_for_completion_timeout() 146 PRINT_ERR("Calling %s in interrupt callback is not allowed.\n", __FUNCTION__); in linux_wait_for_completion_timeout() 154 PRINTK("Warning: DO NOT call %s in system tasks.\n", __FUNCTION__); in linux_wait_for_completion_timeout() 190 PRINT_ERR("%s failed, input param is invalid\n", __FUNCTION__); in linux_complete_all()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | DebugAndroid.hpp | 54 __FUNCTION__, __FILE__, __LINE__); \ 64 ALOGE("badness: err %s %s:%d (" format ")", __FUNCTION__, __FILE__, \ 71 ALOGE("badness: fixme %s %s:%d (" format ")", __FUNCTION__, __FILE__, \ 79 __FUNCTION__, __FILE__, __LINE__); \ 85 __FUNCTION__, __FILE__, __LINE__, #value, value); \ 91 ALOGV("%s %s:%d (" format ")", __FUNCTION__, __FILE__, \
|