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

1 2

  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
isEqualNode.js 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
7 var docTypeDifferentSystemID = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'bar');
  /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/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
fallerEstimator.m 15 dtd = 0;
18 dtd = H;
  /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...]
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? ");
640 xmlAttributePtr xmlScanAttributeDecl(xmlDtdPtr dtd, const xmlChar *elem);
6795 xmlDtdPtr dtd; local
    [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
935 xmlDtdPtr dtd; local
2121 xmlDtdPtr dtd; local
    [all...]
debugXML.c 444 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
448 if (dtd == NULL) {
450 fprintf(ctxt->output, "DTD node is NULL\n");
454 if (dtd->type != XML_DTD_NODE) {
456 "Node is not a DTD");
460 if (dtd->name != NULL)
461 fprintf(ctxt->output, "DTD(%s)", (char *) dtd->name);
463 fprintf(ctxt->output, "DTD");
464 if (dtd->ExternalID != NULL
    [all...]
  /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...]
sdp-xml.h 39 sdp_data_t *sdp_xml_parse_int(const char *data, uint8_t dtd);
48 char *name; /* Name, optional in the dtd */
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...]
  /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/dbus/
update-dbus-docs.sh 44 tar cfz dbus-docs.tar.gz doc/*.dtd doc/*.xsl doc/*.xml doc/*.html doc/*.txt doc/api/html/*.html doc/api/html/*.css doc/api/html/*.png doc/api/html/*.gif doc/HACKING doc/AUTHORS doc/NEWS doc/ChangeLog doc/TODO doc/README doc/COPYING doc/*.png doc/*.svg || die "could not tar up docs"
55 echo "Uploading DTD to server"
56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbus/1.0/introspect.dtd
  /external/llvm/utils/
show-diagnostics 29 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
30 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/bzip2/
xmlproc.sh 23 echo '-v verify xml file conforms to dtd';
75 dtd='--dtdvalid http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
  /external/bluetooth/bluez/health/
hdp_util.c 764 if (list->dtd != SDP_SEQ8 && list->dtd != SDP_SEQ16 &&
765 list->dtd != SDP_SEQ32)
771 if (feat->dtd != SDP_SEQ8 && feat->dtd != SDP_SEQ16 &&
772 feat->dtd != SDP_SEQ32)
789 if (data_type->dtd != SDP_UINT16 || mdepid->dtd != SDP_UINT8 ||
790 role_t->dtd != SDP_UINT8)
800 if (desc && desc_t && (desc_t->dtd == SDP_TEXT_STR8 |
    [all...]
  /external/libxml2/include/libxml/
valid.h 2 * Summary: The DTD validation
3 * Description: API for the DTD handling and the validity checking
93 unsigned int finishDtd; /* finished validating the Dtd ? */
114 * There is one table per DTD.
122 * There is one table per DTD.
130 * There is one table per DTD.
155 xmlDtdPtr dtd,
211 xmlDtdPtr dtd,
243 xmlDtdPtr dtd,
346 xmlDtdPtr dtd);
    [all...]
debugXML.h 59 xmlDtdPtr dtd);
186 char *dtd,
  /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/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 164 <!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/bugzilla.dtd">
278 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
279 "http://www.w3.org/TR/html4/loose.dtd">
349 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
350 "http://www.w3.org/TR/html4/loose.dtd">
395 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
396 "http://www.w3.org/TR/html4/loose.dtd">
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
XMLFormatterTest.java 142 String dtd = "<!DOCTYPE log SYSTEM \"logger.dtd\">";
146 int dtdPos = result.indexOf(dtd);
  /external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h 161 sdp_data_t *sdp_data_alloc(uint8_t dtd, const void *value);
162 sdp_data_t *sdp_data_alloc_with_length(uint8_t dtd, const void *value, uint32_t length);
188 int sdp_attr_add_new(sdp_record_t *rec, uint16_t attr, uint8_t dtd, const void *p);
  /external/webkit/LayoutTests/dom/html/level2/core/
createDocumentType04.js 83 var systemId = "myDoc.dtd";
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
createDocumentType04.js 83 var systemId = "myDoc.dtd";
  /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...]

Completed in 649 milliseconds

1 2