/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
baycom.h | 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon61868
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
baycom.h | 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon62646
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
baycom.h | 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon63422
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
baycom.h | 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon64199
|
/external/elfutils/src/libdw/ |
dwarf_getaranges.c | 57 dwarf_getaranges (dbg, aranges, naranges) 58 Dwarf *dbg; 62 if (dbg == NULL) 65 if (dbg->aranges != NULL) 67 *aranges = dbg->aranges; 69 *naranges = dbg->aranges->naranges; 73 if (dbg->sectiondata[IDX_debug_aranges] == NULL) 82 if (dbg->sectiondata[IDX_debug_aranges]->d_buf == NULL) 88 const unsigned char *readp = dbg->sectiondata[IDX_debug_aranges]->d_buf; 90 = readp + dbg->sectiondata[IDX_debug_aranges]->d_size [all...] |
libdw_alloc.c | 42 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align) 44 size_t size = MAX (dbg->mem_default_size, 49 dbg->oom_handler (); 56 newp->prev = dbg->mem_tail; 57 dbg->mem_tail = newp; 64 dwarf_new_oom_handler (Dwarf *dbg, Dwarf_OOM handler) 66 Dwarf_OOM old = dbg->oom_handler; 67 dbg->oom_handler = handler;
|
dwarf_formstring.c | 51 Dwarf *dbg = attrp->cu->dbg; 52 Dwarf *dbg_ret = attrp->form == DW_FORM_GNU_strp_alt ? dbg->alt_dwarf : dbg; 70 if (__libdw_read_offset (dbg, dbg_ret, cu_sec_idx (attrp->cu), attrp->valp,
|
libdw_findcu.c | 66 __libdw_intern_next_unit (dbg, debug_types) 67 Dwarf *dbg; 71 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; 72 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; 82 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL, 98 Elf_Data *data = dbg->sectiondata[debug_types 104 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU); 106 newp->dbg = dbg [all...] |
dwarf_cu_getdwarf.c | 46 return cu->dbg;
|
dwarf_hasattr.c | 55 Dwarf *dbg = die->cu->dbg; local 59 = ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf 60 + dbg->sectiondata[IDX_debug_abbrev]->d_size);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 78 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: \n",__LINE__); 110 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); 116 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: bIsStopping = %ld\n",__LINE__, 119 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: lcml_nOpBuf = %ld\n",__LINE__, 122 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: lcml_nIpBuf = %ld\n",__LINE__, 124 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: app_nBuf = %ld\n",__LINE__, 128 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__); 130 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__); 132 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: Error Occurred in Codec Stop..\n",__LINE__); 141 OMX_PRINT2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: AmrComponentThread \n",__LINE__) [all...] |
/external/svox/pico/lib/ |
picokdbg.h | 46 /* Dbg type and functions */ 68 picoos_uint8 picokdbg_getPhoneId(const picokdbg_Dbg dbg, 74 picoos_char *picokdbg_getPhoneSym(const picokdbg_Dbg dbg,
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
ProfileTreeGrammar.cs | 64 public ProfileTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state ) 65 : base( input, dbg, state ) 67 Profiler p = (Profiler)dbg; 71 public ProfileTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg ) 72 : base( input, dbg, new RecognizerSharedState() ) 74 Profiler p = (Profiler)dbg; 79 ((Profiler)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); 85 ((Profiler)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileTreeGrammar.ruleNames[ruleIndex]); 90 dbg.SemanticPredicate( result, predicate ); 107 dbg.EnterRule( GrammarFileName, "prog" ) [all...] |
DebugTreeGrammar.cs | 78 public DebugTreeGrammar( ITreeNodeStream input, IDebugEventListener dbg ) 79 : base( input, dbg, new RecognizerSharedState() ) 85 dbg.SemanticPredicate( result, predicate ); 102 dbg.EnterRule( GrammarFileName, "prog" ); 105 dbg.Commence(); 108 dbg.Location( 53, -1 ); 113 dbg.EnterAlt( 1 ); 117 dbg.Location( 53, 8 ); 121 dbg.EnterSubRule( 1 ); 128 dbg.EnterDecision( 1 ) [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugTokenStream.java | 35 protected DebugEventListener dbg; field in class:DebugTokenStream 42 public DebugTokenStream(TokenStream input, DebugEventListener dbg) { 44 setDebugListener(dbg); 50 public void setDebugListener(DebugEventListener dbg) { 51 this.dbg = dbg; 62 dbg.consumeToken(t); 66 dbg.consumeHiddenToken(input.get(i)); 75 dbg.consumeHiddenToken(input.get(i)); 84 dbg.LT(i, input.LT(i)) [all...] |
DebugTreeNodeStream.java | 39 protected DebugEventListener dbg; field in class:DebugTreeNodeStream 48 DebugEventListener dbg) 53 setDebugListener(dbg); 56 public void setDebugListener(DebugEventListener dbg) { 57 this.dbg = dbg; 67 dbg.consumeNode(node); 79 dbg.LT(i, node); 88 dbg.LT(i, node); 94 dbg.mark(lastMarker) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_ComponentThread.c | 102 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n"); 124 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n"); 135 OMX_ERROR4(pComponentPrivate->dbg, "Comp Thrd Exiting here...\n"); 140 OMX_PRSTATE2(pComponentPrivate->dbg, "bIsStopping = %ld\n", 143 OMX_PRBUFFER2(pComponentPrivate->dbg, "lcml_nOpBuf = %ld\n", 146 OMX_PRBUFFER2(pComponentPrivate->dbg, "lcml_nIpBuf = %ld\n", 148 OMX_PRBUFFER2(pComponentPrivate->dbg, "app_nBuf = %ld\n", 159 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n"); 161 OMX_PRINT1(pComponentPrivate->dbg, "AmrComponentThread \n"); 165 OMX_PRINT2(pComponentPrivate->dbg,"Component Time Out !!!!!!!!!!!! \n") [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 93 OMX_PRINT1(pComponentPrivate->dbg, "OMX_WmaDec_ComponentThread:%d\n",__LINE__); 95 OMX_PRDSP2(pComponentPrivate->dbg, "PERF%d :: OMX_WmaDec_ComponentThread.c\n",__LINE__); 124 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); 129 OMX_PRDSP1(pComponentPrivate->dbg, "%d : bIsStopping = %ld\n",__LINE__, pComponentPrivate->bIsStopping); 131 OMX_PRINT2(pComponentPrivate->dbg, "%d:WmaComponentThread \n",__LINE__); 143 OMX_ERROR4(pComponentPrivate->dbg, "%d:WmaComponentThread \n",__LINE__); 147 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!!!!!!!!! \n",__LINE__); 150 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__); 160 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__); 163 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error while reading from the pipe\n",__LINE__) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
DebugTokenStream.cs | 36 protected IDebugEventListener dbg; field in class:Antlr.Runtime.Debug.DebugTokenStream 43 public DebugTokenStream(ITokenStream input, IDebugEventListener dbg) { 45 DebugListener = dbg; 67 return dbg; 70 dbg = value; 84 dbg.ConsumeToken(t); 88 dbg.ConsumeHiddenToken(input.Get(i)); 97 dbg.ConsumeHiddenToken(input.Get(i)); 106 dbg.LT(i, input.LT(i)); 114 dbg.LT(i, input.LT(i)) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
DebugTokenStream.cs | 38 protected IDebugEventListener dbg; field in class:Antlr.Runtime.Debug.DebugTokenStream 45 public DebugTokenStream( ITokenStream input, IDebugEventListener dbg ) 48 DebugListener = dbg; 76 return dbg; 80 dbg = value; 96 dbg.ConsumeToken( t ); 102 dbg.ConsumeHiddenToken( input.Get( i ) ); 113 dbg.ConsumeHiddenToken( input.Get( i ) ); 124 dbg.LT( i, input.LT( i ) ); 134 dbg.LT( i, input.LT( i ) ) [all...] |
/external/elfutils/src/tests/ |
get-pubnames.c | 32 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused))) 42 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL 53 if (dwarf_offdie (dbg, gl->die_offset, &die) == NULL 75 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 76 if (dbg == NULL) 86 if (dwarf_getpubnames (dbg, callback, NULL, 0) != 0) 93 dwarf_end (dbg);
|
typeiter.c | 34 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 35 if (dbg != NULL) 41 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) 44 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem); 71 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, 75 Dwarf_Die *die = dwarf_offdie_types (dbg, off + cuhl, &die_mem); 85 dwarf_end (dbg);
|
typeiter2.c | 34 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 35 if (dbg != NULL) 42 while (dwarf_next_unit (dbg, off, &noff, &cuhl, NULL, NULL, NULL, 46 dwarf_offdie_types (dbg, off + cuhl, &die_mem); 52 while (dwarf_nextcu (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0) 55 Dwarf_Die *die = dwarf_offdie (dbg, off + cuhl, &die_mem); 84 dwarf_end (dbg);
|
dwarf-getstring.c | 47 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local 48 if (dbg == NULL) 60 str = dwarf_getstring (dbg, ~0UL, &len); 66 str = dwarf_getstring (dbg, offset, &len);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_CompThread.c | 117 OMX_PRINT1(pComponentPrivate->dbg, ":: Entering ComponentThread \n"); 148 OMX_PRINT1(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); 155 OMX_PRSTATE2(pComponentPrivate->dbg, "\n\n\n!!!!! Component Time Out !!!!!!!!!!!! \n"); 156 OMX_PRSTATE2(pComponentPrivate->dbg, "Current State: %d \n", pComponentPrivate->curState); 158 OMX_PRDSP2(pComponentPrivate->dbg, "%d:: lcml_nCntOp = %lu\n",__LINE__,pComponentPrivate->lcml_nCntOp); 159 OMX_PRDSP2(pComponentPrivate->dbg, "%d : lcml_nCntIp = %lu\n",__LINE__,pComponentPrivate->lcml_nCntIp); 160 OMX_PRDSP2(pComponentPrivate->dbg, "%d : lcml_nCntIpRes = %lu\n",__LINE__,pComponentPrivate->lcml_nCntIpRes); 161 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: lcml_nCntOpReceived = %lu\n",__LINE__,pComponentPrivate->lcml_nCntOpReceived); 164 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n"); 170 OMX_ERROR4(pComponentPrivate->dbg, ":: Error in Select\n") [all...] |