/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...] |
/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...] |
/external/toybox/toys/pending/ |
dhcp6.c | 129 static void (*dbg)(char *format, ...); variable 299 dbg("Sending message type: %d\n", type); 302 if (sendlength <= 0) dbg("Error in sending message type: %d\n", type); 343 dbg("Invalid server id: %d\n"); 348 dbg("Invalid client id: %d\n"); 381 dbg("Requesting IP: %s\n", TT.req_ip); 444 dbg("Failed to create environment variables.\n"); 447 dbg("Executing %s %s\n", script, name); 455 dbg("Fork failed.\n"); 468 dbg("script complete.\n") [all...] |
dhcp.c | 135 static void (*dbg)(char *format, ...); variable 297 dbg("IP %s\n", inet_ntoa(ip->sin_addr)); 302 dbg("Adapter index %d\n", req.ifr_ifindex); 308 dbg("MAC %02x:%02x:%02x:%02x:%02x:%02x\n", mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]); 399 dbg("-x option : %s ", option); 425 dbg(" value : %-20s \n ", valstr); 538 dbg("Failed to create environment variables."); 541 dbg("Executing %s %s\n", script, name); 549 dbg("Fork failed.\n"); 562 dbg("script complete.\n") [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...] |
/external/elfutils/tests/ |
dwfl-bug-fd-leak.c | 68 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias); local 69 if (dbg != NULL) 71 Elf *elf = dwarf_getelf (dbg);
|
show-die-info.c | 59 handle (Dwarf *dbg, Dwarf_Die *die, int n) 305 handle (dbg, &child, n + 1); 307 handle (dbg, die, n); 319 Dwarf *dbg; local 323 dbg = dwarf_begin (fd, DWARF_C_READ); 324 if (dbg == NULL) 337 while (dwarf_nextcu (dbg, off, &off, &hsize, &abbrev, &addresssize, 347 if (dwarf_offdie (dbg, old_off + hsize, &die) != NULL) 348 handle (dbg, &die, 1); 353 dwarf_end (dbg); [all...] |
/external/elfutils/libdw/ |
dwarf_getsrc_file.c | 43 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, 46 if (dbg == NULL) 59 INTUSE(dwarf_nextcu) (dbg, off, &noff, &cuhl, NULL, NULL, NULL) == 0; 63 Dwarf_Die *cudie = INTUSE(dwarf_offdie) (dbg, off + cuhl, &cudie_mem);
|
dwarf_ranges.c | 43 __libdw_read_begin_end_pair_inc (Dwarf *dbg, int sec_index, 105 const Elf_Data *d = die->cu->dbg->sectiondata[IDX_debug_ranges]; 149 if (__libdw_offset_in_section (die->cu->dbg, 164 switch (__libdw_read_begin_end_pair_inc (die->cu->dbg, IDX_debug_ranges,
|
dwarf_getlocation.c | 102 store_implicit_value (Dwarf *dbg, void **cache, Dwarf_Op *op) 104 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s, 169 Dwarf_Op *result = libdw_alloc (attr->cu->dbg, 178 struct loc_s *newp = libdw_alloc (attr->cu->dbg, 201 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order, 278 if (dbg == NULL) 296 else if (__libdw_read_address_inc (dbg, sec_index, &data, 303 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data, 459 if (unlikely (dbg == NULL) [all...] |
dwarf_formblock.c | 59 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 66 return_block->length = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
|
dwarf_getsrclines.c | 150 read_srclines (Dwarf *dbg, 214 Dwarf_Word unit_length = read_4ubyte_unaligned_inc (dbg, linep); 220 unit_length = read_8ubyte_unaligned_inc (dbg, linep); 231 uint_fast16_t version = read_2ubyte_unaligned_inc (dbg, linep); 241 header_length = read_4ubyte_unaligned_inc (dbg, linep); 243 header_length = read_8ubyte_unaligned_inc (dbg, linep); 370 new_file->info.name = libdw_alloc (dbg, char, 1, 513 if (__libdw_read_address_inc (dbg, IDX_debug_line, &linep, 551 libdw_alloc (dbg, char, 1, (dirarray[diridx].len + 1 689 state.addr += read_2ubyte_unaligned_inc (dbg, linep) [all...] |
dwarf_getlocation_die.c | 70 if (__libdw_offdie (attr->cu->dbg, dieoff, result,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
arch7.s | 12 dbg #0 13 dbg #15 35 dbg #0 36 dbg #15
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/ |
excp_test.d | 17 e: ce 00 excp dbg
|
/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...] |
/bionic/libc/kernel/uapi/linux/caif/ |
caif_socket.h | 90 } dbg; member in union:sockaddr_caif::__anon388
|
/development/ndk/platforms/android-21/include/linux/caif/ |
caif_socket.h | 90 } dbg; member in union:sockaddr_caif::__anon1525
|