/external/chromium_org/base/debug/ |
stack_trace_unittest.cc | 107 // MSVC doesn't allow the use of C99's __func__ within C++, so we fake it with 109 #define __func__ __FUNCTION__ macro 114 EXPECT_TRUE(backtrace_message.find(__func__) != std::string::npos) 115 << "Expected to find " << __func__ << " in backtrace:\n"
|
/external/iptables/include/linux/ |
kernel.h | 48 #define __FUNCTION__ (__func__)
|
/external/clang/test/Sema/ |
block-misc.c | 74 // rdar://6405429 - __func__ in a block refers to the containing function name. 77 return __func__; 226 const char * (^func)(void) = ^{ return __func__; };
|
/external/openssh/ |
misc.c | 585 fatal("%s: NULL replacement", __func__); 588 fatal("%s: too many keys", __func__); 598 fatal("%s: string too long", __func__); 610 fatal("%s: string too long", __func__); 615 fatal("%s: unknown key %%%c", __func__, *string); 636 debug("%s: %s line %lu exceeds size limit", __func__, 667 debug("%s: invalid tunnel %u", __func__, tun); 672 debug("%s: %s open failed: %s", __func__, name, strerror(errno)); 676 debug("%s: %s mode %d fd %d", __func__, name, mode, fd); 708 debug("%s: failed to set %s mode %d: %s", __func__, name [all...] |
/external/wpa_supplicant_8/src/tls/ |
pkcs1.c | 36 __func__, (unsigned long) modlen, 58 "random data for PS", __func__); 69 "%d", __func__, block_type);
|
/hardware/samsung_slsi/exynos5/libcsc/ |
csc.c | 320 ALOGE("%s:: exynos_gsc_convert() fail", __func__); 349 ALOGE("%s:: unsupported csc_hw_type(%d)", __func__, handle->csc_hw_type); 369 ALOGV("%s:: CSC_HW_TYPE_FIMC", __func__); 378 ALOGV("%s:: CSC_HW_TYPE_GSCALER", __func__); 400 ALOGE("%s:: unsupported csc_hw_type, csc use sw", __func__); 408 ALOGE("%s:: CSC_METHOD_HW can't open HW", __func__); 413 ALOGV("%s:: CSC_METHOD=%d", __func__, csc_handle->csc_method); 497 ALOGE("%s:: unsupported csc_hw_type", __func__); 542 ALOGE("%s:: unsupported csc_hw_type", __func__); 595 ALOGE("%s:: unsupported csc_hw_type", __func__); [all...] |
/system/core/libion/ |
ion_test.c | 37 printf("%s failed: %s\n", __func__, strerror(ret)); 51 printf("%s failed: %s %p\n", __func__, strerror(ret), handle); 78 "memory\n", __func__, i, ptr[i]);
|
/system/extras/ext4_utils/ |
ext4_utils.h | 59 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } while (0) 60 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0) 62 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
|
/device/asus/flo/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 103 ALOGE("%s: NULL camera device", __func__); 269 ALOGD("[KPI Perf] %s: E", __func__); 281 ALOGD("[KPI Perf] %s: X", __func__); 303 ALOGD("[KPI Perf] %s: E", __func__); 310 ALOGD("[KPI Perf] %s: X", __func__); 401 ALOGD("[KPI Perf] %s: E", __func__); 409 ALOGD("[KPI Perf] %s: X", __func__); 431 ALOGD("[KPI Perf] %s: E", __func__); 438 ALOGD("[KPI Perf] %s: X", __func__); 492 ALOGD("%s: E", __func__); [all...] |
QCameraStateMachine.cpp | 54 ALOGD("%s: E", __func__); 60 __func__, strerror(errno)); 96 ALOGD("%s: X", __func__); 147 ALOGD("%s: pthread dead already\n", __func__); 174 ALOGE("%s: No memory for qcamera_sm_cmd_t", __func__); 211 ALOGE("%s: No memory for qcamera_sm_cmd_t", __func__); 391 ALOGE("%s: preparePreview failed",__func__); 431 ALOGD("%s: already in preview stopped state, do nothing", __func__); 495 ALOGE("%s: cannot handle evt(%d) in state(%d)", __func__, evt, m_state); 506 ALOGD("%s: No ops for evt(%d) in state(%d)", __func__, evt, m_state) [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 103 ALOGE("%s: NULL camera device", __func__); 269 ALOGD("[KPI Perf] %s: E", __func__); 281 ALOGD("[KPI Perf] %s: X", __func__); 303 ALOGD("[KPI Perf] %s: E", __func__); 310 ALOGD("[KPI Perf] %s: X", __func__); 401 ALOGD("[KPI Perf] %s: E", __func__); 409 ALOGD("[KPI Perf] %s: X", __func__); 431 ALOGD("[KPI Perf] %s: E", __func__); 438 ALOGD("[KPI Perf] %s: X", __func__); 492 ALOGD("%s: E", __func__); [all...] |
QCameraStateMachine.cpp | 54 ALOGD("%s: E", __func__); 60 __func__, strerror(errno)); 96 ALOGD("%s: X", __func__); 147 ALOGD("%s: pthread dead already\n", __func__); 174 ALOGE("%s: No memory for qcamera_sm_cmd_t", __func__); 211 ALOGE("%s: No memory for qcamera_sm_cmd_t", __func__); 391 ALOGE("%s: preparePreview failed",__func__); 431 ALOGD("%s: already in preview stopped state, do nothing", __func__); 495 ALOGE("%s: cannot handle evt(%d) in state(%d)", __func__, evt, m_state); 506 ALOGD("%s: No ops for evt(%d) in state(%d)", __func__, evt, m_state) [all...] |
/external/chromium/third_party/libevent/ |
kqueue.c | 155 event_warn("%s: detected broken kqueue; not using.", __func__); 180 event_warn("%s: malloc", __func__); 193 event_warn("%s: malloc", __func__); 204 __func__, (int)kev->ident, 244 event_debug(("%s: kevent reports %d", __func__, res));
|
/external/chromium_org/third_party/libevent/ |
kqueue.c | 155 event_warn("%s: detected broken kqueue; not using.", __func__); 180 event_warn("%s: malloc", __func__); 193 event_warn("%s: malloc", __func__); 204 __func__, (int)kev->ident, 244 event_debug(("%s: kevent reports %d", __func__, res));
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
compiler.h | 203 # define __FUNCTION__ __func__ 209 #ifndef __func__ 212 /* __func__ is part of C99 */ 215 # define __func__ __FUNCTION__ macro 217 # define __func__ "<unknown>" macro
|
/external/mesa3d/src/mesa/main/ |
compiler.h | 203 # define __FUNCTION__ __func__ 209 #ifndef __func__ 212 /* __func__ is part of C99 */ 215 # define __func__ __FUNCTION__ macro 217 # define __func__ "<unknown>" macro
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 164 __func__, cmd_cb->cmd_type); 229 __func__, ch_obj->pending_cnt); 240 __func__, ch_obj->pending_cnt); 260 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__); 304 CDBG("%s : E state = %d", __func__, my_obj->state); 319 CDBG("%s: Not a valid state (%d)", __func__, my_obj->state); 325 CDBG("%s : X rc = %d", __func__, rc); 355 __func__, my_obj->state, evt, in_val, out_val); 384 CDBG("%s : E evt = %d", __func__, evt); 469 __func__, my_obj->state, evt) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 63 __func__, rb, rrb); 476 __func__, ctx, rb); 620 __func__, ctx, rb); 636 __func__, ctx, fb); 682 __func__, rrb); 715 __func__, ctx, rrb); 736 __func__, ctx, fb, 758 __func__, ctx, fb, rb); 772 __func__, ctx, rrb, texImage, _mesa_get_format_name(texImage->TexFormat)); 799 __func__, ctx, rrb, texImage) [all...] |
radeon_texture.c | 68 __func__, dst, dststride, 164 __func__, image); 183 __func__, image, 198 __func__, image); 241 __func__); 337 __func__, 342 __func__, do32bpt, force16bpt); 537 (int)internalFormat, __func__); 572 "%s Failed to allocate miptree.\n", __func__); 637 "%s Failed to allocate miptree.\n", __func__); [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 63 __func__, rb, rrb); 476 __func__, ctx, rb); 620 __func__, ctx, rb); 636 __func__, ctx, fb); 682 __func__, rrb); 715 __func__, ctx, rrb); 736 __func__, ctx, fb, 758 __func__, ctx, fb, rb); 772 __func__, ctx, rrb, texImage, _mesa_get_format_name(texImage->TexFormat)); 799 __func__, ctx, rrb, texImage) [all...] |
radeon_texture.c | 68 __func__, dst, dststride, 164 __func__, image); 183 __func__, image, 198 __func__, image); 241 __func__); 337 __func__, 342 __func__, do32bpt, force16bpt); 537 (int)internalFormat, __func__); 572 "%s Failed to allocate miptree.\n", __func__); 637 "%s Failed to allocate miptree.\n", __func__); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 87 __func__); 94 __func__); 592 "private data: %s", __func__, path); 639 __func__, dsc->dbus_property, 644 __func__, dsc->dbus_property); 703 __func__); 739 __func__); 773 "of object %s", __func__, obj_desc->path); 938 "private data: %s", __func__, path); 944 __func__); [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_channel.c | 165 __func__, cmd_cb->cmd_type); 231 __func__, ch_obj->pending_cnt); 242 __func__, ch_obj->pending_cnt); 262 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__); 306 CDBG("%s : E state = %d", __func__, my_obj->state); 321 CDBG("%s: Not a valid state (%d)", __func__, my_obj->state); 327 CDBG("%s : X rc = %d", __func__, rc); 357 __func__, my_obj->state, evt, in_val, out_val); 386 CDBG("%s : E evt = %d", __func__, evt); 471 __func__, my_obj->state, evt) [all...] |
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 225 __func__, MAC2STR(sta->addr)); 313 __func__, MAC2STR(sta->addr), sta->flags, 381 __func__, MAC2STR(sta->addr), next_time); 419 __func__, MAC2STR(sta->addr), AP_DISASSOC_DELAY); 442 __func__, MAC2STR(sta->addr), AP_DEAUTH_DELAY); 537 __func__, MAC2STR(addr), 615 __func__, MAC2STR(sta->addr), 653 __func__, MAC2STR(sta->addr), 678 __func__, MAC2STR(sta->addr)); 960 __func__, MAC2STR(sta->addr) [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 162 wpa_printf(MSG_DEBUG, "%s - gnutls version %s", __func__, ver); 220 wpa_printf(MSG_DEBUG, "%s - pull_buf consumed", __func__); 226 __func__, 931 "(%s)", __func__, (int) res, 959 "pull_buf", __func__, 982 __func__, gnutls_alert_get_name( 988 "-> %s", __func__, gnutls_strerror(ret)); 1055 __func__, gnutls_strerror(res)); 1074 "pull_buf", __func__, 1097 "(%s)", __func__, (int) res, gnutls_strerror(res)) [all...] |