HomeSort by relevance Sort by last modified time
    Searched defs:cData (Results 1 - 5 of 5) sorted by null

  /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 46 * only structure (e.g., elements, comments, processing instructions, CDATA
51 * CDATA sections, and entity references nodes seperated by text nodes. Check
115 CDATASection cData;
134 cData = newDoc.createCDATASection("Cdata");
153 element4.appendChild(cData);
  /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];
  /hardware/ti/omap3/dspbridge/inc/
dbdefs.h 344 BYTE cData[1];
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdefs.h 338 BYTE cData[1];

Completed in 211 milliseconds