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

1 2 3 4 5 6 78 91011>>

  /device/moto/shamu/camera/mm-image-codec/qomx_core/
qomx_core.c 74 __func__, __LINE__);
94 ALOGI("%s:%d] Complete %d", __func__, __LINE__, comp_cnt);
118 ALOGI("%s:%d] Complete", __func__, __LINE__);
187 ALOGE("%s:%d] Error invalid input ", __func__, __LINE__);
195 ALOGE("%s:%d] Cannot find the component", __func__, __LINE__);
206 ALOGE("%s:%d] Cannot alloc new instance", __func__, __LINE__);
215 ALOGE("%s:%d] Cannot load the library", __func__, __LINE__);
228 ALOGE("%s:%d] Cannot maps the symbols", __func__, __LINE__);
236 ALOGI("%s:%d] get instance pts is %p", __func__, __LINE__, p_obj);
238 ALOGE("%s:%d] Error cannot create object", __func__, __LINE__);
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
153 LOC_LOGE("%s:%d] pipe broken %d\n", __func__, __LINE__, result);
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
164 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) pmsg->msgsz);
219 LOC_LOGD("%s:%d] %s\n", __func__, __LINE__, buf);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.c 119 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) msgsz);
153 LOC_LOGE("%s:%d] pipe broken %d\n", __func__, __LINE__, result);
158 LOC_LOGE("%s:%d] msgbuf is too small %d < %d\n", __func__, __LINE__, (int) msgbufsz, (int) pmsg->msgsz);
164 LOC_LOGE("%s:%d] pipe broken %d, msgsz = %d\n", __func__, __LINE__, result, (int) pmsg->msgsz);
219 LOC_LOGD("%s:%d] %s\n", __func__, __LINE__, buf);
  /hardware/qcom/gps/utils/
loc_misc_utils.cpp 47 LOC_LOGE("%s:%d]: NULL parameters", __func__, __LINE__);
51 LOC_LOGD("%s:%d]: raw string: %s\n", __func__, __LINE__, raw_string);
60 __func__, __LINE__, split_strings_ptr[num_split_strings]);
74 LOC_LOGD("%s:%d]: num_split_strings: %d\n", __func__, __LINE__, num_split_strings);
84 LOC_LOGE("%s:%d]: NULL parameter", __func__, __LINE__);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 100 #define SafeMalloc(x) DebugMalloc(__LINE__,__FILE__,x)
101 #define SafeFree(z) DebugFree(z,__LINE__,__FILE__)
196 G726ENC_DPRINT("%d :: Entering OMX_ComponentInit\n", __LINE__);
323 G726ENC_DPRINT("%d :: Setting dasf & acdn and MultiFrame modes to 0\n",__LINE__);
365 G726ENC_DPRINT("%d :: OMX_ErrorInsufficientResources", __LINE__);
387 G726ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
389 G726ENC_DPRINT("%d :: Error returned from the Component\n",__LINE__);
395 G726ENC_DPRINT("%d :: OMX_ComponentInit\n", __LINE__);
397 G726ENC_DPRINT("%d :: Error returned from loading ResourceManagerProxy thread\n",__LINE__);
403 G726ENC_DPRINT("%d :: Exiting OMX_ComponentInit\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 199 APP_DPRINT ("%d :: Error from SendCommand-Idle(Stop) State function\n",__LINE__);
344 printf("Line %d\n",__LINE__);
346 printf("Line %d\n",__LINE__);
349 printf("Line %d\n",__LINE__);
368 APP_DPRINT("File = %s, Function = %s, Line = %d\n",__FILE__,__FUNCTION__,__LINE__);
389 APP_DPRINT("%d :: Error returned by TIOMX_Init()\n",__LINE__);
447 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pHandle);
482 printf ("%d :: Encoding the file [%d] Time\n",__LINE__, j+1);
496 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pCompPrivateStruct);
521 APP_DPRINT ("%d :: OMX_ErrorBadParameter\n",__LINE__);
    [all...]
  /external/deqp/executor/
xeDefs.hpp 49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__)
50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
  /external/valgrind/main/coregrind/
pub_core_libcassert.h 47 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
53 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
60 __FILE__, __LINE__, __PRETTY_FUNCTION__, \
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 36 #define mock() _mock(__func__, __FILE__, __LINE__)
43 _will_return(#function, __FILE__, __LINE__, (void*)value, 1)
45 _will_return(#function, __FILE__, __LINE__, (void*)value, count)
53 _expect_check(#function, #parameter, __FILE__, __LINE__, check_function, \
62 _expect_in_set(#function, #parameter, __FILE__, __LINE__, value_array, \
68 #function, #parameter, __FILE__, __LINE__, value_array, \
79 _expect_in_range(#function, #parameter, __FILE__, __LINE__, minimum, \
90 _expect_not_in_range(#function, #parameter, __FILE__, __LINE__, \
99 _expect_value(#function, #parameter, __FILE__, __LINE__, (void*)value, \
104 _expect_not_value(#function, #parameter, __FILE__, __LINE__, \
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_test_defines.h 113 TEST_LOG_ERROR("Error at line:%i, %s \n",__LINE__, #expr); \
123 code, err, __LINE__);
134 TEST_LOG_ERROR("\nError at line:%i, %s \n",__LINE__, #expr); \
146 err, code, __LINE__); \
154 TEST_LOG("\n>>> Excluding test at line: %i <<<\n\n",__LINE__); \
159 TEST_LOG("\n>>> Incomplete test at line: %i <<<\n\n",__LINE__); \
  /external/clang/test/Analysis/
cfref_rdar6080742.c 37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
38 #define AssertMsg(condition, message)if (!(condition)) { DebugStop("Assertion failure: %s (%s) [File: %s, Line: %lu]", #condition, message, __FILE__, __LINE__); }
39 #define Require(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); }
40 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]", #condition, __FILE__, __LINE__); action }
42 #define AssertNoErr(err){ DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__); }
43 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) { action }}
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_log.h 42 _apple_glx_log(l, __FILE__, __FUNCTION__, __LINE__, f, ## args)
49 _apple_glx_vlog(l, __FILE__, __FUNCTION__, __LINE__, f, v)
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_defines.h 47 __LINE__, __FILE__, msg); \
54 warningCount+1, __LINE__); \
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 22 WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, 0, "%s:%d COULD NOT CREATE INSTANCE", __FUNCTION__, __LINE__);
27 WEBRTC_TRACE(kTraceInfo, kTraceVideoRenderer, 0, "%s:%d Created instance", __FUNCTION__, __LINE__);
39 WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, 0, "%s:%d Could not capture main level", __FUNCTION__, __LINE__);
70 WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, 0, "%s:%d Could not release the displays", __FUNCTION__, __LINE__);
  /external/clang/test/Preprocessor/
line-directive.c 86 extern int array[__LINE__ == 10 ? 1:-1];
89 extern int array_gnuline[__LINE__ == 20 ? 1:-1];
  /external/compiler-rt/test/tsan/
benign_race.cc 25 AnnotateBenignRaceSized(__FILE__, __LINE__,
27 WTFAnnotateBenignRaceSized(__FILE__, __LINE__,
ignore_malloc.cc 27 AnnotateIgnoreWritesBegin(__FILE__, __LINE__);
29 AnnotateIgnoreWritesEnd(__FILE__, __LINE__);
thread_name.cc 12 AnnotateThreadName(__FILE__, __LINE__, "Thread1");
21 AnnotateThreadName(__FILE__, __LINE__, "Thread2");
  /external/mesa3d/src/glx/apple/
apple_glx_log.h 42 _apple_glx_log(l, __FILE__, __FUNCTION__, __LINE__, f, ## args)
49 _apple_glx_vlog(l, __FILE__, __FUNCTION__, __LINE__, f, v)
  /external/valgrind/main/drd/tests/
unified_annotations.h 46 AnnotateCondVarSignal(__FILE__, __LINE__, addr);
52 AnnotateCondVarWait(__FILE__, __LINE__, addr, NULL);
  /external/valgrind/main/include/
pub_tool_libcassert.h 39 __FILE__, __LINE__, \
47 __FILE__, __LINE__, \
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Log.h 66 #define FunctionIn() _Exynos_OSAL_Log(EXYNOS_LOG_TRACE, EXYNOS_LOG_TAG, "%s In , Line: %d", __FUNCTION__, __LINE__)
67 #define FunctionOut() _Exynos_OSAL_Log(EXYNOS_LOG_TRACE, EXYNOS_LOG_TAG, "%s Out , Line: %d", __FUNCTION__, __LINE__)
  /packages/apps/OMA-DM/engine/dmlib/portlib/generic/
dmMemory.h 13 #define DmAllocMem(bufsize) DmAllocMemEx(bufsize,__FILE__,__LINE__)
14 #define DmFreeMem(buf) { DmFreeMemEx(buf,__FILE__,__LINE__); (buf) = NULL; }
  /packages/apps/OMA-DM/engine/xpl/hdr/
dmMemory.h 13 #define DmAllocMem(bufsize) DmAllocMemEx(bufsize,__FILE__,__LINE__)
14 #define DmFreeMem(buf) { DmFreeMemEx(buf,__FILE__,__LINE__); (buf) = NULL; }
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 231 G722ENC_MEMPRINT("%d:::[ALLOC] %p\n",__LINE__,pHandle->pComponentPrivate);
251 G722ENC_MEMPRINT("%d:::[ALLOC] %p\n",__LINE__,pcm_ip);
255 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pHandle->pComponentPrivate);
264 G722ENC_MEMPRINT("%d:::[ALLOC] %p\n",__LINE__,pcm_op);
268 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pHandle->pComponentPrivate);
274 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pcm_ip);
321 G722ENC_MEMPRINT("%d:::[ALLOC] %p\n",__LINE__,pComponentPrivate->pInputBufferList);*/
326 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pHandle->pComponentPrivate);
332 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pcm_ip);
338 G722ENC_MEMPRINT("%d:::[FREE] %p\n",__LINE__,pcm_op)
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 78 91011>>