/system/extras/tests/bionic/libc/bionic/ |
libdlclosetest1.cpp | 53 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__); 68 fprintf(stderr, "%s: to_y uinitialized !!\n", __FUNCTION__); 72 fprintf(stderr, "%s: setting y(%p) to 2 !\n", __FUNCTION__, to_y); 81 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
|
/device/samsung/crespo/alsa-lib/include/ |
error.h | 64 #define SNDERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, __VA_ARGS__) /**< Shows a sound error message. */ 65 #define SYSERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, __VA_ARGS__) /**< Shows a system error message (related to \c errno). */ 67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */ 68 #define SYSERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, errno, ##args) /**< Shows a system error message (related to \c errno). */
|
/external/webkit/WebKit/android/nav/ |
CachedDebug.h | 34 #define DBG_NAV_LOG(message) LOGD("%s %s", __FUNCTION__, message) 35 #define DBG_NAV_LOGD(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__) 44 #define DBG_NAV_LOGV(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__) 62 else LOGD("%s " format, __FUNCTION__, __VA_ARGS__); } while (false) 65 #define DUMP_NAV_LOGX(format, ...) LOGD("%s " format, __FUNCTION__, __VA_ARGS__)
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
debug.h | 26 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \ 44 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \ 51 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
|
/hardware/msm7k/librpc/ |
debug.h | 27 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \ 32 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \ 53 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \ 60 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
|
/device/samsung/crespo/alsa-utils/alsactl/ |
alsactl.h | 9 fprintf(stdout, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 15 fprintf(stdout, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 23 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 29 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 38 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 46 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 56 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \ 63 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_DebugMem.h | 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__) 35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__) 36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__) 37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) 38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__) 39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_custom_gpio.c | 84 __FUNCTION__)); 89 __FUNCTION__, dhd_oob_gpio_num)); 111 __FUNCTION__)); 123 __FUNCTION__)); 135 __FUNCTION__)); 143 __FUNCTION__)); 160 WL_TRACE(("%s Enter\n", __FUNCTION__));
|
/system/media/opensles/libopensles/ |
sllog.h | 84 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ 91 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ 98 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ 105 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \ 112 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
|
/external/libnfc-nxp/inc/ |
phDbgTrace.h | 58 "In Function:%s\n",__FUNCTION__ ); \ 67 "In Function:%s\n",__FUNCTION__ ); \ 82 "In Function:%s\n",__FUNCTION__ ); \ 91 "In Function:%s\n",__FUNCTION__ ); \ 113 "In Function:%s\n",__FUNCTION__ ); \ 122 "In Function:%s\n",__FUNCTION__ ); \
|
/device/samsung/crespo/sec_mm/sec_omx/sec_osal/ |
SEC_OSAL_Log.h | 65 #define FunctionIn() _SEC_OSAL_Log(SEC_LOG_TRACE, SEC_LOG_TAG, "%s In , Line: %d", __FUNCTION__, __LINE__) 66 #define FunctionOut() _SEC_OSAL_Log(SEC_LOG_TRACE, SEC_LOG_TAG, "%s Out , Line: %d", __FUNCTION__, __LINE__)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
statistics.h | 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__ 31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
statistics.h | 30 #define MEM_STAT_INFO , __FILE__, __LINE__, __FUNCTION__ 31 #define ALONE_MEM_STAT_INFO __FILE__, __LINE__, __FUNCTION__
|
/frameworks/base/core/jni/ |
android_bluetooth_ScoSocket.cpp | 132 LOGV("%s: key = %s", __FUNCTION__, key); 169 LOGV(__FUNCTION__); 185 LOGE("%s: out of memory!", __FUNCTION__); 197 LOGE("%s: out of memory!", __FUNCTION__); 259 LOGI("%s %s - 0x%x", __FUNCTION__, name, ret); 265 LOGV(__FUNCTION__); 282 LOGV(__FUNCTION__); 287 LOGE("%s: out of memory!", __FUNCTION__); 302 LOGV(__FUNCTION__); 320 LOGV(__FUNCTION__); [all...] |
/bionic/libc/kernel/common/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/development/ndk/platforms/android-3/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
kernel.h | 37 #define __FUNCTION__ (__func__)
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdspi_linux.c | 75 sd_err(("%s: Hey Bogus intr...not even initted: irq %d\n", __FUNCTION__, irq)); 94 sd_trace(("Entering %s: irq == %d\n", __FUNCTION__, irq)); 96 sd_err(("%s: request_irq() failed\n", __FUNCTION__)); 156 sd_trace(("%s: %s\n", __FUNCTION__, enable ? "Enabling" : "Disabling")); 162 sd_err(("%s: Card & Host are not initted - bailing\n", __FUNCTION__)); 167 sd_err(("%s: no handler registered, will not enable\n", __FUNCTION__)); 195 sd_trace(("%s: %d\n", __FUNCTION__, sd->lockcount)); 199 sd_err(("%s: Already locked!\n", __FUNCTION__)); 214 sd_trace(("%s: %d, %d\n", __FUNCTION__, sd->lockcount, sd->client_intr_enabled)); 237 __FUNCTION__, yield, BLOCKABLE())) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/ |
measurementMgrSM.c | 254 ("%s: Configured MeasurementMgr state machine\n", __FUNCTION__)); 288 ("%s: State machine error, failed getting next state\n", __FUNCTION__)); 294 ("%s: <%s, %s> --> %s\n", __FUNCTION__, 339 ("%s: Connected flag already set\n", __FUNCTION__)); 347 ("%s: Connected flag has been set\n", __FUNCTION__)); 358 ("%s: MeasurementMgr set to EXC mode\n", __FUNCTION__)); 370 ("%s: Could not register to receive IAPP packets\n", __FUNCTION__)); 392 ("%s: MeasurementMgr set to Spectrum Management mode\n", __FUNCTION__)); 422 ("%s: Connected flag unset\n", __FUNCTION__)); 441 ("%s: Measurement Manager has been enabled\n", __FUNCTION__)); [all...] |
/external/qemu/hw/ |
bt.c | 35 __FUNCTION__); 38 __FUNCTION__); 44 fprintf(stderr, "%s: stray LMP_detach received, fixme\n", __FUNCTION__); 51 fprintf(stderr, "%s: stray ACL response PDU, fixme\n", __FUNCTION__); 116 fprintf(stderr, "%s: bad bt device \"%s\"\n", __FUNCTION__,
|