HomeSort by relevance Sort by last modified time
    Searched refs:__LINE__ (Results 226 - 250 of 1947) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/codesighs/
codesighs.c 289 retval = __LINE__;
506 retval = __LINE__;
512 retval = __LINE__;
534 retval = __LINE__;
541 retval = __LINE__;
626 retval = __LINE__;
642 match = __LINE__;
646 match = __LINE__;
675 outOptions->mHelp = __LINE__;
676 retval = __LINE__;
    [all...]
msmap2tsv.c 416 retval = __LINE__;
424 retval = __LINE__;
434 retval = __LINE__;
444 retval = __LINE__;
497 retval = __LINE__;
511 retval = __LINE__;
518 retval = __LINE__;
557 retval = __LINE__;
564 retval = __LINE__;
604 retval = __LINE__;
    [all...]
  /external/qemu/android/base/
Log_unittest.cpp 171 setExpected(LOG_INFO, __LINE__ + 1, "");
178 setExpected(LOG_INFO, __LINE__ + 1, kString);
184 setExpected(LOG_INFO, __LINE__ + 1, "Hello Globe!");
191 setExpected(LOG_INFO, __LINE__ + 1, ls.string());
198 setExpected(LOG_WARNING, __LINE__ + 1, kWarning);
205 setExpected(LOG_ERROR, __LINE__ + 1, kError);
213 setExpected(LOG_FATAL, __LINE__ + 1, kFatalMessage);
222 setExpected(LOG_FATAL, __LINE__ + 1, "PANIC: Flag was set!");
239 setExpected(LOG_FATAL, __LINE__ + 1, "Check failed: false. ");
246 setExpected(LOG_FATAL, __LINE__ + 1, "Check failed: false. Flag was set!")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 249 printf("playcomplted set true:: %d\n", __LINE__); */
397 [FM/DM] [NB INPUT BUF] [INPUT BUF SIZE] [NB OUTPUT BUF] [OUTPUT BUF SIZE] [PACKING TYPE]\n",__LINE__);
411 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__);
421 printf("\n%d :: App: Sending Bad Parameter for dasf mode\n",__LINE__);
422 printf("%d :: App: Should Be One of these Modes FM or DM\n",__LINE__);
427 APP_DPRINT("%d :: App: nIpBuf = %d\n",__LINE__, nIpBuffs);
429 APP_DPRINT("%d :: App: nIpBufSize = %d\n",__LINE__, nIpBufSize);
431 APP_DPRINT("%d :: App: nOpBuf = %d\n",__LINE__, nOpBuffs);
433 APP_DPRINT("%d :: App: nOpBufSize = %d\n",__LINE__, nOpBufSize);
435 APP_DPRINT("%d :: App: packingType = %d\n",__LINE__, packingType)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 195 OMXDBG_PRINT(stderr, PRINT, 1, 0, "%d ::OMX_ComponentInit\n", __LINE__);
244 OMX_PRDSP1(pComponentPrivate->dbg, "PERF %d :: OMX_WmaDecoder.c\n", __LINE__);
410 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::pPortDef_ip = %p\n", __LINE__,pPortDef_ip);
411 OMX_PRCOMM2(pComponentPrivate->dbg, "%d ::pPortDef_op = %p\n", __LINE__,pPortDef_op);
451 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: Initialize RM Proxy... \n", __LINE__);
453 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);
456 __LINE__);
460 OMX_PRINT1(pComponentPrivate->dbg, "%d ::Start Component Thread \n", __LINE__);
462 /*OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_ComponentInit\n", __LINE__);*/
465 __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 151 #define newmalloc(x) mymalloc(__LINE__,__FILE__,x)
152 #define newfree(z) myfree(z,__LINE__,__FILE__)
333 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
352 APP_DPRINT ( "%d :: App: Component State Changed To %d\n", __LINE__,state);
395 APP_DPRINT( "%d :: App: Component OMX_EventBufferFlag = %d\n", __LINE__,eEvent);
401 APP_DPRINT( "%d :: App: Component OMX_EventResourcesAcquired = %d\n", __LINE__,eEvent);
534 APP_MEMPRINT("%d :: [TESTAPPALLOC] audioinfo = %p\n",__LINE__,audioinfo);
536 APP_DPRINT("%d :: Malloc Failed\n",__LINE__);
560 printf("Line %d\n",__LINE__);
562 printf("Line %d\n",__LINE__);
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_shared_resources_unittest.cc 45 GLTestHelper::CheckGLError("no errors", __LINE__);
47 GLTestHelper::CheckGLError("no errors", __LINE__);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
die.h 15 #define SANDBOX_DIE(m) sandbox::Die::SandboxDie(m, __FILE__, __LINE__)
22 #define SANDBOX_INFO(m) sandbox::Die::SandboxInfo(m, __FILE__, __LINE__)
  /external/chromium_org/third_party/leveldatabase/src/util/
testharness.h 105 #define ASSERT_TRUE(c) ::leveldb::test::Tester(__FILE__, __LINE__).Is((c), #c)
106 #define ASSERT_OK(s) ::leveldb::test::Tester(__FILE__, __LINE__).IsOk((s))
107 #define ASSERT_EQ(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsEq((a),(b))
108 #define ASSERT_NE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsNe((a),(b))
109 #define ASSERT_GE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsGe((a),(b))
110 #define ASSERT_GT(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsGt((a),(b))
111 #define ASSERT_LE(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsLe((a),(b))
112 #define ASSERT_LT(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsLt((a),(b))
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 70 hmm_dflt_abort(__FILE__, HMM_SYM_TO_STRING(__LINE__));
95 { HMM_UNIQUE(fail_file) = __FILE__; HMM_UNIQUE(fail_line) = __LINE__; \
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem.h 132 # define vpx_memalign(align, size) xvpx_memalign((align), (size), __FILE__, __LINE__)
133 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
134 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__)
135 # define vpx_realloc(addr, size) xvpx_realloc(addr, size, __FILE__, __LINE__)
136 # define vpx_free(addr) xvpx_free(addr, __FILE__, __LINE__)
137 # define vpx_memory_tracker_check_integrity() vpx_memory_tracker_check_integrity(__FILE__, __LINE__)
138 # define vpx_mem_alloc(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__)
139 # define vpx_mem_free(id,mem,size) xvpx_mem_free(id, mem, size, __FILE__, __LINE__)
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 70 hmm_dflt_abort(__FILE__, HMM_SYM_TO_STRING(__LINE__));
95 { HMM_UNIQUE(fail_file) = __FILE__; HMM_UNIQUE(fail_line) = __LINE__; \
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 129 # define vpx_memalign(align, size) xvpx_memalign((align), (size), __FILE__, __LINE__)
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__)
132 # define vpx_realloc(addr, size) xvpx_realloc(addr, size, __FILE__, __LINE__)
133 # define vpx_free(addr) xvpx_free(addr, __FILE__, __LINE__)
134 # define vpx_memory_tracker_check_integrity() vpx_memory_tracker_check_integrity(__FILE__, __LINE__)
135 # define vpx_mem_alloc(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__)
136 # define vpx_mem_free(id,mem,size) xvpx_mem_free(id, mem, size, __FILE__, __LINE__)
  /external/valgrind/main/gdbserver_tests/
mcvabits.stdoutB.exp 6 112 breakme(__LINE__); //break1
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_cnfg.h 70 hmm_dflt_abort(__FILE__, HMM_SYM_TO_STRING(__LINE__));
95 { HMM_UNIQUE(fail_file) = __FILE__; HMM_UNIQUE(fail_line) = __LINE__; \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem.h 129 # define vpx_memalign(align, size) xvpx_memalign((align), (size), __FILE__, __LINE__)
130 # define vpx_malloc(size) xvpx_malloc((size), __FILE__, __LINE__)
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__)
132 # define vpx_realloc(addr, size) xvpx_realloc(addr, size, __FILE__, __LINE__)
133 # define vpx_free(addr) xvpx_free(addr, __FILE__, __LINE__)
134 # define vpx_memory_tracker_check_integrity() vpx_memory_tracker_check_integrity(__FILE__, __LINE__)
135 # define vpx_mem_alloc(id,size,align) xvpx_mem_alloc(id, size, align, __FILE__, __LINE__)
136 # define vpx_mem_free(id,mem,size) xvpx_mem_free(id, mem, size, __FILE__, __LINE__)
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 129 OMX_PRINT1 (pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: NBAMRDECFill_LCMLInitParams\n ",__LINE__);
189 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: pComponentPrivate->dasfmode = %d\n",__LINE__,pComponentPrivate->dasfmode);
254 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Setting up create phase params for DASF mode\n",__LINE__);
259 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Setting up create phase params for FILE mode\n",__LINE__);
291 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Comp: OMX_AmrDecUtils.c\n",__LINE__);
356 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c ::pTemp_lcml = %p\n",__LINE__,pTemp_lcml);
357 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c ::pTemp_lcml->buffer = %p\n",__LINE__,pTemp_lcml->buffer);
370 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Exiting NBAMRDECFill_LCMLInitParams\n",__LINE__);
406 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: Inside NBAMRDEC_StartComponentThread\n", __LINE__);
485 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_Utils.c :: NBAMRDEC_FreeCompResources\n", __LINE__);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 48 CDBG_ERROR("%s:%d] cannot dump image", __func__, __LINE__); \
92 CDBG_ERROR("%s:%d] Encode error", __func__, __LINE__);
95 __func__, __LINE__, p_obj->out_filename,
101 CDBG_ERROR("%s:%d] Signal the thread", __func__, __LINE__);
113 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
120 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
147 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
154 __func__, __LINE__, file_size, p_obj->input.size);
157 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
186 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraCommon.h 51 #define LOGRE() HWERoutineTracker hwertracker_##__LINE__(__FUNCTION__)
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 48 CDBG_ERROR("%s:%d] cannot dump image", __func__, __LINE__); \
92 CDBG_ERROR("%s:%d] Encode error", __func__, __LINE__);
95 __func__, __LINE__, p_obj->out_filename,
101 CDBG_ERROR("%s:%d] Signal the thread", __func__, __LINE__);
113 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
120 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
147 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
154 __func__, __LINE__, file_size, p_obj->input.size);
157 CDBG_ERROR("%s:%d] error", __func__, __LINE__);
186 CDBG_ERROR("%s:%d] Error",__func__, __LINE__);
    [all...]
  /external/bluetooth/bluedroid/test/suite/
base.h 33 #define TASSERT(c, ...) if (!(c)) { fprintf(stderr, "%s:%d: ", __func__, __LINE__); fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); return false; }
  /external/chromium_org/base/profiler/
scoped_profile.h 23 PASTE_LINE_NUMBER_ON_NAME(some_profiler_variable_, __LINE__)
  /external/chromium_org/media/cdm/ppapi/
cdm_logging.h 56 << CdmLogMessage(__FILE__, __LINE__).message()
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
auto_lock.h 17 ::sdk_util::AutoLock Lock##__LINE__(lock);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_debug.h 19 fprintf(stderr, "%s:%d - "fmt, __FUNCTION__, __LINE__, ##args)

Completed in 1836 milliseconds

1 2 3 4 5 6 7 8 91011>>