/external/elfutils/src/tests/ |
allfcts.c | 74 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 75 if (dbg != NULL) 80 Dwarf *dbg_alt = setup_alt (dbg); 82 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) 85 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem); 102 dwarf_end (dbg);
|
get-files.c | 39 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 40 if (dbg == NULL) 55 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0) 62 Dwarf_Die *die = dwarf_offdie (dbg, o + cuhl, &die_mem); 102 dwarf_end (dbg);
|
show-abbrev.c | 35 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 36 if (dbg == NULL) 46 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0) 50 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL) 123 if (dwarf_end (dbg) != 0)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 83 public DebugGrammarParser( ITokenStream input, IDebugEventListener dbg ) 84 : base( input, dbg ) 96 dbg.SemanticPredicate( result, predicate ); 112 this.adaptor = new DebugTreeAdaptor(dbg,adaptor); 143 dbg.EnterRule( GrammarFileName, "prog" ); 146 dbg.Commence(); 149 dbg.Location( 50, -1 ); 154 dbg.EnterAlt( 1 ); 160 dbg.Location( 50, 6 ); 164 dbg.EnterSubRule( 1 ) [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
ASTDbg.stg | 33 * hierarchy is set up as ASTDbg : AST : Dbg : Java by code generator. 39 this.adaptor = new DebugTreeAdaptor(dbg,adaptor);
|
/external/elfutils/src/libdw/ |
dwarf_macro_getsrcfiles.c | 36 dwarf_macro_getsrcfiles (Dwarf *dbg, Dwarf_Macro *macro, 76 if (__libdw_getsrclines (dbg, line_offset, table->comp_dir,
|
dwarf_getattrs.c | 64 Dwarf *dbg = die->cu->dbg; local 66 endp = ((const unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf 67 + dbg->sectiondata[IDX_debug_abbrev]->d_size);
|
dwarf_getmacros.c | 120 get_macinfo_table (Dwarf *dbg, Dwarf_Word macoff, Dwarf_Die *cudie) 130 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, 144 get_table_for_offset (Dwarf *dbg, Dwarf_Word macoff, 159 uint16_t version = read_2ubyte_unaligned_inc (dbg, readp); 172 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp); 246 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, 266 cache_op_table (Dwarf *dbg, int sec_index, Dwarf_Off macoff, 272 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, 278 ? get_table_for_offset (dbg, macoff, startp, endp, cudie) 279 : get_macinfo_table (dbg, macoff, cudie) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 132 OMX_PRINT1(pComponentPrivate->dbg, "Entered MP3DEC_Fill_LCMLInitParams\n"); 133 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated = %d\n", 135 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled = %d\n", 137 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bPopulated = %d\n", 139 OMX_PRCOMM2(pComponentPrivate->dbg, ":::pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bEnabled = %d\n", 152 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Count = %ld\n",nIpBuf); 153 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Size = %ld\n",nIpBufSize); 154 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Count = %ld\n",nOpBuf); 155 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize); 197 OMX_PRBUFFER2(pComponentPrivate->dbg, ": Malloc strmAttr = %p\n",strmAttr) [all...] |
OMX_Mp3Decoder.c | 241 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_MP3DEC"); 475 OMX_ERROR4(pComponentPrivate->dbg, "[MP3 Component] - failure to open WRITE pipe\n"); 480 OMX_ERROR4(pComponentPrivate->dbg, "[MP3 Component] - failure to open READ pipe\n"); 490 OMX_ERROR4(pComponentPrivate->dbg, ":Error returned from loading ResourceManagerProxy thread\n"); 497 OMX_ERROR4(pComponentPrivate->dbg, "::Error returned from the Component\n"); 506 OMX_ERROR4(pComponentPrivate->dbg, "%d :: ************* ERROR: Freeing Other Malloced Resources\n",__LINE__); 514 OMX_PRINT1(pComponentPrivate->dbg, ":: Exiting OMX_ComponentInit\n"); 557 OMX_PRINT1(pCompPrivate->dbg, ":: MP3DEC: Entered SendCommand\n"); 571 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - Command State Set\n"); 576 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - curState == OMX_StateLoaded\n") 1724 struct OMX_TI_Debug dbg = {0}; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDecoder.c | 250 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_WBAMRDEC"); 283 OMX_PRINT1(pComponentPrivate->dbg, "Setting dasfmode and mimemode to 0\n"); 418 OMX_PRBUFFER2(pComponentPrivate->dbg, "[ALLOC] %p\n",pPortDef_op); 419 OMX_PRINT1(pComponentPrivate->dbg, "pPortDef_ip = %p\n",pPortDef_ip); 420 OMX_PRINT1(pComponentPrivate->dbg, "pPortDef_op = %p\n",pPortDef_op); 454 OMX_ERROR4(pComponentPrivate->dbg, "Error returned from loading ResourceManagerProxy thread\n"); 461 OMX_ERROR4(pComponentPrivate->dbg, "Error returned from the Component\n"); 464 OMX_PRINT1(pComponentPrivate->dbg, "OMX_ComponentInit\n"); 468 OMX_PRINT1(pComponentPrivate->dbg, "OMX_ComponentInit\n"); 470 OMX_ERROR4(pComponentPrivate->dbg, "[WBAMR Dec Component] - failure to open WRITE pipe\n") 1613 struct OMX_TI_Debug dbg; local [all...] |
OMX_WbAmrDec_Utils.c | 121 OMX_PRINT1(pComponentPrivate->dbg, "WBAMR_DEC_Fill_LCMLInitParams\n "); 122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle); 123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate); 181 OMX_PRINT1(pComponentPrivate->dbg, "pComponentPrivate->dasfmode = %ld\n",pComponentPrivate->dasfmode); 253 OMX_PRDSP2(pComponentPrivate->dbg, "Setting up create phase params for DASF mode\n"); 259 OMX_PRDSP2(pComponentPrivate->dbg, "Setting up create phase params for FILE mode\n"); 282 OMX_PRINT1(pComponentPrivate->dbg, "Comp: OMX_AmrDecUtils.c\n"); 345 OMX_PRDSP1(pComponentPrivate->dbg, "pTemp_lcml = %p\n",pTemp_lcml); 346 OMX_PRBUFFER1(pComponentPrivate->dbg, "pTemp_lcml->buffer = %p\n",pTemp_lcml->buffer); 359 OMX_PRINT1(pComponentPrivate->dbg, "Exiting WBAMR_DEC_Fill_LCMLInitParams") [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEncoder.c | 246 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_AACENC"); 266 OMX_PRBUFFER2(pComponentPrivate->dbg, "AACENC: pInputBufferList %p\n ", pComponentPrivate->pInputBufferList); 271 OMX_PRBUFFER2(pComponentPrivate->dbg, "AACENC: pOutputBufferList %p\n ", pComponentPrivate->pOutputBufferList); 308 OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: pComponentPrivate->bPlayCompleteFlag = %ld\n",__LINE__,pComponentPrivate->bPlayCompleteFlag); 391 OMX_PRCOMM2(pComponentPrivate->dbg, "AACENC: pPortDef_ip %p \n",pPortDef_ip ); 396 OMX_PRCOMM2(pComponentPrivate->dbg, "AACENC: pPortDef_op %p, size: %x \n",pPortDef_op, sizeof(OMX_PARAM_PORTDEFINITIONTYPE)); 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__) 1692 struct OMX_TI_Debug dbg = {0}; local [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Utils.c | 192 OMX_ERRORTYPE OMX_VIDENC_ListCreate(struct OMX_TI_Debug *dbg, struct VIDENC_NODE** pListHead) 199 OMX_TRACE4(*dbg, "malloc() out of memory error\n"); 203 OMX_TRACE1(*dbg, "Create MemoryListHeader[%p]\n", *pListHead); 224 OMX_ERRORTYPE OMX_VIDENC_ListAdd(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, OMX_PTR pData) 232 OMX_TRACE4(*dbg, "malloc() out of memory error\n"); 238 OMX_TRACE1(*dbg, "Add MemoryNode[%p] -> [%p]\n", pNewNode, pNewNode->pData); 265 OMX_ERRORTYPE OMX_VIDENC_ListRemove(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead, 280 OMX_TRACE1(*dbg, "Remove MemoryNode[%p] -> [%p]\n", pTmp, pTmp->pData); 306 OMX_ERRORTYPE OMX_VIDENC_ListDestroy(struct OMX_TI_Debug *dbg, struct VIDENC_NODE* pListHead) 319 OMX_TRACE0(*dbg, "Remove MemoryNode[%p] -> [%p]\n", pTmp, pTmp->pData) [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3parser.h | 70 void (*setDebugListener) (struct ANTLR3_PARSER_struct * parser, pANTLR3_DEBUG_EVENT_LISTENER dbg);
|
/external/lldb/test/python_api/input_reader/ |
TestInputReaderCallback.py | 34 input_reader.Initialize(self.dbg, callback, lldb.eInputReaderGranularityByte, "$", "^", False) 36 self.dbg.PushInputReader(input_reader) 37 self.dbg.DispatchInput("Hello!$") 38 self.assertFalse(self.dbg.InputReaderIsTopReader(input_reader))
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Thread.c | 105 OMX_PRINT1(pComponentPrivate->dbg, "fd max is %d\n", nFdmax); 125 OMX_TRACE5(pComponentPrivate->dbg, "Error in Select\n"); 138 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n"); 141 OMX_PRCOMM1(pComponentPrivate->dbg, "read ecmd %d\n", eCmd); 143 OMX_PRCOMM1(pComponentPrivate->dbg, "read nParam1 %lu\n", nParam1); 153 OMX_PRINT2(pComponentPrivate->dbg, "calling handlecommand from JPEGDEC (%lu)\n", nParam1); 158 OMX_PRINT2(pComponentPrivate->dbg, "after called handlecommand from JPEGDEC (%lu)\n", error); 172 OMX_PRINT2(pComponentPrivate->dbg, "PORT DISABLE\n"); 184 OMX_PRINT2(pComponentPrivate->dbg, "PORT Enable\n"); 196 OMX_PRINT2(pComponentPrivate->dbg, "cmd nStop\n") [all...] |
OMX_JpegDec_Utils.c | 149 OMX_PRDSP5(pComponentPrivate->dbg, "eError != OMX_ErrorNone... in (*fpGetHandle)(&LCML_pHandle);\n"); 217 OMX_PRINT1(pComponentPrivate->dbg, "In DisablePortJpegDec %lu\n", nParam1); 299 OMX_PRINT1(pComponentPrivate->dbg, "Exiting EnablePortJpegDec(), Ports are enabled if no error\n"); 363 OMX_PRINT2(pComponentPrivate->dbg, "JPEG Start_ComponentThread\n"); 407 struct OMX_TI_Debug dbg; local 409 OMX_DBG_INIT_BASE(dbg); 417 dbg = pComponentPrivate->dbg; 424 OMX_PRINT1(pComponentPrivate->dbg, "Inside Free_ComponentResourcesJpegDec \n"); 430 OMX_PRINT1(pComponentPrivate->dbg, "EMMCodecControlDestroy inside Free_ComponentResourcesJpegDec\n") [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEncoder.c | 245 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_NBAMRENC"); 381 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Setting dasf & mime & efr & acdn & amr and MultiFrame modes to 0\n",__LINE__); 514 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ComponentInit\n", __LINE__); 516 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from loading ResourceManagerProxy thread\n",__LINE__); 522 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_ComponentInit\n", __LINE__); 524 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error returned from the Component\n",__LINE__); 538 OMX_ERROR4(pComponentPrivate->dbg, "%d :: [NBAMRE Encoder Component] - failure to open WRITE pipe\n",__LINE__); 542 OMX_ERROR4(pComponentPrivate->dbg, "%d :: [NBAMRE Encoder Component] - failure to open READ pipe\n",__LINE__); 557 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting OMX_ComponentInit\n", __LINE__); 558 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Returning = 0x%x\n",__LINE__,eError) 1741 struct OMX_TI_Debug dbg; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDecoder.c | 254 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_NBAMRDEC"); 283 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Setting dasfmode and mimemode to 0\n",__LINE__); 478 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); 480 OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Error returned from loading ResourceManagerProxy thread\n", 487 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); 489 OMX_ERROR4(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::Error returned from the Component\n", 493 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); 497 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__); 499 OMX_ERROR4(pComponentPrivate->dbg, "[NBAMR Dec Component] - failure to open WRITE pipe\n"); 502 OMX_PRINT2(pComponentPrivate->dbg, "%d ::OMX_AmrDecoder.c ::OMX_ComponentInit\n", __LINE__) 1693 struct OMX_TI_Debug dbg; local [all...] |
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); 243 OMX_PRINT2(pComponentPrivate->dbg, "%s: IN %d", __FUNCTION__, pComponentPrivate->pOutputBufferList->numBuffers); 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__); 261 OMX_PRINT2(pComponentPrivate->dbg, "%s: OUT : %d", __FUNCTION__, pComponentPrivate->pOutputBufferList->numBuffers); 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__) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEncoder.c | 226 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_WBAMRENC"); 374 OMX_PRDSP2(pComponentPrivate->dbg, "Setting dasf,mime,efr,acdn,amr and \ 485 OMX_PRINT2(pComponentPrivate->dbg, "Initialize RM"); 488 OMX_ERROR4(pComponentPrivate->dbg, "RM Initialization error %d", 496 OMX_PRINT2(pComponentPrivate->dbg, "ComponentThread started"); 499 OMX_ERROR4(pComponentPrivate->dbg, "Error while starting \ 513 OMX_PRCOMM4(pComponentPrivate->dbg, "Failure to open Write pipe"); 517 OMX_PRCOMM4(pComponentPrivate->dbg, "Failure to open Read pipe"); 532 OMX_PRINT1(pComponentPrivate->dbg, "Exit Returning = 0x%x", eError); 563 OMX_PRINT1(pComponentPrivate->dbg, "Enter") 1832 struct OMX_TI_Debug dbg; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | 236 OMX_DBG_INIT(pComponentPrivate->dbg, "OMX_DBG_AACDEC"); 477 OMX_ERROR4(pComponentPrivate->dbg, "[AAC Component] - failure to open WRITE pipe\n"); 482 OMX_ERROR4(pComponentPrivate->dbg, "[AAC Component] - failure to open READ pipe\n"); 490 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from loading ResourceManagerProxy\thread\n", __LINE__); 496 OMX_ERROR4(pComponentPrivate->dbg, "%d ::Error returned from the Component\n", 507 OMX_ERROR4(pComponentPrivate->dbg, "%d :: ************* ERROR: Freeing Other Malloced Resources\n",__LINE__); 514 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting OMX_ComponentInit\n", __LINE__); 548 OMX_ERROR4(pCompPrivate->dbg, "%d ::Error returned from the Component\n", 554 OMX_ERROR4(pCompPrivate->dbg, "%d ::Error returned from the Component\n", 578 OMX_ERROR4(pCompPrivate->dbg, "%d :: Incorrect St Tr fm Loaded to Executing By App\n",__LINE__) 1667 struct OMX_TI_Debug dbg; local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | [all...] |