HomeSort by relevance Sort by last modified time
    Searched refs:__FUNCTION__ (Results 1 - 25 of 475) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/libtiutils/
DebugUtils.h 23 #define DBGUTILS_LOGVA(str) LOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
24 #define DBGUTILS_LOGVB(str,...) LOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
25 #define DBGUTILS_LOGDA(str) LOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
26 #define DBGUTILS_LOGDB(str, ...) LOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
27 #define DBGUTILS_LOGEA(str) LOGE("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__);
28 #define DBGUTILS_LOGEB(str, ...) LOGE("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__, __VA_ARGS__);
29 #define LOG_FUNCTION_NAME LOGV("%d: %s() ENTER", __LINE__, __FUNCTION__);
30 #define LOG_FUNCTION_NAME_EXIT LOGV("%d: %s() EXIT", __LINE__, __FUNCTION__);
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 23 #define TRACE(message, ...) gl::trace("trace: %s"message"\n", __FUNCTION__, __VA_ARGS__)
29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__)
32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__)
37 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
45 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
49 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
55 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
59 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
  /external/clang/test/CodeGen/
predefined-expr.c 16 printf("__FUNCTION__ %s\n", __FUNCTION__);
22 printf("__FUNCTION__ %s\n", __FUNCTION__);
28 printf("__FUNCTION__ %s\n", __FUNCTION__);
34 printf("__FUNCTION__ %s\n", __FUNCTION__);
  /hardware/invensense/mlsdk/mllite/
mlinclude.h 37 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
38 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
44 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
45 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
48 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
  /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);
libdlclosetest2.c 46 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__);
62 fprintf(stderr, "%s: to_y uninitialized!!\n", __FUNCTION__);
66 fprintf(stderr, "%s: setting y(%p) to 2!\n", __FUNCTION__, to_y);
72 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
debug.h 38 Trace("Assert failed: %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
43 Trace("Unimplemented invoked: %s(%d)\n", __FUNCTION__, __LINE__); \
48 Trace("Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 87 printf("__FUNCTION__ %s\n", __FUNCTION__);
98 printf("__FUNCTION__ %s\n", __FUNCTION__);
112 printf("__FUNCTION__ %s\n", __FUNCTION__);
121 printf("__FUNCTION__ %s\n", __FUNCTION__);
127 printf("__FUNCTION__ %s\n", __FUNCTION__);
    [all...]
  /system/media/wilhelm/src/
trace.h 55 #define SL_ENTER_GLOBAL SLresult result; slTraceEnterGlobal(__FUNCTION__);
56 #define SL_LEAVE_GLOBAL slTraceLeaveGlobal(__FUNCTION__, result); return result;
57 #define SL_ENTER_INTERFACE SLresult result; slTraceEnterInterface(__FUNCTION__);
58 #define SL_LEAVE_INTERFACE slTraceLeaveInterface(__FUNCTION__, result); return result;
59 #define SL_ENTER_INTERFACE_VOID slTraceEnterInterfaceVoid(__FUNCTION__);
60 #define SL_LEAVE_INTERFACE_VOID slTraceLeaveInterfaceVoid(__FUNCTION__); return;
62 #define XA_ENTER_GLOBAL XAresult result; slTraceEnterGlobal(__FUNCTION__);
63 #define XA_LEAVE_GLOBAL slTraceLeaveGlobal(__FUNCTION__, result); return result;
64 #define XA_ENTER_INTERFACE XAresult result; slTraceEnterInterface(__FUNCTION__);
65 #define XA_LEAVE_INTERFACE slTraceLeaveInterface(__FUNCTION__, result); return result
    [all...]
  /development/tools/emulator/system/camera/
EmulatedQemuCameraDevice.cpp 62 __FUNCTION__, device_name);
77 LOGV("%s", __FUNCTION__);
81 LOGE("%s: Qemu camera device is not initialized.", __FUNCTION__);
86 __FUNCTION__, (const char*)mDeviceName);
94 __FUNCTION__, (const char*)mDeviceName);
98 __FUNCTION__, (const char*)mDeviceName);
106 LOGV("%s", __FUNCTION__);
111 __FUNCTION__, (const char*)mDeviceName);
116 __FUNCTION__, (const char*)mDeviceName);
124 __FUNCTION__, (const char*)mDeviceName)
    [all...]
EmulatedCameraDevice.cpp 61 __FUNCTION__, mState);
68 LOGE("%s: Unable to instantiate worker thread object", __FUNCTION__);
79 LOGV("%s", __FUNCTION__);
82 LOGE("%s: Device is not started", __FUNCTION__);
88 LOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
94 LOGV("%s", __FUNCTION__);
97 LOGW("%s: Device is not started", __FUNCTION__);
102 LOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
107 LOGV("%s", __FUNCTION__);
110 LOGW("%s: Fake camera device is not started.", __FUNCTION__);
    [all...]
QemuClient.cpp 90 __FUNCTION__);
104 __FUNCTION__, required);
134 LOGE("%s: Invalid reply to the query", __FUNCTION__);
145 LOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
155 LOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
165 LOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
215 LOGV("%s: '%s'", __FUNCTION__, param ? param : "");
219 LOGE("%s: Qemu client is already connected", __FUNCTION__);
241 __FUNCTION__, param ? param : "Factory", strerror(errno));
250 LOGV("%s", __FUNCTION__);
    [all...]
EmulatedCameraFactory.cpp 65 __FUNCTION__, mEmulatedCameraNum);
83 LOGE("%s: Unable to instantiate fake camera class", __FUNCTION__);
117 LOGV("%s: id = %d", __FUNCTION__, camera_id);
122 LOGE("%s: EmulatedCameraFactory has failed to initialize", __FUNCTION__);
128 __FUNCTION__, camera_id, getEmulatedCameraNum());
137 LOGV("%s: id = %d", __FUNCTION__, camera_id);
140 LOGE("%s: EmulatedCameraFactory has failed to initialize", __FUNCTION__);
146 __FUNCTION__, camera_id, getEmulatedCameraNum());
168 __FUNCTION__, module, &HAL_MODULE_INFO_SYM.common);
172 LOGE("%s: NULL name is not expected here", __FUNCTION__);
    [all...]
JpegCompressor.cpp 47 LOGV("%s: %p[%dx%d]", __FUNCTION__, image, width, height);
56 __FUNCTION__, (width * height * 12) / 8, width, height, mStream.getOffset());
59 LOGE("%s: JPEG compression failed", __FUNCTION__);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
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/Source/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__); \
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLErrorLog.h 11 if (err) { dbg(); ERR("Error: 0x%X in %s (%s:%d)\n", err, __FUNCTION__, __FILE__, __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__); \
  /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/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
63 #define dump() OMX_DebugMem_dump( __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__

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 91011>>