/external/clang/test/SemaCXX/ |
lambda-expressions.cpp | 245 auto f = [](void) { return __func__; }; // no-warning
|
/external/compiler-rt/cmake/ |
config-ix.cmake | 68 check_symbol_exists(__func__ "" COMPILER_RT_HAS_FUNC_SYMBOL)
|
/external/compiler-rt/lib/msan/ |
msan.cc | 492 ReportUMRInsideAddressRange(__func__, x, size, offset);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 198 *buff = (char*)MmapOrDie(size, __func__);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_ann.cc | 56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
|
/external/dhcpcd-6.8.2/ |
ipv6.c | 900 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__); 1082 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__); [all...] |
/external/jemalloc/src/ |
ckh.c | 416 " nrelocs: %"FMTu64"\n", __func__, ckh,
|
/external/libdrm/tests/ |
drmstat.c | 85 drmError(-errno, __func__);
|
/external/libevent/ |
epoll.c | 420 event_debug(("%s: epoll_wait reports %d", __func__, res));
|
event_tagging.c | 561 event_warn("%s: malloc", __func__);
|
evport.c | 326 event_debug(("%s: port_getn reports %d events", __func__, nevents));
|
/external/libevent/include/event2/ |
event-config-bionic.h | 421 /* Define to appropriate substitue if compiler doesnt have __func__ */
|
event-config-darwin.h | 442 /* Define to appropriate substitue if compiler doesnt have __func__ */
|
event-config-linux.h | 442 /* Define to appropriate substitue if compiler doesnt have __func__ */
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 92 debug_printf("%s: ", __func__);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa_tgsi.c | 66 debug_printf("%s: ", __func__);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_common_context.c | 355 fprintf(stderr, "enter %s, drawable %p\n", __func__, drawable);
|
radeon_screen.c | 767 fprintf(stderr, "[%s:%u] Error creating FBConfig!\n", __func__,
|
/external/vulkan-validation-layers/libs/glm/detail/ |
_features.hpp | 263 // __func__ predefined identifier N2340 GCC 4.3
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211_monitor.c | 477 "for %s", __func__);
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 769 __func__);
|
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyInterfaceImpl.cpp | 300 __func__, callingUid, callingPid, pid);
|
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/ |
VideoDecoderAVCSecure.cpp | 132 VTRACE("%s sizeLeft: %d buffer->size: %#x", __func__, sizeLeft, buffer->size);
|
/hardware/intel/common/libva/test/putsurface/ |
putsurface_common.c | 54 fprintf(stderr,"%s:%s (%d) failed,exit\n", __func__, func, __LINE__); \
|
/hardware/intel/img/psb_video/src/ |
tng_H263ES.c | 538 __func__);
|