Searched defs:__FUNCTION__ (Results 1 - 9 of 9) sorted by relevance

/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfilelistinfo.c46 #define __FUNCTION__ "unknown" macro
58 __FILE__, __FUNCTION__);
H A Dhandlefiletransferrequest.c95 #define __FUNCTION__ "unknown" macro
112 " not changed\n", __FILE__, __FUNCTION__);
118 __FILE__, __FUNCTION__, path);
124 __FILE__, __FUNCTION__);
130 __FILE__, __FUNCTION__);
208 __FILE__, __FUNCTION__);
268 __FILE__, __FUNCTION__);
276 " length\n", __FILE__, __FUNCTION__);
287 "greater that PATH_MAX\n", __FILE__, __FUNCTION__);
296 __FILE__, __FUNCTION__);
[all...]
H A Dfiletransfermsg.c130 #define __FUNCTION__ "unknown" macro
220 " list failed\n", __FILE__, __FUNCTION__, fullpath);
229 "list failed\n", __FILE__, __FUNCTION__, fullpath);
269 __FILE__, __FUNCTION__);
290 __FILE__, __FUNCTION__, fullpath);
297 " list failed\n", __FILE__, __FUNCTION__, fullpath);
307 "list failed\n", __FILE__, __FUNCTION__, fullpath);
316 __FILE__, __FUNCTION__);
459 __FILE__, __FUNCTION__);
497 __FILE__, __FUNCTION__, pat
[all...]
/external/mesa3d/src/egl/main/
H A Deglcompiler.h108 * The __FUNCTION__ gcc variable is generally only used for debugging.
109 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
112 #ifndef __FUNCTION__
114 # define __FUNCTION__ "VMS$NL:" macro
119 # define __FUNCTION__ __func__ macro
121 # define __FUNCTION__ "<unknown>" macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h163 /* The __FUNCTION__ gcc variable is generally only used for debugging.
164 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
166 #ifndef __FUNCTION__
170 # define __FUNCTION__ __func__ macro
172 # define __FUNCTION__ "<unknown>" macro
176 # define __FUNCTION__ "<unknown>" macro
185 # define __func__ __FUNCTION__
/external/svox/pico/lib/
H A Dpicodbg.h59 * __FUNCTION__ macro. It expands to the name of the enclosing
61 * define __FUNCTION__ as an empty string.
173 /* Not all compilers support the __FUNCTION__ macro */
174 #if !defined(__FUNCTION__) && !defined(__GNUC__)
175 #define __FUNCTION__ "" macro
222 for (;!(expr);picodbg_assert(__FILE__, __LINE__, __FUNCTION__, #expr))
229 picodbg_log(level, 1, __FILE__, __LINE__, __FUNCTION__, picodbg_varargs msg)
248 picodbg_log(PICODBG_LOG_LEVEL_INFO, 0, __FILE__, __LINE__, __FUNCTION__, "")
/external/webrtc/webrtc/base/
H A Dcommon.h129 #define __FUNCTION__ "" macro
138 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
142 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
149 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
152 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
/external/mesa3d/src/mesa/main/
H A Dcompiler.h192 * The __FUNCTION__ gcc variable is generally only used for debugging.
193 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
196 #ifndef __FUNCTION__
198 # define __FUNCTION__ "VMS$NL:" macro
203 # define __FUNCTION__ __func__ macro
205 # define __FUNCTION__ "<unknown>" macro
215 # define __func__ __FUNCTION__
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h24 #define __FUNCTION__ "" macro
43 __FILE__, __LINE__, __FUNCTION__); \
72 __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry)
74 __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)

Completed in 244 milliseconds