HomeSort by relevance Sort by last modified time
    Searched defs:__FUNCTION__ (Results 1 - 9 of 9) sorted by null

  /development/ndk/platforms/android-3/include/linux/
kernel.h 37 #define __FUNCTION__ (__func__)
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 108 * 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:"
119 # define __FUNCTION__ __func__
121 # define __FUNCTION__ "<unknown>"
  /external/mesa3d/src/egl/main/
eglcompiler.h 108 * 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:"
119 # define __FUNCTION__ __func__
121 # define __FUNCTION__ "<unknown>"
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 163 /* 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__
172 # define __FUNCTION__ "<unknown>"
176 # define __FUNCTION__ "<unknown>"
185 # define __func__ __FUNCTION__
  /external/chromium_org/third_party/webrtc/base/
common.h 132 #define __FUNCTION__ ""
141 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
145 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
152 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
155 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 163 /* 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__
172 # define __FUNCTION__ "<unknown>"
176 # define __FUNCTION__ "<unknown>"
185 # define __func__ __FUNCTION__
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 192 * 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:"
203 # define __FUNCTION__ __func__
205 # define __FUNCTION__ "<unknown>"
215 # define __func__ __FUNCTION__
  /external/mesa3d/src/mesa/main/
compiler.h 192 * 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:"
203 # define __FUNCTION__ __func__
205 # define __FUNCTION__ "<unknown>"
215 # define __func__ __FUNCTION__
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 34 #define __FUNCTION__ ""
53 __FILE__, __LINE__, __FUNCTION__); \
70 __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry)
72 __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
252 __FUNCTION__, __FILE__, __LINE__, # assert); \
777 printk (KERN_ERR "JBD unimplemented function " __FUNCTION__); \

Completed in 236 milliseconds