/external/jdiff/ |
xerces.jar | |
/external/bluetooth/bluez/plugins/ |
service.c | 192 ctx_data->stack_head->data->dtd = SDP_SEQ32; 195 ctx_data->stack_head->data->dtd = SDP_SEQ16; 204 ctx_data->stack_head->data->dtd = SDP_ALT32; 207 ctx_data->stack_head->data->dtd = SDP_ALT16; 215 switch (ctx_data->stack_head->next->data->dtd) {
|
/external/bluetooth/bluez/attrib/ |
gatt.c | 590 if (seq && seq->dtd == SDP_UUID16 && 609 if (!seq1 || seq1->dtd != SDP_UINT16) 613 if (!seq2 || seq2->dtd != SDP_UINT16)
|
/external/libxml2/ |
xmllint.c | 112 XMLLINT_ERR_DTD, /* Error in DTD */ 2287 xmlDtdPtr dtd; local 2577 xmlDtdPtr dtd; local [all...] |
tree.c | 150 * @dtd: A pointer to the DTD to search 153 * Do an entity lookup in the DTD entity hash table and 159 xmlGetEntityFromDtd(xmlDtdPtr dtd, const xmlChar *name) { 162 if((dtd != NULL) && (dtd->entities != NULL)) { 163 table = (xmlEntitiesTablePtr) dtd->entities; 171 * @dtd: A pointer to the DTD to search 174 * Do an entity lookup in the DTD pararmeter entity hash table an [all...] |
HTMLparser.c | 466 * DTD: 1 means that this element is valid only in the Loose DTD 467 * 2 means that this element is valid only in the Frameset DTD 469 * Name,Start Tag,End Tag,Save End,Empty,Deprecated,DTD,inline,Description 2055 xmlDtdPtr dtd; local 4125 xmlDtdPtr dtd; local 5317 xmlDtdPtr dtd; local [all...] |
SAX2.c | 218 * Provides the public ID e.g. "-//SGMLSOURCE//DTD DEMO//EN" 234 * http://www.sgmlsource.com/dtds/memo.dtd 340 xmlDtdPtr dtd; local 350 dtd = xmlGetIntSubset(ctxt->myDoc); 351 if (dtd != NULL) { 354 xmlUnlinkNode((xmlNodePtr) dtd); 355 xmlFreeDtd(dtd); [all...] |
catalog.c | 657 xmlDtdPtr dtd; local 667 dtd = xmlNewDtd(doc, BAD_CAST "catalog", 668 BAD_CAST "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN", 669 BAD_CAST "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"); 671 xmlAddChild((xmlNodePtr) doc, (xmlNodePtr) dtd); [all...] |
/external/libxml2/include/libxml/ |
HTMLparser.h | 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
|
tree.h | 150 * A DTD Notation definition. 164 * A DTD Attribute type definition. 183 * A DTD Attribute default definition. 209 * An Attribute declaration in a DTD. 220 struct _xmlDtd *parent; /* -> DTD */ 262 * in a DTD. 302 * An XML Element declaration from a DTD. 313 struct _xmlDtd *parent; /* -> DTD */ 362 * An XML DTD, as defined by <!DOCTYPE ... There is actually one for 370 const xmlChar *name; /* Name of the DTD */ [all...] |
/external/bluetooth/bluez/tools/ |
sdptool.c | 446 switch (sdpdata->dtd) { 583 switch (data->dtd) { 712 printf("Unknown type 0x%02x\n", data->dtd); 1020 switch (p->dtd) { 1062 printf(" FIXME: dtd=0%x\n", p->dtd); 1759 uint8_t dtd = SDP_UINT8; local 1834 uint8_t dtd = SDP_UINT8; local 2241 uint8_t dtd = SDP_UINT16; local 2404 uint8_t dtd = SDP_UINT16; local [all...] |
/external/bluetooth/bluez/lib/bluetooth/ |
sdp.h | 494 uint8_t dtd; member in struct:sdp_data_struct
|
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
initial-values.js | 90 var doctype = document.implementation.createDocumentType("svg", "-//W3C//DTD SVG 1.1//EN", "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd");
|
/external/bluetooth/bluez/src/ |
adapter.c | 2151 uint8_t dtd = SDP_UINT8; local 2224 uint8_t dtd = SDP_UINT8; local [all...] |
/external/libxslt/libxslt/ |
transform.c | 5935 xmlDtdPtr dtd; local [all...] |
/external/bluetooth/bluez/audio/ |
avdtp.c | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/prebuilt/common/ant/ |
ant.jar | |