HomeSort by relevance Sort by last modified time
    Searched refs:dbg (Results 26 - 50 of 405) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
baycom.h 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon74125
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
baycom.h 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon75434
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
baycom.h 31 struct baycom_debug_data dbg; member in union:baycom_ioctl::__anon76742
  /external/elfutils/0.153/libdw/
dwarf_getaranges.c 76 dwarf_getaranges (dbg, aranges, naranges)
77 Dwarf *dbg;
81 if (dbg == NULL)
84 if (dbg->aranges != NULL)
86 *aranges = dbg->aranges;
88 *naranges = dbg->aranges->naranges;
92 if (dbg->sectiondata[IDX_debug_aranges] == NULL)
101 if (dbg->sectiondata[IDX_debug_aranges]->d_buf == NULL)
107 const unsigned char *readp = dbg->sectiondata[IDX_debug_aranges]->d_buf;
109 = readp + dbg->sectiondata[IDX_debug_aranges]->d_size
    [all...]
libdw_findcu.c 62 __libdw_intern_next_unit (dbg, debug_types)
63 Dwarf *dbg;
67 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset;
77 if (INTUSE(dwarf_next_unit) (dbg, oldoff, offsetp, NULL,
93 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU);
95 newp->dbg = dbg;
139 __libdw_findcu (dbg, start, debug_types)
140 Dwarf *dbg;
    [all...]
libdw_alloc.c 63 __libdw_allocate (Dwarf *dbg, size_t minsize, size_t align)
65 size_t size = MAX (dbg->mem_default_size,
70 dbg->oom_handler ();
77 newp->prev = dbg->mem_tail;
78 dbg->mem_tail = newp;
85 dwarf_new_oom_handler (Dwarf *dbg, Dwarf_OOM handler)
87 Dwarf_OOM old = dbg->oom_handler;
88 dbg->oom_handler = handler;
dwarf_formref_die.c 78 if (__libdw_read_offset (cu->dbg, IDX_debug_info, attr->valp,
82 return INTUSE(dwarf_offdie) (cu->dbg, offset, result);
91 uint64_t sig = read_8ubyte_unaligned (cu->dbg, attr->valp);
92 cu = Dwarf_Sig8_Hash_find (&cu->dbg->sig8_hash, sig, NULL);
97 cu = __libdw_intern_next_unit (attr->cu->dbg, true);
104 Dwarf_Sig8_Hash_insert (&cu->dbg->sig8_hash, cu->type_sig8, cu);
108 data = cu->dbg->sectiondata[IDX_debug_types];
  /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...]
DebugTreeNodeStream.cs 45 protected IDebugEventListener dbg; field in class:Antlr.Runtime.Debug.DebugTreeNodeStream
54 IDebugEventListener dbg) {
58 DebugListener = dbg;
64 return dbg;
67 dbg = value;
111 dbg.ConsumeNode(node);
125 dbg.LT(i, node);
134 dbg.LT(i, node);
140 dbg.Mark(lastMarker);
145 dbg.Rewind(marker)
    [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...]
DebugTreeNodeStream.cs 47 protected IDebugEventListener dbg; field in class:Antlr.Runtime.Debug.DebugTreeNodeStream
56 IDebugEventListener dbg )
61 DebugListener = dbg;
69 return dbg;
73 dbg = value;
129 dbg.ConsumeNode( node );
146 dbg.LT( i, node );
156 dbg.LT( i, node );
163 dbg.Mark( lastMarker );
169 dbg.Rewind( marker )
    [all...]
  /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...]
  /external/lldb/test/api/multithreaded/
listener_test.cpp 17 void check_listener(SBDebugger &dbg);
30 void test(SBDebugger &dbg, std::vector<string> args) {
33 SBTarget target = dbg.CreateTarget(args.at(0).c_str());
55 g_listener = dbg.GetListener();
67 check_listener(dbg);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_ComponentThread.c 107 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_CompThread\n", __LINE__);
138 OMX_ERROR2(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
143 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: bIsThreadstop = %ld\n",__LINE__,pComponentPrivate->bIsThreadstop);
144 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: lcml_nOpBuf = %ld\n",__LINE__,pComponentPrivate->lcml_nOpBuf);
145 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: lcml_nIpBuf = %ld\n",__LINE__,pComponentPrivate->lcml_nIpBuf);
146 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: app_nBuf = %ld\n",__LINE__,pComponentPrivate->app_nBuf);
155 OMX_ERROR4(pComponentPrivate->dbg, "%d :: pComponentPrivate->curState is not OMX_StateIdle\n",__LINE__);
159 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__);
161 OMX_ERROR4(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__);
172 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 126 OMX_TRACE2(pComponentPrivate->dbg, "fd max is %d\n",fdmax);
145 OMX_TRACE2(pComponentPrivate->dbg, "Component Thread Time Out!!!\n");
147 OMX_TRACE4(pComponentPrivate->dbg, "Error in Select\n");
157 OMX_PRBUFFER2(pComponentPrivate->dbg, "filled_inpBuf_Q pipe is set\n");
162 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free queue buffers\n");
170 OMX_PRBUFFER2(pComponentPrivate->dbg, "free_outBuf_Q has some buffers in Component Thread\n");
173 OMX_PRBUFFER4(pComponentPrivate->dbg, "Error while processing free Q Buffers\n");
181 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
192 OMX_PRINT2(pComponentPrivate->dbg, "eCmd %d, nParam1 %d\n", (int)eCmd, (int)nParam1);
194 OMX_PRINT2(pComponentPrivate->dbg, "processing OMX_CommandStateSet\n")
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 67 ((Profiler)dbg).examineRuleMemoization(input, ruleIndex, stopIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
74 ((Profiler)dbg).memoize(input, ruleIndex, ruleStartIndex, <grammar.composite.rootGrammar.recognizerName>.ruleNames[ruleIndex]);
79 dbg.semanticPredicate(result, predicate);
94 <grammar.directDelegates:{g|<g:delegateName()> = new <g.recognizerName>(input, dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
104 public <name>(<inputStreamType> input, DebugEventListener dbg, RecognizerSharedState state) {
105 super(input, dbg, state);
106 Profiler p = (Profiler)dbg;
110 {g|<g:delegateName()> = new <g.recognizerName>(input, dbg, this.state, this<grammar.delegators:{g|, <g:delegateName()>}>);}; separator="\n">
116 /** Basically we don't want to set any dbg listeners are root will have it. */
118 public <name>(<inputStreamType> input, DebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 97 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering ComponentThread\n", __LINE__);
121 OMX_ERROR4(pComponentPrivate->dbg, ":: Comp Thrd Exiting here...\n");
128 OMX_PRINT1(pComponentPrivate->dbg, "%d : bIsStopping = %ld\n",__LINE__, pComponentPrivate->bIsStopping);
129 OMX_PRINT1(pComponentPrivate->dbg, "%d : lcml_nOpBuf = %ld\n",__LINE__, pComponentPrivate->lcml_nOpBuf);
130 OMX_PRINT1(pComponentPrivate->dbg, "%d : lcml_nIpBuf = %ld\n",__LINE__, pComponentPrivate->lcml_nIpBuf);
134 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AACENC_ComponentThread \n",__LINE__);
144 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AACENC_ComponentThread \n",__LINE__);
147 OMX_PRINT1(pComponentPrivate->dbg, "%d ::OMX_AACENC_ComponentThread \n",__LINE__);
151 OMX_PRINT2(pComponentPrivate->dbg, "%d :: Component Time Out !!!!! \n",__LINE__);
155 OMX_ERROR2(pComponentPrivate->dbg, "%d :: Error in Select\n", __LINE__)
    [all...]

Completed in 2053 milliseconds

12 3 4 5 6 7 8 91011>>