HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 101 - 125 of 2650) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libxml2/test/threads/
c.example.org.xml 2 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
3 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
complex.xml 2 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
3 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
  /external/libxml2/result/
ent1 3 <!ENTITY xml "Extensible Markup Language">
ent11 3 <!ENTITY newl "&#13;">
  /external/libxml2/result/noent/
att7 6 <!ENTITY test.ent "<test/>">
ent1 3 <!ENTITY xml "Extensible Markup Language">
ent_738805.xml 3 <!ENTITY a "something">
4 <!ENTITY b "&a;">
  /external/libxml2/result/valid/
694228.xml 4 &entity;
t4.dtd.err 2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
t4.dtd.err.rdr 2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
t4a.dtd.err 2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
t4a.dtd.err.rdr 2 <!ENTITY % percent "&#x25;">
5 <!ENTITY % percent "&#x25;">
  /external/libxml2/test/WFC/
EntityDeclared3 3 <a> &unknown; violates [ WFC: Entity Declared ] </a>
NoLtInAttValue 3 <!ENTITY ext "no < workie">
PEintsubset 3 <!ENTITY % pcdata "(#PCDATA)">
  /external/libxml2/test/
att7 5 <!ENTITY test.ent "<test/>">
ent1 3 <!ENTITY xml "Extensible Markup Language">
ent11 3 <!ENTITY newl "&#13;">
  /external/libxml2/test/c14n/without-comments/
test-0.xml 3 <!ENTITY dsig "http://www.w3.org/2000/09/xmldsig#">
4 <!ENTITY c14n "http://www.w3.org/TR/2001/REC-xml-c14n-20010315">
5 <!ENTITY xpath "http://www.w3.org/TR/1999/REC-xpath-19991116">
6 <!ENTITY xslt "http://www.w3.org/TR/1999/REC-xslt-19991116">
test-0.xpath 3 <!ENTITY dsig "http://www.w3.org/2000/09/xmldsig#">
4 <!ENTITY c14n "http://www.w3.org/TR/2001/REC-xml-c14n-20010315">
5 <!ENTITY xpath "http://www.w3.org/TR/1999/REC-xpath-19991116">
6 <!ENTITY xslt "http://www.w3.org/TR/1999/REC-xslt-19991116">
test-1.xpath 3 <!ENTITY dsig "http://www.w3.org/2000/09/xmldsig#">
4 <!ENTITY c14n "http://www.w3.org/TR/2001/REC-xml-c14n-20010315">
5 <!ENTITY xpath "http://www.w3.org/TR/1999/REC-xpath-19991116">
6 <!ENTITY xslt "http://www.w3.org/TR/1999/REC-xslt-19991116">
  /external/libxml2/test/valid/
694228.xml 4 &entity;
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
HttpEntityBody.java 13 private final HttpEntity entity; field in class:HttpEntityBody
16 HttpEntityBody(HttpEntity entity, String contentTypeHeader) {
17 this.entity = entity;
21 } else if (entity.getContentType() != null) {
22 mediaType = MediaType.parse(entity.getContentType().getValue());
24 // Apache is forgiving and lets you skip specifying a content type with an entity. OkHttp is
31 return entity.getContentLength();
39 entity.writeTo(sink.outputStream());
  /external/libxml2/result/VC/
PENesting 2 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
5 <!ENTITY % pe1 "EMPTY> <!ELEMENT e2 EMPTY>">
PENesting2 2 <!ENTITY % p1 "(A|B">
5 <!ENTITY % p1 "(A|B">

Completed in 75 milliseconds

1 2 3 45 6 7 8 91011>>