Searched defs:__func__ (Results 1 - 12 of 12) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h56 # define __func__ __FUNCTION__ macro
/external/expat/tests/
H A Dminicheck.h51 C compiler has a working __func__, but the C++ compiler only has a
55 #define __func__ __FUNCTION__ macro
59 _check_set_test_info(__func__, __FILE__, __LINE__); \
/external/mesa3d/include/
H A Dc99_compat.h112 * C99 __func__ macro
114 #ifndef __func__
118 # define __func__ __FUNCTION__ macro
120 # define __func__ __FUNCTION__ macro
122 # define __func__ "<unknown>" macro
133 return __func__;
/external/libevent/
H A Dutil-internal.h57 #if defined(EVENT____func__) && !defined(__func__)
58 #define __func__ EVENT____func__ macro
321 __FILE__,__LINE__,#cond,__func__); \
326 __FILE__,__LINE__,#cond,__func__); \
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h273 #define __func__ __FUNCTION__ macro
276 #define mDNS_Lock(X) mDNS_Lock_((X), __func__)
278 #define mDNS_Unlock(X) mDNS_Unlock_((X), __func__)
281 if (m->mDNS_busy != m->mDNS_reentrancy) LogMsg("%s: Locking Failure! mDNS_busy (%ld) != mDNS_reentrancy (%ld)", __func__, m->mDNS_busy, m->mDNS_reentrancy); \
285 if (m->mDNS_busy != m->mDNS_reentrancy) LogMsg("%s: Unlocking Failure! mDNS_busy (%ld) != mDNS_reentrancy (%ld)", __func__, m->mDNS_busy, m->mDNS_reentrancy); \
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h30 // For those who are used to __func__ from gcc.
31 #ifndef __func__
32 #define __func__ __FUNCTION__ macro
36 #define mock() _mock(__func__, __FILE__, __LINE__)
151 _check_expected(__func__, #parameter, __FILE__, __LINE__, (void*)parameter)
/external/libevent/test/
H A Dregress.gen.c14 #if defined(EVENT____func__) && !defined(__func__)
15 #define __func__ EVENT____func__ macro
52 event_warn("%s: malloc", __func__);
143 event_warn("%s: kill_new()", __func__);
148 event_warn("%s: evbuffer_new()", __func__);
153 event_warnx("%s: kill_unmarshal", __func__);
181 event_warn("%s: evbuffer_new()", __func__);
187 event_warnx("%s: run_unmarshal", __func__);
328 event_warnx("%s: failed to unmarshal from_name", __func__);
339 event_warnx("%s: failed to unmarshal to_name", __func__);
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h388 #ifndef __func__
389 #define __func__ "__func__ not defined" macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h388 #ifndef __func__
389 #define __func__ "__func__ not defined" macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h388 #ifndef __func__
389 #define __func__ "__func__ not defined" macro
/external/google-benchmark/include/benchmark/
H A Dbenchmark.h218 #define __func__ __FUNCTION__ macro
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h218 #define __func__ __FUNCTION__ macro

Completed in 550 milliseconds