Home
last modified time | relevance | path

Searched refs:__FUNCTION__ (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/third_party/musl/libc-test/src/functionalext/ldso_randomization/
Dldso_randomization_test.c50 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_handle, handle); in dlopen_randomization_0400()
[all …]
Dldso_randomization_manual.c66 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/tests/
DGia64-test-nat.c149 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 …]
Dtest-setjmp.c64 __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 …]
DGia64-test-readonly.c57 panic ("%s: unw_init_local (ret=%d)\n", __FUNCTION__, ret); in checker()
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker()
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret); in checker()
67 __FUNCTION__, ret, -UNW_EREADONLYREG); in checker()
70 __FUNCTION__, ret, -UNW_EREADONLYREG); in checker()
/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_dlsym.c33 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_1, test_a()); in dlns_dlsym_0100()
[all …]
/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c78 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__, handle, NULL); in dlopen_ext_relro_0600()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_config.c100 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 …]
Dusbd_generic_ep0.c114 usb_err("%s: the length of descriptor is error\n", __FUNCTION__); in generic_parse_single_desc()
125 usb_err("%s: descriptor %d is not supported\n", __FUNCTION__, in generic_parse_single_desc()
136 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
151 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
162 usb_err("%s: eps_count is too large\n", __FUNCTION__); in generic_parse_single_desc()
175 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
187 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
200 __FUNCTION__, ds->bLength, ds->bDescriptorType); in generic_parse_single_desc()
236 usb_debug("%s: parse single desc error %d\n", __FUNCTION__, ret); in generic_parse_descs()
256 usb_err("%s: len is error\n", __FUNCTION__); in generic_got_descs()
[all …]
Df_generic.c233 usb_err("%s: name is NULL\n", __FUNCTION__); in generic_dev_find_by_name()
306 usb_err("%s: generic device is more than 64\n", __FUNCTION__); in generic_dev_new()
313 usb_err("%s malloc failed\n", __FUNCTION__); in generic_dev_new()
445 usb_err("%s: allocate eps failed", __FUNCTION__); in generic_eps_alloc()
473 usb_err("%s: alloc ep %u failed", __FUNCTION__, desc->bEndpointAddress); in generic_eps_alloc()
484 __FUNCTION__, desc->bEndpointAddress); in generic_eps_alloc()
510 usb_err("%s: invalid paramter\n", __FUNCTION__); in usbclass_generic_bind()
518 usb_err("%s: priv is NULL or state is error\n", __FUNCTION__); in usbclass_generic_bind()
523 usb_err("%s: the generic device is bound\n", __FUNCTION__); in usbclass_generic_bind()
530 usb_err("%s: devobj is NULL\n", __FUNCTION__); in usbclass_generic_bind()
[all …]
/third_party/musl/porting/liteos_a/user/src/legacy/
Dutmpx.c9 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/ntfs-3g/include/ntfs-3g/
Dlogging.h93 #define ntfs_log_critical(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LO…
94 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L…
95 #define ntfs_log_info(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LE…
96 #define ntfs_log_perror(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_…
97 #define ntfs_log_progress(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LO…
98 #define ntfs_log_quiet(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L…
99 #define ntfs_log_verbose(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG…
100 #define ntfs_log_warning(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG…
106 #define ntfs_log_debug(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L…
107 #define ntfs_log_trace(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L…
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h41 #define TRACE(message, ...) es::trace("trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V…
48 #define FIXME(message, ...) do {es::trace("fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, #…
55 #define ERR(message, ...) do {es::trace("err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V…
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__…
/third_party/musl/libc-test/src/functionalext/symver/
Ddso_hard_symver.c27 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/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/
Dsoft_dp_log.h40 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
45 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
50 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
55 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
60 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
89 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
110 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
115 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
120 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
125 model, __FUNCTION__, __LINE__, VERSION_INFO, ##__VA_ARGS__); \
[all …]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDebug.h39 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/skia/third_party/externals/swiftshader/src/Common/
DDebugAndroid.hpp54 __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__, \
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_completion.c45 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/mesa3d/src/util/
Du_debug.h187 …debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNCTION__))
205 _debug_printf("%s\n", __FUNCTION__)
217 _debug_printf("%s:%u:%s\n", __FILE__, __LINE__, __FUNCTION__)
229 _debug_printf("%s:%u:%s: warning: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
245 __FILE__, __LINE__, __FUNCTION__, __msg); \
260 _debug_printf("%s:%u:%s: error: %s\n", __FILE__, __LINE__, __FUNCTION__, __msg)
354 debug_funclog_enter(__FUNCTION__, __LINE__, __FILE__)
358 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
364 debug_funclog_exit(__FUNCTION__, __LINE__, __FILE__); \
368 debug_funclog_enter_exit(__FUNCTION__, __LINE__, __FILE__)
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Ddebug.h191 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_EVENT, ##__VA_ARGS__)
193 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_INFO, ##__VA_ARGS__)
195 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_WARN, ##__VA_ARGS__)
197 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_ERR, ##__VA_ARGS__)
199 ::gl::ClassName(__FUNCTION__, __LINE__, ::gl::LOG_FATAL, ##__VA_ARGS__)
246 __FUNCTION__, __VA_ARGS__)
249 gl::ScopedPerfEventHelper scopedPerfEventHelper("%s" message "\n", __FUNCTION__, \
285 : (FATAL() << "\t! Assert failed in " << __FUNCTION__ << " (" << __FILE__ \
304 WARN() << "\t! Unimplemented: " << __FUNCTION__ << "(" << __FILE__ << ":" << __LINE__ \
313 FATAL() << "\t! Unreachable reached: " << __FUNCTION__ << "(" << __FILE__ << ":" \
[all …]
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawnattr_sched.c9 unsupported_api(__FUNCTION__); in posix_spawnattr_getschedparam()
16 unsupported_api(__FUNCTION__); in posix_spawnattr_setschedparam()
22 unsupported_api(__FUNCTION__); in posix_spawnattr_getschedpolicy()
28 unsupported_api(__FUNCTION__); in posix_spawnattr_setschedpolicy()
/third_party/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder.cc79 TRACE_EVENT0("flutter", __FUNCTION__); in ResizeRasterImage()
80 flow.Step(__FUNCTION__); in ResizeRasterImage()
116 TRACE_EVENT0("flutter", __FUNCTION__); in ImageFromDecompressedData()
117 flow.Step(__FUNCTION__); in ImageFromDecompressedData()
133 TRACE_EVENT0("flutter", __FUNCTION__); in ImageFromCompressedData()
134 flow.Step(__FUNCTION__); in ImageFromCompressedData()
157 TRACE_EVENT0("flutter", __FUNCTION__); in UploadRasterImage()
158 flow.Step(__FUNCTION__); in UploadRasterImage()
192 TRACE_EVENT0("flutter", __FUNCTION__); in Decode()
193 fml::tracing::TraceFlow flow(__FUNCTION__); in Decode()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.c62 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_create()
73 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_destroy()
89 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_signal()
97 debug_printf("%s count=%u rank=%u\n", __FUNCTION__, in lp_fence_signal()
117 debug_printf("%s %d\n", __FUNCTION__, f->id); in lp_fence_wait()
144 debug_printf("%s %d\n", __FUNCTION__, f->id); in lp_fence_timedwait()
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c251 dprintf("\n******** %s in **********\n", __FUNCTION__); in usb_init()
255 …dprintf("\n duplicate usb_init %s, ctype:%d dtype:%d\n", __FUNCTION__, usb_info.ctype, usb_info.dt… in usb_init()
302 dprintf("******** %s ok**********\n\n", __FUNCTION__); in usb_init()
310 dprintf("******** %s fail**********\n\n", __FUNCTION__); in usb_init()
320 dprintf("******** %s in **********\n\n", __FUNCTION__); in usb_deinit()
324 dprintf("******** %s out, no init **********\n\n", __FUNCTION__); in usb_deinit()
329 dprintf("******** %s fail, host not support **********\n\n", __FUNCTION__); in usb_deinit()
334 dprintf("******** %s fail, %d **********\n\n", __FUNCTION__, ret); in usb_deinit()
/third_party/weston/libweston/backend-drm/auth/
Dwayland_drm_auth.h30 HILOG_DEBUG("[%s@%s:%d] " format "\n", __FUNCTION__, FILENAME, __LINE__, ##__VA_ARGS__); \
37 HILOG_INFO("[%s@%s:%d] " format "\n", __FUNCTION__, FILENAME, __LINE__, ##__VA_ARGS__); \
44 HILOG_WARN("[%s@%s:%d] " format "\n", __FUNCTION__, FILENAME, __LINE__, ##__VA_ARGS__); \
51 HILOG_ERROR("[%s@%s:%d] " format "\n", __FUNCTION__, FILENAME, __LINE__, ##__VA_ARGS__); \

12345678910>>...20