HomeSort by relevance Sort by last modified time
    Searched refs:__FUNCTION__ (Results 1 - 25 of 1363) 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/chromium_org/chrome_frame/
html_window_impl.h 24 DLOG(INFO) << __FUNCTION__;
29 DLOG(INFO) << __FUNCTION__;
39 DLOG(INFO) << __FUNCTION__;
44 DLOG(INFO) << __FUNCTION__;
49 DLOG(INFO) << __FUNCTION__;
54 DLOG(INFO) << __FUNCTION__;
59 DLOG(INFO) << __FUNCTION__;
65 DLOG(INFO) << __FUNCTION__;
70 DLOG(INFO) << __FUNCTION__;
75 DLOG(INFO) << __FUNCTION__;
    [all...]
chrome_protocol.cc 19 DVLOG(1) << __FUNCTION__ << ": URL = " << url;
34 DVLOG(1) << __FUNCTION__;
40 DVLOG(1) << __FUNCTION__;
45 DVLOG(1) << __FUNCTION__;
60 DVLOG(1) << __FUNCTION__;
68 DVLOG(1) << __FUNCTION__;
75 DVLOG(1) << __FUNCTION__;
82 DVLOG(1) << __FUNCTION__;
  /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/60xx/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/60xx/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
  /hardware/invensense/65xx/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
  /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/chromium_org/third_party/angle_dx11/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__); \
  /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/chromium_org/third_party/angle_dx11/src/common/
debug.h 45 #define TRACE(message, ...) gl::trace(true, "trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
52 #define FIXME(message, ...) gl::trace(false, "fixme: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
59 #define ERR(message, ...) gl::trace(false, "err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__)
66 #define EVENT(message, ...) gl::ScopedPerfEventHelper scopedPerfEventHelper ## __LINE__(__FUNCTION__ message "\n", __VA_ARGS__);
75 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
85 FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__); \
89 #define UNIMPLEMENTED() FIXME("\t! Unimplemented: %s(%d)\n", __FUNCTION__, __LINE__)
95 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
99 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
  /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)
  /packages/apps/Nfc/nci/jni/
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__);
NativeP2pDevice.cpp 30 ALOGD ("%s", __FUNCTION__);
37 ALOGD ("%s", __FUNCTION__);
44 ALOGD ("%s", __FUNCTION__);
51 ALOGD ("%s", __FUNCTION__);
58 ALOGD ("%s", __FUNCTION__);
  /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/api1/client2/
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...]
  /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/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 156 ALOGD("%s: config=%s", __FUNCTION__, pConfigName);
160 ALOGD("%s No patchfile defined\n", __FUNCTION__);
166 ALOGD("%s found patchfile %s\n", __FUNCTION__, pBuffer);
170 ALOGD("%s Cannot find patchfile '%s'\n", __FUNCTION__, pConfigName);
185 ALOGD("%s: status=%u", __FUNCTION__, status);
205 ALOGD("%s: status=%i", __FUNCTION__, status);
209 ALOGE("%s: Patch download failed", __FUNCTION__);
223 ALOGD("%s: re-init; don't download firmware", __FUNCTION__);
241 ALOGE("%s: Setting snooze mode failed, status=%i", __FUNCTION__, status);
247 ALOGD("%s: Not using Snooze Mode", __FUNCTION__);
    [all...]
HalAdaptation.cpp 68 ALOGD ("%s: enter", __FUNCTION__);
69 ALOGE ("%s: ver=%s nfa=%s", __FUNCTION__, nfca_version_string, nfa_version_string);
81 ALOGD ("%s: preserve HAL NV store", __FUNCTION__);
177 ALOGD ("%s: exit %d", __FUNCTION__, retval);
185 ALOGD ("%s: enter", __FUNCTION__);
192 ALOGD ("%s: exit %d", __FUNCTION__, retval);
199 ALOGD ("%s: enter", __FUNCTION__);
210 ALOGD ("%s: exit %d", __FUNCTION__, retval);
217 ALOGD ("%s: enter; event=0x%X", __FUNCTION__, event);
222 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status)
    [all...]

Completed in 2273 milliseconds

1 2 3 4 5 6 7 8 91011>>