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

1 2

  /libcore/dom/src/test/resources/
staff.xml 4 <!ENTITY ent2 "1900 Dallas Road">
24 <name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
29 <address domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
staffNS.xml 5 <!ENTITY ent2 "1900 Dallas Road">
27 <![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
32 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
staff.svg 4 <!ENTITY ent2 "1900 Dallas Road">
39 <name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
44 <address domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
staffNS.svg 5 <!ENTITY ent2 "1900 Dallas Road">
41 <![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
46 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
hc_staff.html 15 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
hc_staff.svg 39 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
hc_staff.xhtml 27 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
hc_staff.xml 27 <strong>Martha RaynoldsThis is a CDATASection with EntityReference number 2 &amp;ent2;
  /libcore/luni/src/test/resources/nwf/
staff.xml 4 <!ENTITY ent2 "1900 Dallas Road">
24 <name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
29 <address domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
  /libcore/luni/src/test/resources/wf/
staff.xml 4 <!ENTITY ent2 "1900 Dallas Road">
24 <name>Martha Raynolds<![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
29 <address domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
  /libcore/luni/src/test/resources/out_hb/
staff.out 12 Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
  /libcore/luni/src/test/resources/
simple_ns.xml 5 <!ENTITY ent2 "1900 Dallas Road">
27 <![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
32 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
staffEntRes.xml 5 <!ENTITY ent2 "1900 Dallas Road">
28 <![CDATA[This is a CDATASection with EntityReference number 2 &ent2;]]>
33 <address dmstc:domestic="Yes" street="Yes">&ent2; Dallas, &ent3;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodecdatasectionnodevalue.java 38 * &ent2;".
85 child = doc.createCDATASection("This is a CDATASection with EntityReference number 2 &ent2;");
88 assertEquals("value", "This is a CDATASection with EntityReference number 2 &ent2;", cdataNodeValue);
nodeentityreferencenodename.java 37 * equal to "ent2".
77 entRefNode = doc.createEntityReference("ent2");
81 assertEquals("nodeEntityReferenceNodeNameAssert1", "ent2", entRefName);
documenttypegetentities.java 70 expectedResult.add("ent2");
77 expectedResultSVG.add("ent2");
nodeentityreferencenodeattributes.java 72 entRefNode = doc.createEntityReference("ent2");
cdatasectionnormalize.java 77 assertEquals("data1", "This is a CDATASection with EntityReference number 2 &ent2;", data);
nodeentityreferencenodetype.java 75 entRefNode = doc.createEntityReference("ent2");
nodeentityreferencenodevalue.java 77 entRefNode = doc.createEntityReference("ent2");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode19.java 39 * Using the method importNode with deep=true/false, import a entity nodes ent2 and ent6
98 entity2 = (Entity) nodeMap.getNamedItem("ent2");
  /libcore/luni/src/test/resources/out_dh/
staff.out 12 Martha RaynoldsThis is a CDATASection with EntityReference number 2 &ent2;
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 675 TyEnt* ent2; local
685 ent2 = ML_(TyEnts__index_by_cuOff)(tyents, NULL,
687 vg_assert(ent2);
688 if (ent2->tag == Te_UNKNOWN)
704 ent2 = ML_(TyEnts__index_by_cuOff)(tyents, NULL,
706 vg_assert(ent2);
707 if (ent2->tag == Te_UNKNOWN)
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 431 // entity2 = (Entity) nodeMap.getNamedItem("ent2");
  /external/chromium_org/third_party/libxml/src/
testapi.c 364 if (no == 2) return((char *) "test/ent2");
414 if (no == 2) return("test/ent2");
486 if (no == 2) return(xmlParserInputBufferCreateFilename("test/ent2", XML_CHAR_ENCODING_NONE));
591 if (no == 0) return(xmlNewTextReaderFilename("test/ent2"));
    [all...]

Completed in 351 milliseconds

1 2