HomeSort by relevance Sort by last modified time
    Searched refs:dbg (Results 101 - 125 of 217) sorted by null

1 2 3 45 6 7 8 9

  /external/elfutils/libdw/
dwarf_getsrclines.c 142 Dwarf *dbg = cu->dbg;
143 if (dbg->sectiondata[IDX_debug_line] == NULL)
148 const uint8_t *linep = dbg->sectiondata[IDX_debug_line]->d_buf + offset;
149 const uint8_t *lineendp = (dbg->sectiondata[IDX_debug_line]->d_buf
150 + dbg->sectiondata[IDX_debug_line]->d_size);
165 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep);
171 unit_length = read_8ubyte_unaligned_inc (dbg, linep);
182 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep);
192 header_length = read_4ubyte_unaligned_inc (dbg, linep)
    [all...]
dwarf_getsrc_file.c 63 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column,
66 if (dbg == NULL)
80 while (INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0)
83 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem);
dwarf_siblingof.c 87 = ((unsigned char *) sibattr.cu->dbg->sectiondata[IDX_debug_info]->d_buf
107 sibattr.cu->dbg->sectiondata[IDX_debug_info]->d_buf
dwarf_diecu.c 72 result->addr = ((char *) die->cu->dbg->sectiondata[IDX_debug_info]->d_buf
dwarf_getfuncs.c 75 die = INTUSE(dwarf_offdie) (cudie->cu->dbg, offset, &die_mem);
  /external/elfutils/tests/
get-lines.c 48 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local
49 if (dbg == NULL)
62 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, &ao, &asz, &osz) == 0)
70 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
140 dwarf_end (dbg);
dwfl-bug-fd-leak.c 67 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias); local
68 if (dbg != NULL)
70 Elf *elf = dwarf_getelf (dbg);
show-die-info.c 225 handle (Dwarf *dbg, Dwarf_Die *die, int n)
472 handle (dbg, &child, n + 1);
474 handle (dbg, die, n);
486 Dwarf *dbg; local
490 dbg = dwarf_begin (fd, DWARF_C_READ);
491 if (dbg == NULL)
504 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize,
514 if (dwarf_offdie (dbg, old_off + hsize, &die) != NULL)
515 handle (dbg, &die, 1);
520 dwarf_end (dbg);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
main.c 40 int dbg = 0; variable
118 dbg = atoi(&argv[1][2]);
119 if (dbg == 0)
120 dbg = 1;
133 if (dbg)
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 268 struct OMX_TI_Debug *dbg);
327 struct OMX_TI_Debug dbg; local
339 OMX_DBG_INIT(dbg, "OMX_DBG_VIDENC");
342 OMX_PRINT2(dbg, "Enter to ComponetInit\n");
349 eError = OMX_VIDENC_ListCreate(&dbg, &pMemoryListHead);
356 pMemoryListHead, dbg);
361 pComponentPrivate->dbg = dbg;
472 pMemoryListHead, dbg);
477 pMemoryListHead, dbg);
3069 struct OMX_TI_Debug dbg; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 67 OMX_PRINT1(pComponentPrivate->dbg, "+++ENTERING\n");
165 OMX_PRDSP2(pComponentPrivate->dbg, "Used RM Frec value = %d\n",(int)nReturnValue);
167 OMX_PRDSP2(pComponentPrivate->dbg, "Used RM Frec defaulted value = %d\n",(int)nReturnValue);
169 OMX_PRINT1(pComponentPrivate->dbg, "---EXITING\n");
832 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamType, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
836 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeAudio, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
839 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeImage, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
842 OMX_CONF_INIT_STRUCT(pComponentPrivate->pPortParamTypeOthers, OMX_PORT_PARAM_TYPE, pComponentPrivate->dbg);
851 OMX_CONF_INIT_STRUCT(pComponentPrivate->pInPortDef, OMX_PARAM_PORTDEFINITIONTYPE, pComponentPrivate->dbg);
    [all...]
OMX_VideoDec_Thread.c 186 OMX_TRACE4(pComponentPrivate->dbg, "Error in Select\n");
212 OMX_ERROR2(pComponentPrivate->dbg, "Incorrect variable value used\n");
285 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled DSP output buffer\n");
295 OMX_PRSTATE2(pComponentPrivate->dbg, "eExecuteToIdle 0x%x\n",pComponentPrivate->eExecuteToIdle);
305 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled input buffer\n");
322 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free input buffers\n");
336 OMX_PRSTATE2(pComponentPrivate->dbg, "eExecuteToIdle 0x%x\n",pComponentPrivate->eExecuteToIdle);
339 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free output buffer\n");
426 OMX_PRINT2(pComponentPrivate->dbg, "Error in Select\n");
440 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while handling filled DSP output buffer\n")
    [all...]
OMX_VideoDecoder.c 303 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_VIDDEC");
372 OMX_TRACE4(pComponentPrivate->dbg, "Error: Malloc failed\n");
377 OMX_CONF_INIT_STRUCT( &pComponentPrivate->componentRole, OMX_PARAM_COMPONENTROLETYPE, pComponentPrivate->dbg);
473 OMX_PRMGR4(pComponentPrivate->dbg, "Error returned from loading ResourceManagerProxy thread\n");
485 OMX_ERROR4(pComponentPrivate->dbg, "Error returned from the Component\n");
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 128 OMX_PRDSP1(pComponentPrivate->dbg, "Inside GetLCMLHandle function\n");
157 OMX_PRDSP4(pComponentPrivate->dbg, "eError != OMX_ErrorNone...\n");
161 OMX_PRDSP2(pComponentPrivate->dbg, "Received LCML Handle\n");
203 OMX_PRINT1(pComponentPrivate->dbg, "Exit\n");
226 OMX_PRINT1(pComponentPrivate->dbg, "Inside DisablePort function\n");
228 OMX_PRBUFFER1(pComponentPrivate->dbg, "Inside disable port (%lu) %lu %lu %lu %lu\n",
241 OMX_PRINT1(pComponentPrivate->dbg, "Exit form JPEGEnc Disable Port eError is = %x\n",eError);
266 OMX_PRINT1(pComponentPrivate->dbg, "Inside EnablePort function\n");
273 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__);
288 OMX_PRBUFFER0(pComponentPrivate->dbg, "%d in cond wait\n", __LINE__)
431 struct OMX_TI_Debug dbg; local
    [all...]
OMX_JpegEncoder.c 135 struct OMX_TI_Debug *dbg);
192 OMX_PRINT1(pComponentPrivate->dbg, "JPEGENC_FreeBuffer %p at port %d\n", pBuffer, (int)nPortIndex);
239 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEGE: bPopulated %d\n", pComponentPrivate->pCompPort[nPortIndex]->pPortDef->bPopulated);
273 OMX_PRINT1(pComponentPrivate->dbg, "Exit from FreeBuffer\n");
437 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_JPGENC");
439 OMX_PRINT1(pComponentPrivate->dbg, "in jpeg-enc OMX_ComponentInit\n");
473 OMX_PRINT2(pComponentPrivate->dbg, "Inside Component Init JPEG encoder\n");
1928 struct OMX_TI_Debug dbg; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 151 OMX_ERROR5(_hComp->dbg, "*Fatal Error : %x\n", _eError); \
169 OMX_ERROR5(_hComp->dbg, "*Fatal Error : %x\n", eError); \
229 (_pPrivateData_)->dbg); \
268 OMX_TRACE2((_pPrivateData_)->dbg, "**Warning:Circular Buffer Full.\n"); \
289 OMX_TRACE1((_pPrivateData_)->dbg, "**Note:Circular Buffer Empty.\n"); \
308 VIDENC_FREE(pTmp1,(_pPrivateData_)->pMemoryListHead, (_pPrivateData_)->dbg); \
365 OMX_PRINT1((_hComponent_)->dbg, "EventHandler : %lx : %lx : %lx \n", (OMX_U32) (_eEvent_), (OMX_U32) (_nData1_), (OMX_U32) (_nData2_)); \
369 #define VIDENC_MALLOC(_p_, _s_, _c_, _h_, dbg) \
373 OMX_TRACE4(dbg, "malloc() error.\n"); \
378 OMX_TRACE1(dbg, "malloc() -> %p\n", _p_);
685 struct OMX_TI_Debug dbg; member in struct:VIDENC_COMPONENT_PRIVATE
    [all...]
  /system/core/libnl_2/
Android.mk 21 dbg.c
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 186 OMX_PRINT1(pComponentPrivate->dbg, "Entering function AllocateBuffer_JPEGDec\n");
188 OMX_PRBUFFER1(pComponentPrivate->dbg, "In AllocateBuffer_JPEGDec %d %lu %lu\n",
193 OMX_PRBUFFER4(pComponentPrivate->dbg, " try to allocate more buffers that the port supports\n");
200 OMX_PRBUFFER1(pComponentPrivate->dbg, "pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr = %p\n", pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr);
216 OMX_PRBUFFER1(pComponentPrivate->dbg, "pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBuffCount]->pBufferHdr = %p\n", pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr);
264 OMX_PRDSP4(pComponentPrivate->dbg, "OMX_ErrorInsufficientResources\n");
292 OMX_PRINT2(pComponentPrivate->dbg, " Port [%lu] Populated!\n", nPortIndex);
336 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEG-D: Entering funtion FreeBuffer_JPEGDec %lu %p\n", nPortIndex, pBuffHead);
344 OMX_PRBUFFER1(pComponentPrivate->dbg, "Trying to Free Header %p\nBuffer %p\n", pBuffHead, pBuffHead->pBuffer);
383 OMX_PRBUFFER1(pComponentPrivate->dbg, "INTERNAL BUFFER USED , trying to free it.\n")
1997 struct OMX_TI_Debug dbg; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 36 def __init__(self, stream, state=None, dbg=None, *args, **kwargs):
39 stream = DebugTokenStream(stream, dbg)
46 self.setDebugListener(dbg)
49 def setDebugListener(self, dbg):
54 if hasattr(self.input, 'dbg'):
55 self.input.dbg = dbg
57 self._dbg = dbg
62 dbg = property(getDebugListener, setDebugListener) variable in class:DebugParser
89 def __init__(self, input, dbg=None)
109 dbg = property(getDebugListener, setDebugListener) variable in class:DebugTokenStream
    [all...]
  /external/regex-re2/
Makefile 154 DOFILES=$(patsubst obj/%,obj/dbg/%,$(OFILES))
155 DTESTOFILES=$(patsubst obj/%,obj/dbg/%,$(TESTOFILES))
156 DTESTS=$(patsubst obj/%,obj/dbg/%,$(TESTS))
157 DBIGTESTS=$(patsubst obj/%,obj/dbg/%,$(BIGTESTS))
163 obj/dbg/%.o: %.cc $(HFILES)
175 obj/dbg/libre2.a: $(DOFILES)
176 @mkdir -p obj/dbg
177 $(AR) $(ARFLAGS) obj/dbg/libre2.a $(DOFILES)
188 obj/dbg/test/%: obj/dbg/libre2.a obj/dbg/re2/testing/%.o $(DTESTOFILES) obj/dbg/util/test.
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Dbg.stg 143 public <name>(<inputStreamType> input, DebugEventListener self.dbg, RecognizerSharedState state) {
144 super(input, self.dbg, state);
145 Profiler p = (Profiler)self.dbg;
149 {g|<g:delegateName()> = new <g.recognizerName>(input, self.dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
155 /** Basically we don't want to set any dbg listeners are root will have it. */
158 public <name>(<inputStreamType> input, DebugEventListener self.dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>) {
159 super(input, dbg, state);
169 public <name>(<inputStreamType> input, DebugEventListener dbg) {
170 <@superClassRef>super(input, dbg, new RecognizerSharedState());<@end>
172 Profiler p = (Profiler)dbg;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 32 * hierarchy is set up as ASTDbg : AST : Dbg : Java by code generator.
47 this.adaptor = new DebugTreeAdaptor(dbg,adaptor);
49 this.adaptor = (DebugTreeAdaptor)adaptor; // delegator sends dbg adaptor
85 @ctorForPredefinedListener.superClassRef() ::= ": base( input, dbg )"
94 //@rewriteElement.pregen() ::= "dbg.Location( <e.line>, <e.pos> );"
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg 34 * hierarchy is set up as ASTDbg : AST : Dbg : Java by code generator.
51 this.adaptor = new DebugTreeAdaptor(dbg,adaptor);
53 this.adaptor = (DebugTreeAdaptor)adaptor; // delegator sends dbg adaptor
89 @ctorForPredefinedListener.superClassRef() ::= ": base( input, dbg )"
98 //@rewriteElement.pregen() ::= "dbg.Location( <e.line>, <e.pos> );"
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTDbg.stg 30 * hierarchy is set up as ASTDbg : AST : Dbg : Java by code generator.
37 this.adaptor = new DebugTreeAdaptor(dbg,adaptor);
39 this.adaptor = (DebugTreeAdaptor)adaptor; // delegator sends dbg adaptor
76 @ctorForPredefinedListener.superClassRef() ::= "super(input, dbg);"
85 @rewriteElement.pregen() ::= "dbg.location(<e.line>,<e.pos>);"
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDec_Utils.h 155 OMX_ERRORTYPE OMX_DmmMap(DSP_HPROCESSOR ProcHandle, int size, void* pArmPtr, DMM_BUFFER_OBJ* pDmmBuf, struct OMX_TI_Debug dbg);
156 OMX_ERRORTYPE OMX_DmmUnMap(DSP_HPROCESSOR ProcHandle, void* pMapPtr, void* pResPtr, struct OMX_TI_Debug dbg);

Completed in 1076 milliseconds

1 2 3 45 6 7 8 9