HomeSort by relevance Sort by last modified time
    Searched refs:__LINE__ (Results 251 - 275 of 1925) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_debug.h 19 fprintf(stderr, "%s:%d - "fmt, __FUNCTION__, __LINE__, ##args)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h 35 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, 1, __FILE__, __FUNCTION__, __LINE__)
40 #define BEGIN_BATCH_NO_AUTOSTATE(n) rcommonBeginBatch(b_l_rmesa, n, 0, __FILE__, __FUNCTION__, __LINE__)
58 __FILE__, __FUNCTION__, __LINE__, __offset); \
81 radeon_cs_end(b_l_rmesa->cmdbuf.cs, __FILE__, __FUNCTION__, __LINE__);\
  /external/deqp/framework/common/
tcuDefs.hpp 99 throw tcu::ERRCLASS(MSG, EXPR, __FILE__, __LINE__)
114 #define TCU_CHECK(X) do { if (!(!deGetFalse() && (X))) throw tcu::TestError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
117 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse())
120 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
  /external/libexif/test/
test-integers.c 42 __FILE__, __LINE__, #condition); \
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
tests.h 7 pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_debug.h 19 fprintf(stderr, "%s:%d - "fmt, __FUNCTION__, __LINE__, ##args)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_cmdbuf.h 35 #define BEGIN_BATCH(n) rcommonBeginBatch(b_l_rmesa, n, 1, __FILE__, __FUNCTION__, __LINE__)
40 #define BEGIN_BATCH_NO_AUTOSTATE(n) rcommonBeginBatch(b_l_rmesa, n, 0, __FILE__, __FUNCTION__, __LINE__)
58 __FILE__, __FUNCTION__, __LINE__, __offset); \
81 radeon_cs_end(b_l_rmesa->cmdbuf.cs, __FILE__, __FUNCTION__, __LINE__);\
  /frameworks/wilhelm/src/
locks.h 35 #define object_lock_exclusive(thiz) object_lock_exclusive_((thiz), __FILE__, __LINE__)
36 #define object_unlock_exclusive(thiz) object_unlock_exclusive_((thiz), __FILE__, __LINE__)
38 object_unlock_exclusive_attributes_((thiz), (attr), __FILE__, __LINE__)
39 #define object_cond_wait(thiz) object_cond_wait_((thiz), __FILE__, __LINE__)
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 71 LOC_LOGD("%s:%d]: libloc_api_v02.so is present", __func__, __LINE__);
74 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
81 __func__, __LINE__);
86 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 150 DEBUG_PRINT_ERROR("ERROR: In %s() - line %d", __func__, __LINE__);
169 DEBUG_PRINT_ERROR("ERROR: In %s() - line %d", __func__, __LINE__);
175 DEBUG_PRINT_ERROR("ERROR: In %s() - line %d", __func__, __LINE__);
180 DEBUG_PRINT_ERROR("ERROR: In %s() - line %d", __func__, __LINE__);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
link-warning.h 12 GL_LINK_WARNING1 (__FILE__, __LINE__, message)
  /ndk/tests/build/wchar_t-size/jni/
test_always_signed.c 15 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
test_default.c 13 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 226 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__);
233 printf("%d :: App: Malloc Failed\n",__LINE__);
252 printf("%d ::G722DecTest.c ::[G722 Dec Component] - send command to audio manager\n", __LINE__);
255 printf("%d ::G722DecTest.c ::[G722 Dec Component] - failure to get data from the audio manager\n", __LINE__);
315 APP_DPRINT("%d :: Error from OMX_SetConfig() function\n",__LINE__);
340 APP_DPRINT("%d :: G722 DECODER RUNNING UNDER DASF MODE\n",__LINE__);
356 APP_DPRINT("%d :: G722DecTest.c :: Error from OMX_SetConfig() function\n",__LINE__);
367 APP_DPRINT("%d :: App :: About to call WaitForState to change to Idle\n",__LINE__);
369 APP_DPRINT("%d :: App :: state changed to Idle\n",__LINE__);
377 APP_DPRINT("%d :: G722 DECODER RUNNING UNDER FILE MODE\n",__LINE__);
    [all...]
  /external/deqp/execserver/
xsDefs.hpp 85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__)
86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
  /external/deqp/framework/egl/
egluDefs.hpp 31 #define EGLU_CHECK() eglu::checkError(DE_NULL, __FILE__, __LINE__)
32 #define EGLU_CHECK_MSG(MSG) eglu::checkError(MSG, __FILE__, __LINE__)
33 #define EGLU_CHECK_CALL(CALL) do { CALL; eglu::checkError(#CALL, __FILE__, __LINE__); } while (deGetFalse())
egluNativePixmap.cpp 39 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NULL, __FILE__, __LINE__);
45 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()", DE_NULL, __FILE__, __LINE__);
51 throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, __LINE__);
  /external/jemalloc/test/include/test/
jemalloc_test.h 25 __FILE__, __LINE__, #e); \
33 __FILE__, __LINE__); \
39 __FILE__, __LINE__); \
  /external/vixl/src/
globals-vixl.h 68 #define VIXL_ABORT() ALOGE("in %s, line %i", __FILE__, __LINE__); abort()
70 #define VIXL_ABORT() printf("in %s, line %i", __FILE__, __LINE__); abort()
96 #define VIXL_STATIC_ASSERT(condition) VIXL_STATIC_ASSERT_LINE(__LINE__, condition) //NOLINT
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Common.h 80 OMXDBG_PRINT(stderr, ERROR, 4, 0, "%d :: Malloc Failed\n",__LINE__); \
86 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: Malloced = %p\n",__LINE__,_ptr_);
103 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: [FREE] %p\n",__LINE__,_pStruct_); \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
assert.hpp 47 : ::boost::assertion_failed(#expr, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__))
76 : ::boost::assertion_failed_msg(#expr, msg, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__))
114 BOOST_CURRENT_FUNCTION, __FILE__, __LINE__))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxerr8.h 40 #define DXTRACE_MSG(str) DXTrace(__FILE__, (DWORD)__LINE__, 0, str, FALSE)
41 #define DXTRACE_ERR(str,hr) DXTrace(__FILE__, (DWORD)__LINE__, hr, str, TRUE)
42 #define DXTRACE_ERR_NOMSGBOX(str,hr) DXTrace(__FILE__, (DWORD)__LINE__, hr, str, FALSE)
dxerr9.h 40 #define DXTRACE_MSG(str) DXTrace(__FILE__, (DWORD)__LINE__, 0, str, FALSE)
41 #define DXTRACE_ERR(str,hr) DXTrace(__FILE__, (DWORD)__LINE__, hr, str, TRUE)
42 #define DXTRACE_ERR_NOMSGBOX(str,hr) DXTrace(__FILE__, (DWORD)__LINE__, hr, str, FALSE)
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 308 OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: pComponentPrivate->bPlayCompleteFlag = %ld\n",__LINE__,pComponentPrivate->bPlayCompleteFlag);
436 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from loading ResourceManagerProxy thread\n",__LINE__);
454 OMX_ERROR4(pComponentPrivate->dbg, "%d :: [AAC Encoder Component] - failure to open WRITE pipe\n",__LINE__);
459 OMX_ERROR4(pComponentPrivate->dbg, "%d :: [AAC Encoder Component] - failure to open READ pipe\n",__LINE__);
467 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from the Component\n",__LINE__);
490 OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: Exiting OMX_ComponentInit\n", __LINE__);
523 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Entering SetCallbacks\n", __LINE__);
526 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error: About to return OMX_ErrorBadParameter\n",__LINE__);
528 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Received the empty callbacks from the application\n",__LINE__);
540 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Exiting SetCallbacks\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 130 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entered WMADECFill_LCMLInitParams",__LINE__);
132 __LINE__,pComponentPrivate);
133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__,
171 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__);
183 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d:[ALLOC] %p",__LINE__,strmAttr);
192 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d:[ALLOC] %p",__LINE__,strmAttr);
193 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__);
201 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__);
208 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__);
216 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__);
    [all...]

Completed in 1668 milliseconds

<<11121314151617181920>>