HomeSort by relevance Sort by last modified time
    Searched refs:cData (Results 1 - 16 of 16) 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);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UTS46.java 152 int cData=asciiData[c];
153 if(cData>0) {
155 } else if(cData<0 && disallowNonLDHDot) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UTS46.java 151 int cData=asciiData[c];
152 if(cData>0) {
154 } else if(cData<0 && disallowNonLDHDot) {
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_IVCommonExtensions.h 274 OMX_U32 nDataSize; /**< The size of the associated cData. Set nDataSize to 0 to retrieve the size required for cData. */
275 OMX_U8 cData[1]; /**< The media data info */
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_IVCommonExtensions.h 274 OMX_U32 nDataSize; /**< The size of the associated cData. Set nDataSize to 0 to retrieve the size required for cData. */
275 OMX_U8 cData[1]; /**< The media data info */
  /external/icu/icu4c/source/common/
uts46.cpp 353 int cData=asciiData[c];
354 if(cData>0) {
356 } else if(cData<0 && disallowNonLDHDot) {
454 int cData=asciiData[(int)c]; // Cast: gcc warns about indexing with a char.
455 if(cData>0) {
457 } 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...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 578 CFX_WideStringC cData;
579 pNode->TryCData(XFA_ATTRIBUTE_Connection, cData);
580 wsConnection = cData;
630 CFX_WideStringC cData;
631 m_pNode->TryCData(XFA_ATTRIBUTE_Binding, cData);
632 wsBinding = cData;
635 CFX_WideStringC cData;
636 if (m_pNode->TryCData(XFA_ATTRIBUTE_ContentType, cData, FALSE)) {
637 if (cData == FX_WSTRC(L"application/x-javascript")) {
639 } else if (cData == FX_WSTRC(L"application/x-formcalc")) {
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1812 milliseconds