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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
builtin_line.c 2 #define FOO __LINE__
6 // PR3579 - This should expand to the __LINE__ of the ')' not of the X.
9 #define X() __LINE__
print_line_track.c 16 __LINE__)
  /external/clang/test/Lexer/
pragma-message.c 13 #pragma message(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! 13}}
14 #pragma message ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this! 14}}
numeric-literal-trash.c 3 # define XRECORD(x, c_name) e##c (x, __LINE__)
  /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/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/bluetooth/bluez/test/
uuidtest.c 55 printf("Fail %d\n", __LINE__);
60 printf("Fail %d\n", __LINE__);
65 printf("Fail %d\n", __LINE__);
70 printf("Fail %d\n", __LINE__);
75 printf("Fail %d\n", __LINE__);
80 printf("Fail %d\n", __LINE__);
85 printf("Fail %d\n", __LINE__);
90 printf("Fail %d\n", __LINE__);
98 printf("Fail %d\n", __LINE__);
109 printf("Fail %d\n", __LINE__);
    [all...]
  /system/core/include/ctest/
ctest.h 36 #define assertTrue(value, message) assertTrueWithSource(value, __FILE__, __LINE__, message);
41 #define assertFalse(value, message) assertTrueWithSource(!value, __FILE__, __LINE__, message);
44 #define fail(message) assertTrueWithSource(0, __FILE__, __LINE__, message);
49 #define assertSame(a, b) assertTrueWithSource(a == b, __FILE__, __LINE__, "Expected same value.");
54 #define assertNotSame(a, b) assertTrueWithSource(a != b, __FILE__, __LINE__,\
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 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__)
63 #define META_ASSERT(condition) typedef int COMPILE_TIME_ASSERT_##__LINE__[static_cast<bool>(condition)?1:-1]
  /external/srec/portable/include/
ptstutils.h 39 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
49 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
59 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed.\n"), __LINE__); \
pLastError.h 27 printGetLastErrorInternal(text, __FILE__, __LINE__)
  /external/chromium/third_party/libjingle/source/talk/base/
checks.h 42 Fatal(__FILE__, __LINE__, "unreachable code")
  /external/compiler-rt/lib/
int_util.h 23 #define compilerrt_abort() compilerrt_abort_impl(__FILE__, __LINE__, \
  /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). */
  /bionic/libc/private/isc/
assertions.h 71 ((__assertion_failed)(__FILE__, __LINE__, assert_require, \
75 ((__assertion_failed)(__FILE__, __LINE__, assert_require, \
85 ((__assertion_failed)(__FILE__, __LINE__, assert_ensure, \
89 ((__assertion_failed)(__FILE__, __LINE__, assert_ensure, \
99 ((__assertion_failed)(__FILE__, __LINE__, assert_insist, \
103 ((__assertion_failed)(__FILE__, __LINE__, assert_insist, \
113 ((__assertion_failed)(__FILE__, __LINE__, assert_invariant, \
117 ((__assertion_failed)(__FILE__, __LINE__, assert_invariant, \
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 78 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: \n",__LINE__);
116 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: bIsStopping = %ld\n",__LINE__,
119 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: lcml_nOpBuf = %ld\n",__LINE__,
122 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: lcml_nIpBuf = %ld\n",__LINE__,
124 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: app_nBuf = %ld\n",__LINE__,
128 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__);
130 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__);
132 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: Error Occurred in Codec Stop..\n",__LINE__);
141 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__);
143 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 177 printf("%d :: Malloc Failed\n",__LINE__); \
182 APP_MEMPRINT("%d :: ALLOCATING MEMORY = %p\n",__LINE__,_pStruct_);
260 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
266 APP_DPRINT("%d :: Still Waiting, press CTL-C to continue\n",__LINE__);
270 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
286 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
293 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
296 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent);
298 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
300 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_ComponentThread.c 115 G729DEC_DPRINT("OMX_G729Dec_ComponentThread:%d\n",__LINE__);
142 G729DEC_DPRINT("%d : bIsStopping = %d\n",__LINE__,
145 G729DEC_DPRINT("%d : lcml_nOpBuf = %d\n",__LINE__,
148 G729DEC_DPRINT("%d : lcml_nIpBuf = %d\n",__LINE__,
150 G729DEC_DPRINT("%d : app_nBuf = %d\n",__LINE__,
154 G729DEC_DPRINT("%d:G729ComponentThread \n",__LINE__);
156 G729DEC_DPRINT("%d:G729ComponentThread \n",__LINE__);
158 G729DEC_DPRINT("%d: Error Occurred in Codec Stop..\n",__LINE__);
170 G729DEC_DPRINT("%d:G729ComponentThread \n",__LINE__);
172 G729DEC_DPRINT("%d:G729AComponentThread \n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 164 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x)
165 #define SafeFree(z) DebugFree(z,__LINE__,__FILE__)
235 printf("%d :: Malloc Failed\n",__LINE__); \
240 APP_MEMPRINT("%d :: ALLOCATING MEMORY = %p\n",__LINE__,_pStruct_);
336 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
344 APP_DPRINT("%d :: App: Error returned from OMX_GetState\n",__LINE__);
347 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent);
349 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
356 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
398 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__,eEvent)
    [all...]
  /external/ipsec-tools/src/racoon/
debugrm.h 58 DRM_malloc(__FILE__, __LINE__, __func__, (sz))
62 DRM_calloc(__FILE__, __LINE__, __func__, (cnt), (sz))
66 DRM_realloc(__FILE__, __LINE__, __func__, (old), (sz))
70 DRM_free(__FILE__, __LINE__, __func__, (p))
74 DRM_strdup(__FILE__, __LINE__, __func__, (p))
88 DRM_vmalloc(__FILE__, __LINE__, __func__, (sz))
90 DRM_vdup(__FILE__, __LINE__, __func__, (old))
92 DRM_vrealloc(__FILE__, __LINE__, __func__, (old), (sz))
94 DRM_vfree(__FILE__, __LINE__, __func__, (p))
  /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/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_ComponentThread.c 94 G726ENC_DPRINT("%d :: Entering G726ENC_CompThread\n", __LINE__);
114 G726ENC_DPRINT("%d :: bIsStopping = %ld\n",__LINE__,pComponentPrivate->bIsStopping);
118 G726ENC_DPRINT("%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LINE__);
122 G726ENC_DPRINT("%d :: Component Time Out !!!!! \n",__LINE__);
124 G726ENC_DPRINT("%d :: Error in Select\n", __LINE__);
135 G726ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
139 G726ENC_DPRINT("%d :: G726ENC_CleanupInitParams returned error\n",__LINE__);
162 G726ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
165 G726ENC_DPRINT("%d :: Error while reading from the pipe\n",__LINE__);
170 G726ENC_DPRINT("%d :: G726ENC_HandleDataBufFromApp returned error\n",__LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_ComponentThread.c 93 OMX_PRINT1(pComponentPrivate->dbg, "OMX_WmaDec_ComponentThread:%d\n",__LINE__);
95 OMX_PRDSP2(pComponentPrivate->dbg, "PERF%d :: OMX_WmaDec_ComponentThread.c\n",__LINE__);
129 OMX_PRDSP1(pComponentPrivate->dbg, "%d : bIsStopping = %ld\n",__LINE__, pComponentPrivate->bIsStopping);
131 OMX_PRINT2(pComponentPrivate->dbg, "%d:WmaComponentThread \n",__LINE__);
143 OMX_ERROR4(pComponentPrivate->dbg, "%d:WmaComponentThread \n",__LINE__);
147 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!!!!!!!!! \n",__LINE__);
150 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__);
160 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
163 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__);
168 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error From WMADECHandleDataBuf_FromApp\n",__LINE__);
    [all...]

Completed in 2106 milliseconds

1 2 3 4 5 6 7 8 91011>>