HomeSort by relevance Sort by last modified time
    Searched full:dbg (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 159 #define OMX_DBG_SET_MASK(dbg, mask_str) \
162 sscanf((mask_str), "%lx", &(dbg).mask); \
164 (dbg).mask &= ~0ul >> (32 - 4 * strlen(mask_str)); \
165 (dbg).mask |= OMX_DBG_BASEMASK << (4 * strlen(mask_str)); \
168 (dbg).mask = OMX_DBG_BASEMASK; \
174 #define OMX_DBG_INIT_BASE(dbg) \
176 (dbg).err = stderr; \
177 (dbg).out = stdout; \
178 (dbg).out_opened = (dbg).err_opened = NULL;
    [all...]
  /external/bluetooth/glib/debian/
rules 14 build-dbg: build-dbg-stamp
15 build-dbg-stamp:
19 touch build-dbg-stamp
24 rm -f build-stamp build-dbg-stamp install-stamp install-dbg-stamp
31 clean-dbg:
34 rm -f build-stamp build-dbg-stamp install-stamp install-dbg-stamp
49 install-dbg: install-dbg-stam
    [all...]
  /external/elfutils/libdw/
dwarf_getpubnames.c 28 get_offsets (Dwarf *dbg)
34 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf;
36 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
59 Dwarf_Off len = read_4ubyte_unaligned_inc (dbg, readp);
62 len = read_8ubyte_unaligned_inc (dbg, readp);
69 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
75 uint16_t version = read_2ubyte_unaligned (dbg, readp);
84 mem[cnt].cu_offset = read_4ubyte_unaligned (dbg, readp + 2);
86 mem[cnt].cu_offset = read_8ubyte_unaligned (dbg, readp + 2);
89 assert (dbg->sectiondata[IDX_debug_info] != NULL)
    [all...]
memory-access.h 109 # define read_2ubyte_unaligned(Dbg, Addr) \
110 (unlikely ((Dbg)->other_byte_order) \
113 # define read_2sbyte_unaligned(Dbg, Addr) \
114 (unlikely ((Dbg)->other_byte_order) \
120 # define read_4ubyte_unaligned(Dbg, Addr) \
121 (unlikely ((Dbg)->other_byte_order) \
124 # define read_4sbyte_unaligned(Dbg, Addr) \
125 (unlikely ((Dbg)->other_byte_order) \
129 # define read_8ubyte_unaligned(Dbg, Addr) \
130 (unlikely ((Dbg)->other_byte_order)
    [all...]
libdw_alloc.c 27 __libdw_allocate (Dwarf *dbg, size_t minsize)
29 size_t size = MAX (dbg->mem_default_size,
33 dbg->oom_handler ();
37 newp->prev = dbg->mem_tail;
38 dbg->mem_tail = newp;
45 dwarf_new_oom_handler (Dwarf *dbg, Dwarf_OOM handler)
47 Dwarf_OOM old = dbg->oom_handler;
48 dbg->oom_handler = handler;
libdw_findcu.c 52 __libdw_findcu (dbg, start)
53 Dwarf *dbg;
58 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
62 if (start < dbg->next_cu_offset)
71 Dwarf_Off oldoff = dbg->next_cu_offset;
76 if (dwarf_nextcu (dbg, oldoff, &dbg->next_cu_offset, NULL,
82 struct Dwarf_CU *newp = libdw_typed_alloc (dbg, struct Dwarf_CU);
84 newp->dbg = dbg;
    [all...]
dwarf_getstring.c 24 dwarf_getstring (dbg, offset, lenp)
25 Dwarf *dbg;
29 if (dbg == NULL)
32 if (dbg->sectiondata[IDX_debug_str] == NULL
33 || offset >= dbg->sectiondata[IDX_debug_str]->d_size)
40 const char *result = ((const char *) dbg->sectiondata[IDX_debug_str]->d_buf
43 dbg->sectiondata[IDX_debug_str]->d_size - offset);
dwarf_offdie.c 24 dwarf_offdie (dbg, offset, result)
25 Dwarf *dbg;
29 if (dbg == NULL)
32 if (offset >= dbg->sectiondata[IDX_debug_info]->d_size)
42 result->addr = (char *) dbg->sectiondata[IDX_debug_info]->d_buf + offset;
45 result->cu = __libdw_findcu (dbg, offset);
dwarf_getaranges.c 32 dwarf_getaranges (dbg, aranges, naranges)
33 Dwarf *dbg;
37 if (dbg == NULL)
40 if (dbg->aranges != NULL)
42 *aranges = dbg->aranges;
44 *naranges = dbg->aranges->naranges;
48 if (dbg->sectiondata[IDX_debug_aranges]->d_buf == NULL)
55 = (const char *) dbg->sectiondata[IDX_debug_aranges]->d_buf;
56 const char *readendp = readp + dbg->sectiondata[IDX_debug_aranges]->d_size;
79 Dwarf_Word length = read_4ubyte_unaligned_inc (dbg, readp)
    [all...]
dwarf_formstring.c 36 Dwarf *dbg = attrp->cu->dbg;
39 || dbg->sectiondata[IDX_debug_str] == NULL)
49 off = read_8ubyte_unaligned (dbg, attrp->valp);
51 off = read_4ubyte_unaligned (dbg, attrp->valp);
53 if (off >= dbg->sectiondata[IDX_debug_str]->d_size)
56 return (const char *) dbg->sectiondata[IDX_debug_str]->d_buf + off;
dwarf_offabbrev.c 23 dwarf_offabbrev (Dwarf *dbg, Dwarf_Off offset, size_t *lengthp,
26 if (dbg == NULL)
29 return __libdw_getabbrev (dbg, NULL, offset, lengthp, abbrevp) == NULL;
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/de-DE/
de-DE_dbg.txt 1 # collection of de-DE dbg knowledge bases
12 DBG "../pkb/de-DE/de-DE_kdbg.pkb"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-GB/
en-GB_dbg.txt 1 # collection of en-GB dbg knowledge bases
12 DBG "../pkb/en-GB/en-GB_kdbg.pkb"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/en-US/
en-US_dbg.txt 1 # collection of en-US dbg knowledge bases
12 DBG "../pkb/en-US/en-US_kdbg.pkb"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/es-ES/
es-ES_dbg.txt 1 # collection of es-ES dbg knowledge bases
12 DBG "../pkb/es-ES/es-ES_kdbg.pkb"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/fr-FR/
fr-FR_dbg.txt 1 # collection of fr-FR dbg knowledge bases
12 DBG "../pkb/fr-FR/fr-FR_kdbg.pkb"
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/it-IT/
it-IT_dbg.txt 1 # collection of it-IT dbg knowledge bases
12 DBG "../pkb/it-IT/it-IT_kdbg.pkb"
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 126 OMX_PRINT1(pComponentPrivate->dbg, "%d :: UTIL: AACENCFill_LCMLInitParams\n ",__LINE__);
137 OMX_PRBUFFER1(pComponentPrivate->dbg, "%d :: UTIL: Frames per output buffer = %d \n\n",__LINE__, FramesPerOutBuf);
140 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details -----------\n",__LINE__);
141 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Count = %ld \n",__LINE__,nIpBuf);
142 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Input Buffer Size = %ld\n",__LINE__,nIpBufSize);
143 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Count = %ld\n",__LINE__,nOpBuf);
144 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: Output Buffer Size = %ld\n",__LINE__,nOpBufSize);
145 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d :: ------ Buffer Details ------------\n",__LINE__);
175 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_AacEncUtils.c\n",__LINE__);
177 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: Codec is configuring to DASF mode\n",__LINE__)
    [all...]
  /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/elfutils/tests/
get-pubnames.c 24 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg)
34 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
45 if (dwarf_offdie (dbg, gl->die_offset, &die) == NULL
67 Dwarf *dbg = dwarf_begin (fd, DWARF_C_READ); local
68 if (dbg == NULL)
78 if (dwarf_getpubnames (dbg, callback, NULL, 0) != 0)
85 dwarf_end (dbg);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 127 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponent = %p",pComponent);
128 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponentPrivate = %p",
130 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entered WMADECFill_LCMLInitParams",__LINE__);
131 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pComponentPrivate = %p",
133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__,
171 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__);
183 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d:[ALLOC] %p",__LINE__,strmAttr);
187 OMX_ERROR4(pComponentPrivate->dbg, "strmAttr - failed to malloc");
192 OMX_PRBUFFER2(pComponentPrivate->dbg, "%d:[ALLOC] %p",__LINE__,strmAttr);
193 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Comp: OMX_WmaDecUtils.c",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 127 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated = %d\n",
129 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled = %d\n",
131 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bPopulated = %d\n",
133 OMX_PRDSP2(pComponentPrivate->dbg, "%d:::pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled = %d\n",
144 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Count = %ld\n",nIpBuf);
145 OMX_PRBUFFER2(pComponentPrivate->dbg, "Input Buffer Size = %ld\n",nIpBufSize);
146 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Count = %ld\n",nOpBuf);
147 OMX_PRBUFFER2(pComponentPrivate->dbg, "Output Buffer Size = %ld\n",nOpBufSize);
181 OMX_PRINT1(pComponentPrivate->dbg, "DLL name0 = %s\n",plcml_Init->NodeInfo.AllUUIDs[0].DllName);
182 OMX_PRINT1(pComponentPrivate->dbg, "DLL name1 = %s\n",plcml_Init->NodeInfo.AllUUIDs[1].DllName)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
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/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...]
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 64 private static final boolean DBG = false;
217 if (DBG) {
434 if (DBG) {
481 if (DBG) {
502 if (DBG) {
587 if (DBG) {
596 if (DBG) {
604 if (DBG) {
612 if (DBG) {
620 if (DBG) {
    [all...]

Completed in 272 milliseconds

1 2 3 4 5 6 7 8 91011>>