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

/external/chromium/base/debug/
H A Dstack_trace_unittest.cc89 // MSVC doesn't allow the use of C99's __func__ within C++, so we fake it with
91 #define __func__ __FUNCTION__ macro
96 EXPECT_TRUE(backtrace_message.find(__func__) != std::string::npos)
97 << "Expected to find " << __func__ << " in backtrace:\n"
/external/expat/tests/
H A Dminicheck.h22 __func__, but the C++ compiler only has a working __FUNCTION__. This
25 #define __func__ __FUNCTION__ macro
29 _check_set_test_info(__func__, __FILE__, __LINE__); \
/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/mesa3d/src/mesa/main/
H A Dcompiler.h221 # define __FUNCTION__ __func__
227 #ifndef __func__
230 /* __func__ is part of C99 */
233 # define __func__ __FUNCTION__ macro
235 # define __func__ "<unknown>" macro
/external/chromium/third_party/libevent/test/
H A Dregress.gen.c17 #define __func__ _EVENT___func__ macro
49 event_warn("%s: malloc", __func__);
134 event_warn("%s: kill_new()", __func__);
139 event_warn("%s: evbuffer_new()", __func__);
144 event_warnx("%s: kill_unmarshal", __func__);
169 event_warn("%s: evbuffer_new()", __func__);
174 event_warnx("%s: run_unmarshal", __func__);
310 event_warnx("%s: failed to unmarshal from_name", __func__);
321 event_warnx("%s: failed to unmarshal to_name", __func__);
335 event_warnx("%s: failed to unmarshal attack", __func__);
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h359 #ifndef __func__
360 #define __func__ "__func__ not defined" macro
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h374 #ifndef __func__
375 #define __func__ "__func__ not defined" macro
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h374 #ifndef __func__
375 #define __func__ "__func__ not defined" macro
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.h374 #ifndef __func__
375 #define __func__ "__func__ not defined" macro
/external/openssh/
H A Ddefines.h617 # define __func__ __FUNCTION__ macro
619 # define __func__ "" macro
/external/netperf/
H A Dnettest_bsd.c122 #define __func__ __FUNCTION__ macro
235 __func__, \
254 __func__); \
12113 __func__);

Completed in 281 milliseconds