HomeSort by relevance Sort by last modified time
    Searched defs:dtd (Results 1 - 25 of 27) sorted by null

1 2

  /external/bluetooth/bluez/src/
sdp-xml.c 63 switch (value->dtd) {
259 /* Unit Size seems to include the size for dtd
475 sdp_data_t *sdp_xml_parse_int(const char * data, uint8_t dtd)
480 switch (dtd) {
496 ret = sdp_data_alloc(dtd, &val);
508 ret = sdp_data_alloc(dtd, &val);
520 ret = sdp_data_alloc(dtd, &val);
532 ret = sdp_data_alloc(dtd, &val);
544 ret = sdp_data_alloc(dtd, &val);
556 ret = sdp_data_alloc(dtd, &val)
657 uint8_t dtd = SDP_URL_STR8; local
677 uint8_t dtd = SDP_TEXT_STR8; local
    [all...]
sdpd-service.c 130 uint8_t dtd; local
156 dtd = SDP_UINT16;
163 versionDTDs[i] = &dtd;
300 uint8_t dtd; local
307 *scanned = sdp_extract_seqtype(p, bufsize, &dtd, &seqlen);
360 dtd = *(uint8_t *) p;
365 SDPDBG("DTD of attrId : %d Attr id : 0x%x", dtd, attrId);
sdpd-request.c 102 uint8_t dtd; member in struct:attrid
180 aid->dtd = dataType;
203 aid->dtd = dataType;
357 uint8_t dtd; local
366 scanned = extract_des(pdata, data_left, &pattern, &dtd, SDP_TYPE_UUID);
571 SDPDBG("AttrDataType : %d", aid->dtd);
573 if (aid->dtd == SDP_UINT16) {
578 } else if (aid->dtd == SDP_UINT32) {
605 error("Unexpected data type : 0x%x", aid->dtd);
629 uint8_t dtd = 0 local
785 uint8_t dtd = 0; local
    [all...]
adapter.c 2151 uint8_t dtd = SDP_UINT8; local
2224 uint8_t dtd = SDP_UINT8; local
    [all...]
  /external/libxml2/
entities.c 201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
210 if (dtd == NULL)
212 if (dtd->doc != NULL)
213 dict = dtd->doc->dict;
219 if (dtd->entities == NULL)
220 dtd->entities = xmlHashCreateDict(0, dict);
221 table = dtd->entities;
225 if (dtd->pentities == NULL)
226 dtd->pentities = xmlHashCreateDict(0, dict);
227 table = dtd->pentities
303 xmlDtdPtr dtd; local
352 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...]
xmlsave.c 28 "-//W3C//DTD XHTML 1.0 Strict//EN"
30 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
32 "-//W3C//DTD XHTML 1.0 Frameset//EN"
34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
36 "-//W3C//DTD XHTML 1.0 Transitional//EN"
38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
46 * Try to find if the document correspond to an XHTML DTD
1009 xmlDtdPtr dtd; local
2194 xmlDtdPtr dtd; local
    [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...]
valid.c 2 * valid.c : part of the code use to do the DTD handling and the validity
29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
535 xmlGenericError(xmlGenericErrorContext, "?dtd? ");
6752 xmlDtdPtr dtd; local
    [all...]
xmllint.c 112 XMLLINT_ERR_DTD = 2, /* Error in DTD */
2401 xmlDtdPtr dtd; local
2724 xmlDtdPtr dtd; local
    [all...]
HTMLparser.c 606 * DTD: 1 means that this element is valid only in the Loose DTD
607 * 2 means that this element is valid only in the Frameset DTD
609 * Name,Start Tag,End Tag,Save End,Empty,Deprecated,DTD,inline,Description
2206 xmlDtdPtr dtd; local
4574 xmlDtdPtr dtd; local
5877 xmlDtdPtr dtd; local
    [all...]
  /external/libxml2/include/libxml/
HTMLparser.h 50 char dtd; /* 1: only in Loose DTD, 2: only Frameset one */ member in struct:_htmlElemDesc
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 515 StringBuffer dtd = new StringBuffer(); local
517 dtd.append("<!DOCTYPE ");
518 dtd.append(docTypeName);
520 dtd.append(" PUBLIC \"");
521 dtd.append(publicId);
522 dtd.append('\"');
527 dtd.append(" SYSTEM \"");
529 dtd.append(" \"");
531 dtd.append(systemId);
532 dtd.append('\"');
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 569 // Namespaces spec rather than by the DTD.
901 * DOM doesn't yet provide DTD-based information to distinguis
1286 DocumentType dtd = doc.getDoctype(); local
1317 DocumentType dtd = doc.getDoctype(); local
    [all...]
  /external/libxslt/libxslt/
transform.c 5935 xmlDtdPtr dtd; local
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 74 uint16_t attr, uint8_t dtd, const void *value, uint32_t len);
355 sdp_data_t *sdp_data_alloc_with_length(uint8_t dtd, const void *value,
365 d->dtd = dtd;
368 switch (dtd) {
458 if (dtd == SDP_ALT8 || dtd == SDP_SEQ8)
460 else if (dtd == SDP_ALT16 || dtd == SDP_SEQ16)
462 else if (dtd == SDP_ALT32 || dtd == SDP_SEQ32
519 int8_t dtd = *(uint8_t *) dtds[i]; local
547 uint8_t dtd = *(uint8_t *) dtds[i]; local
614 uint8_t dtd = *ptr++; local
712 uint8_t dtd = d->dtd; local
813 uint8_t dtd = d->dtd; local
1228 uint8_t dtd; local
1329 uint8_t dtd; local
1409 uint8_t dtd; local
2757 uint8_t dtd = *p; local
    [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/jdiff/
xerces.jar 
  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 494 uint8_t dtd; member in struct:sdp_data_struct
  /external/expat/lib/
xmlparse.c 287 } DTD;
388 static DTD * dtdCreate(const XML_Memory_Handling_Suite *ms);
390 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
392 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
394 dtdCopy(DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
436 DTD *dtd);
523 DTD *m_dtd;
702 DTD *dtd
2157 DTD * const dtd = _dtd; local
2619 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
3673 DTD * const dtd = _dtd; local
4830 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
4981 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5290 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5321 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5383 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5452 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6160 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6212 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6246 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6270 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1069 milliseconds

1 2