OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cData
(Results
1 - 10
of
10
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h
81
/* BYTE
cData
[LCML_DATA_SIZE];*/
83
unsigned short
cData
[LCML_DATA_SIZE];
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java
36
* (e.g., elements, comments, processing instructions,
CDATA
sections, and entity references)
39
* Create a dom tree consisting of elements, comments, processing instructions,
CDATA
sections,
86
CDATASection
cData
;
104
cData
= newDoc.createCDATASection("
Cdata
");
123
appendedChild = element4.appendChild(
cData
);
/libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java
41
* only structure (e.g., elements, comments, processing instructions,
CDATA
46
*
CDATA
sections, and entity references nodes seperated by text nodes. Check
103
CDATASection
cData
;
122
cData
= newDoc.createCDATASection("
Cdata
");
141
element4.appendChild(
cData
);
/hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h
268
OMX_U32 nDataSize; /**< The size of the associated
cData
. Set nDataSize to 0 to retrieve the size required for
cData
. */
269
OMX_U8
cData
[1]; /**< The media data info */
/external/chromium_org/third_party/icu/source/common/
uts46.cpp
351
int
cData
=asciiData[c];
352
if(
cData
>0) {
354
} else if(
cData
<0 && disallowNonLDHDot) {
456
int
cData
=asciiData[(int)c]; // Cast: gcc warns about indexing with a char.
457
if(
cData
>0) {
459
} else if(
cData
<0 && disallowNonLDHDot) {
[
all
...]
/external/icu4c/common/
uts46.cpp
357
int
cData
=asciiData[c];
358
if(
cData
>0) {
360
} else if(
cData
<0 && disallowNonLDHDot) {
462
int
cData
=asciiData[(int)c]; // Cast: gcc warns about indexing with a char.
463
if(
cData
>0) {
465
} else if(
cData
<0 && disallowNonLDHDot) {
[
all
...]
/hardware/ti/omap3/dspbridge/inc/
dbdefs.h
344
BYTE
cData
[1];
/hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h
338
BYTE
cData
[1];
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c
317
crData.
cData
[i] = phandle->dspCodec->pCrPhArgs[i];
318
OMX_PRDSP1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: CR PH arg[%d] = %d \n",__LINE__, i, crData.
cData
[i]);
337
/* LCML_DPRINT("Create Phase args strlen = %d\n",strlen(crData.
cData
)); */
338
/* crData.cbData = sizeof (ULONG) + strlen(crData.
cData
); */
350
strcpy((char*)pArgs->
cData
, Args);
351
pArgs->cbData = (ULONG)strlen ((char *)pArgs->
cData
);
354
OMX_PRINT1 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "[LCML] - struct DSP_CBDATA.cbData (length): %d %s\n", (int)pArgs->cbData, (char *)pArgs->
cData
);
634
crData.
cData
[i] =phandle->dspCodec->pCrPhArgs[i];
635
OMX_PRINT2 (((LCML_CODEC_INTERFACE *)hInt)->dbg, "%d :: CR PH arg[%d] = %d \n",__LINE__,i,crData.
cData
[i]);
655
/* LCML_DPRINT ("Create Phase args strlen = %d\n",strlen(crData.
cData
)); */
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 295 milliseconds