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

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/libtiutils/
DebugUtils.h 23 #define DBGUTILS_LOGVA(str) ALOGV("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
24 #define DBGUTILS_LOGVB(str,...) ALOGV("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
25 #define DBGUTILS_LOGDA(str) ALOGD("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__);
26 #define DBGUTILS_LOGDB(str, ...) ALOGD("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__, __VA_ARGS__);
27 #define DBGUTILS_LOGEA(str) ALOGE("%s:%d %s - " str,__FILE__, __LINE__, __FUNCTION__);
28 #define DBGUTILS_LOGEB(str, ...) ALOGE("%s:%d %s - " str,__FILE__, __LINE__,__FUNCTION__, __VA_ARGS__);
29 #define LOG_FUNCTION_NAME ALOGV("%d: %s() ENTER", __LINE__, __FUNCTION__);
30 #define LOG_FUNCTION_NAME_EXIT ALOGV("%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/libsensors_iio/software/core/driver/include/
mlinclude.h 25 #define INVENSENSE_FUNC_START __pragma(message(__FILE__ "|"__FUNCTION__ )) \
26 int dslkQjDsd = functionEnterLog(__FILE__, __FUNCTION__)
32 #define INVENSENSE_FUNC_START int dslkQjDsd = profileEnter(__FILE__, __FUNCTION__)
33 #define return if ( profileExit(__FILE__, __FUNCTION__) ) return
36 // #define return if ( functionExitLog(__FILE__, __FUNCTION__) ) return
  /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__); \
  /packages/apps/Nfc/nci/jni/
NativeP2pDevice.cpp 28 ALOGD ("%s", __FUNCTION__);
35 ALOGD ("%s", __FUNCTION__);
42 ALOGD ("%s", __FUNCTION__);
49 ALOGD ("%s", __FUNCTION__);
56 ALOGD ("%s", __FUNCTION__);
Pn544Interop.cpp 64 ALOGD ("%s: enter", __FUNCTION__);
72 ALOGD ("%s: exit", __FUNCTION__);
88 ALOGD ("%s: enter", __FUNCTION__);
94 ALOGD ("%s: abort now", __FUNCTION__);
101 ALOGD ("%s: start polling", __FUNCTION__);
107 ALOGD ("%s: try again later", __FUNCTION__);
113 ALOGD ("%s: exit", __FUNCTION__);
132 ALOGD ("%s: %u", __FUNCTION__, isBusy);
148 ALOGD ("%s", __FUNCTION__);
NativeNfcManager.cpp 211 ALOGD("%s: event= %u", __FUNCTION__, connEvent);
223 ALOGD("%s: deactivating, should get NFA_DEACTIVATED_EVT", __FUNCTION__);
231 ALOGD("%s: NFA_POLL_ENABLED_EVT: status = %u", __FUNCTION__, eventData->status);
240 ALOGD("%s: NFA_POLL_DISABLED_EVT: status = %u", __FUNCTION__, eventData->status);
249 ALOGD("%s: NFA_RF_DISCOVERY_STARTED_EVT: status = %u", __FUNCTION__, eventData->status);
258 ALOGD("%s: NFA_RF_DISCOVERY_STOPPED_EVT: status = %u", __FUNCTION__, eventData->status);
267 ALOGD("%s: NFA_DISC_RESULT_EVT: status = %d", __FUNCTION__, status);
270 ALOGE("%s: NFA_DISC_RESULT_EVT error: status = %d", __FUNCTION__, status);
280 ALOGD("%s: NFA_SELECT_RESULT_EVT: status = %d, gIsSelectingRfInterface = %d, sIsDisabling=%d", __FUNCTION__, eventData->status, gIsSelectingRfInterface, sIsDisabling);
292 ALOGE("%s: NFA_SELECT_RESULT_EVT error: status = %d", __FUNCTION__, eventData->status)
    [all...]
  /frameworks/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...]
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp 62 __FUNCTION__, device_name);
77 ALOGV("%s", __FUNCTION__);
81 ALOGE("%s: Qemu camera device is not initialized.", __FUNCTION__);
86 __FUNCTION__, (const char*)mDeviceName);
94 __FUNCTION__, (const char*)mDeviceName);
98 __FUNCTION__, (const char*)mDeviceName);
106 ALOGV("%s", __FUNCTION__);
111 __FUNCTION__, (const char*)mDeviceName);
116 __FUNCTION__, (const char*)mDeviceName);
124 __FUNCTION__, (const char*)mDeviceName)
    [all...]
EmulatedCameraDevice.cpp 69 __FUNCTION__, mState);
76 ALOGE("%s: Unable to instantiate worker thread object", __FUNCTION__);
87 ALOGV("%s", __FUNCTION__);
90 ALOGE("%s: Device is not started", __FUNCTION__);
96 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
102 ALOGV("%s", __FUNCTION__);
105 ALOGW("%s: Device is not started", __FUNCTION__);
110 ALOGE_IF(res != NO_ERROR, "%s: startWorkerThread failed", __FUNCTION__);
115 ALOGV("%s", __FUNCTION__);
118 ALOGW("%s: Fake camera device is not started.", __FUNCTION__);
    [all...]
  /external/compiler-rt/lib/
int_util.h 24 __FUNCTION__)
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
Log.h 16 printf("%s:%s:%d: " fmt, __FILE__, __FUNCTION__, __LINE__, args)
  /prebuilts/gcc/linux-x86/host/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). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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). */
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegCompressor.cpp 35 ALOGV("%s", __FUNCTION__);
41 ALOGV("%s", __FUNCTION__);
45 ALOGE("%s: Already processing a buffer!", __FUNCTION__);
58 __FUNCTION__, strerror(-res), res);
65 ALOGV("%s", __FUNCTION__);
71 ALOGV("%s", __FUNCTION__);
76 ALOGV("%s", __FUNCTION__);
107 ALOGV("%s: image_width = %d, image_height = %d", __FUNCTION__, mCInfo.image_width, mCInfo.image_height);
127 ALOGV("%s: Cancel called, exiting early", __FUNCTION__);
141 ALOGV("%s", __FUNCTION__);
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 25 #define CORRUPTION_ERROR_ACTION(m) __bionic_heap_corruption_error(__FUNCTION__)
26 #define USAGE_ERROR_ACTION(m,p) __bionic_heap_usage_error(__FUNCTION__, p)
  /external/clang/test/Sema/
ms_wide_predefined_expr.cpp 8 const wchar_t (*ss)[12] = &STR2WSTR(__FUNCTION__);
9 static int arr[sizeof(STR2WSTR(__FUNCTION__))==12*sizeof(wchar_t) ? 1 : -1];
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 107 printf("__FUNCTION__ %s\n", __FUNCTION__);
118 printf("__FUNCTION__ %s\n", __FUNCTION__);
132 printf("__FUNCTION__ %s\n", __FUNCTION__);
141 printf("__FUNCTION__ %s\n", __FUNCTION__);
147 printf("__FUNCTION__ %s\n", __FUNCTION__);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 69 ALOGE ("%s: filename too long", __FUNCTION__);
74 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
81 ALOGD ("%s: read bytes=%u", __FUNCTION__, actualRead);
86 ALOGE ("%s: fail to read", __FUNCTION__);
93 ALOGD ("%s: fail to open", __FUNCTION__);
126 ALOGE ("%s: filename too long", __FUNCTION__);
130 ALOGD ("%s: bytes=%u; file=%s", __FUNCTION__, nbytes, filename);
136 ALOGD ("%s: %d bytes written", __FUNCTION__, actualWritten);
142 ALOGE ("%s: fail to write", __FUNCTION__);
149 ALOGE ("%s: fail to open, error = %d", __FUNCTION__, errno)
    [all...]
patchram.cpp 158 ALOGD("%s: config=%s", __FUNCTION__, pConfigName);
162 ALOGD("%s No patchfile defined\n", __FUNCTION__);
168 ALOGD("%s found patchfile %s\n", __FUNCTION__, pBuffer);
172 ALOGD("%s Cannot find patchfile '%s'\n", __FUNCTION__, pConfigName);
187 ALOGD("%s: status=%u", __FUNCTION__, status);
205 ALOGD("%s: status=%i", __FUNCTION__, status);
238 ALOGE("%s: Setting snooze mode failed, status=%i", __FUNCTION__, status);
244 ALOGD("%s: Not using Snooze Mode", __FUNCTION__);
261 ALOGD("%s: event=0x%x", __FUNCTION__, event);
277 ALOGD("%s: invalid patch...skipping patch download", __FUNCTION__);
    [all...]

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>