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

1 2 34 5 6 7 8 9

  /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...]
OMX_AmrEnc_Utils.c 125 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_FillLCMLInitParams\n",__LINE__);
132 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details -----------\n",__LINE__);
133 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Count = %ld\n",__LINE__,nIpBuf);
134 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Size = %ld\n",__LINE__,nIpBufSize);
135 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Count = %ld\n",__LINE__,nOpBuf);
136 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize);
137 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details ------------\n",__LINE__);
165 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to DASF mode\n",__LINE__);
229 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to EFR mode\n",__LINE__);
233 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to NBAMR mode\n",__LINE__)
    [all...]
  /external/elfutils/libdw/
dwarf_ranges.c 80 const Elf_Data *d = die->cu->dbg->sectiondata[IDX_debug_ranges];
142 begin = read_8ubyte_unaligned_inc (die->cu->dbg, readp);
143 end = read_8ubyte_unaligned_inc (die->cu->dbg, readp);
152 begin = read_4ubyte_unaligned_inc (die->cu->dbg, readp);
153 end = read_4ubyte_unaligned_inc (die->cu->dbg, readp);
dwarf_getlocation.c 118 Dwarf *dbg = cu->dbg; local
163 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
170 newloc->number = read_8ubyte_unaligned_inc (dbg, data);
231 newloc->number = read_2ubyte_unaligned_inc (dbg, data);
241 newloc->number = read_2sbyte_unaligned_inc (dbg, data);
248 newloc->number = read_4ubyte_unaligned_inc (dbg, data);
256 newloc->number = read_4sbyte_unaligned_inc (dbg, data);
263 newloc->number = read_8ubyte_unaligned_inc (dbg, data);
270 newloc->number = read_8sbyte_unaligned_inc (dbg, data)
    [all...]
libdwP.h 211 Dwarf *dbg; member in struct:Dwarf_Files_s
250 Dwarf *dbg; member in struct:Dwarf_Aranges_s
265 Dwarf *dbg; member in struct:Dwarf_CU
306 .addr = ((char *) (fromcu)->dbg->sectiondata[IDX_debug_info]->d_buf \
334 #define libdw_alloc(dbg, type, tsize, cnt) \
335 ({ struct libdw_memblock *_tail = (dbg)->mem_tail; \
342 _result = (type *) __libdw_allocate (dbg, _required, __alignof (type));\
351 #define libdw_typed_alloc(dbg, type) \
352 libdw_alloc (dbg, type, sizeof (type), 1)
355 extern void *__libdw_allocate (Dwarf *dbg, size_t minsize, size_t align
    [all...]
dwarf_getmacros.c 79 = die->cu->dbg->sectiondata[IDX_debug_macinfo]->d_buf + offset;
81 = readp + die->cu->dbg->sectiondata[IDX_debug_macinfo]->d_size;
146 - ((unsigned char *) die->cu->dbg->sectiondata[IDX_debug_macinfo]->d_buf
memory-access.h 147 # define read_2ubyte_unaligned(Dbg, Addr) \
148 (unlikely ((Dbg)->other_byte_order) \
151 # define read_2sbyte_unaligned(Dbg, Addr) \
152 (unlikely ((Dbg)->other_byte_order) \
158 # define read_4ubyte_unaligned(Dbg, Addr) \
159 (unlikely ((Dbg)->other_byte_order) \
162 # define read_4sbyte_unaligned(Dbg, Addr) \
163 (unlikely ((Dbg)->other_byte_order) \
167 # define read_8ubyte_unaligned(Dbg, Addr) \
168 (unlikely ((Dbg)->other_byte_order)
    [all...]
dwarf_child.c 67 Dwarf *dbg = die->cu->dbg; local
91 = ((unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf
92 + dbg->sectiondata[IDX_debug_abbrev]->d_size);
128 size_t len = __libdw_form_val_len (dbg, die->cu, attr_form, readp);
  /external/elfutils/tests/
get-files.c 47 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local
48 if (dbg == NULL)
63 while (dwarf_nextcu (dbg, o, &ncu, &cuhl, &ao, &asz, &osz) == 0)
70 Dwarf_Die *die = dwarf_offdie (dbg, o + cuhl, &die_mem);
110 dwarf_end (dbg);
show-abbrev.c 43 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local
44 if (dbg == NULL)
54 while (dwarf_nextcu (dbg, cuoff, &cuoff, &hsize, NULL, NULL, NULL) == 0)
58 if (dwarf_offdie (dbg, old_cuoff + hsize, &die) == NULL)
131 if (dwarf_end (dbg) != 0)
get-aranges.c 56 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local
57 if (dbg == NULL)
67 if (dwarf_getaranges (dbg, &aranges, &naranges) != 0)
90 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
133 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
145 dwarf_end (dbg);
  /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...]
OMX_WbAmrEnc_Utils.c 118 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n");
127 OMX_PRBUFFER2(pComponentPrivate->dbg,
129 OMX_PRBUFFER2(pComponentPrivate->dbg,
131 OMX_PRBUFFER2(pComponentPrivate->dbg,
133 OMX_PRBUFFER2(pComponentPrivate->dbg,
135 OMX_PRBUFFER2(pComponentPrivate->dbg,
137 OMX_PRBUFFER2(pComponentPrivate->dbg,
167 OMX_PRDSP2(pComponentPrivate->dbg,
225 OMX_PRDSP2(pComponentPrivate->dbg, "Codec is configuring to WBAMR mode\n");
229 OMX_PRDSP2(pComponentPrivate->dbg, "Codec is configuring MIME mode\n")
    [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...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
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/wbamr_dec/src/
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/mp3_dec/src/
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...]
  /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...]
  /external/bison/build-aux/
gnupload 36 dbg=
201 dbg=dprint
268 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 -ba -o $file.sig $file
326 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive
327 $dbg ncftpput ftp-upload.gnu.org /incoming/alpha $files $base.directive.asc
331 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directive
332 $dbg ncftpput ftp-upload.gnu.org /incoming/ftp $files $base.directive.asc
338 $dbg ncftpput savannah.gnu.org /incoming/savannah/$destdir $files
344 $dbg ncftpput savannah.nongnu.org /incoming/savannah/$destdir $files
350 echo "$passphrase" | $dbg $GPG $passphrase_fd_0 --clearsign $base.directiv
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3parser.c 38 static void setDebugListener (pANTLR3_PARSER parser, pANTLR3_DEBUG_EVENT_LISTENER dbg);
44 antlr3ParserNewStreamDbg (ANTLR3_UINT32 sizeHint, pANTLR3_TOKEN_STREAM tstream, pANTLR3_DEBUG_EVENT_LISTENER dbg, pANTLR3_RECOGNIZER_SHARED_STATE state)
55 parser->setDebugListener(parser, dbg);
146 setDebugListener (pANTLR3_PARSER parser, pANTLR3_DEBUG_EVENT_LISTENER dbg)
157 parser->rec->debugger = dbg;
164 parser->tstream->setDebugListener(parser->tstream, dbg);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ASTDbg.stg 30 * hierarchy is set up as ASTDbg : AST : Dbg : Java by code generator.
33 ANTLRDebugTreeAdaptor *adaptor = [ANTLRDebugTreeAdaptor newTreeAdaptor:(id)dbg Adaptor:[ANTLRCommonTreeAdaptor newTreeAdaptor]];
38 adaptor = [ANTLRDebugTreeAdaptor newTreeAdaptor:dbg Adaptor:anAdaptor];
40 adaptor = [ANTLRDebugTreeAdaptor newTreeAdaptor:adaptor withDBG:dbg];
42 adaptor = (ANTLRDebugTreeAdaptor *)adaptor; // delegator sends dbg adaptor
82 @ctorForPredefinedListener.superClassRef() ::= @"super(input, dbg);"
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTDbg.stg 30 * hierarchy is set up as ASTDbg : AST : Dbg : Python by code generator.
37 self._adaptor = DebugTreeAdaptor(self.dbg, adaptor)
39 self._adaptor = adaptor # delegator sends dbg adaptor

Completed in 616 milliseconds

1 2 34 5 6 7 8 9