HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 26 - 50 of 3175) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /external/bluetooth/glib/docs/reference/gobject/
gobject-docs.sgml 4 <!ENTITY gobject-GType SYSTEM "xml/gtype.xml">
5 <!ENTITY gobject-GTypePlugin SYSTEM "xml/gtypeplugin.xml">
6 <!ENTITY gobject-GTypeModule SYSTEM "xml/gtypemodule.xml">
7 <!ENTITY gobject-The-Base-Object-Type SYSTEM "xml/objects.xml">
8 <!ENTITY gobject-Enumeration-and-Flag-Types SYSTEM "xml/enumerations_flags.xml">
9 <!ENTITY gobject-Boxed-Types SYSTEM "xml/gboxed.xml">
10 <!ENTITY gobject-Generic-values SYSTEM "xml/generic_values.xml">
11 <!ENTITY gobject-param-value-types SYSTEM "xml/param_value_types.xml">
12 <!ENTITY gobject-GParamSpec SYSTEM "xml/gparamspec.xml">
13 <!ENTITY gobject-Varargs-Value-Collection SYSTEM "xml/value_collection.xml"
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
EntityReference.java 16 * <code>EntityReference</code> nodes may be used to represent an entity
20 * rather than by an entity reference. Moreover, the XML processor may
25 * entity an <code>Entity</code> exists, and the subtree of the
26 * <code>EntityReference</code> node is a copy of the <code>Entity</code>
27 * node subtree. However, the latter may not be true when an entity contains
29 * resolution depends on where the entity reference is, the descendants of
32 * an unknown entity, the node has no children and its replacement value,
34 * <p>As for <code>Entity</code> nodes, <code>EntityReference</code> nodes and
38 * 1.0 and XML Schema, the normalization is performed after entity referenc
    [all...]
  /external/apache-http/src/org/apache/http/util/
EntityUtils.java 60 public static byte[] toByteArray(final HttpEntity entity) throws IOException {
61 if (entity == null) {
62 throw new IllegalArgumentException("HTTP entity may not be null");
64 InputStream instream = entity.getContent();
68 if (entity.getContentLength() > Integer.MAX_VALUE) {
69 throw new IllegalArgumentException("HTTP entity too large to be buffered in memory");
71 int i = (int)entity.getContentLength();
88 public static String getContentCharSet(final HttpEntity entity)
91 if (entity == null) {
92 throw new IllegalArgumentException("HTTP entity may not be null")
    [all...]
  /external/apache-http/src/org/apache/http/entity/
package.html 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/package.html $
39 An {@link org.apache.http.HttpEntity entity} is the optional content of a
41 You'll find a basic selection of entity implementations here.
42 If you need to send an entity, you can provide it for example as a
43 {@link org.apache.http.entity.ByteArrayEntity byte array},
44 {@link org.apache.http.entity.StringEntity string},
45 {@link org.apache.http.entity.FileEntity file}, or through an arbitrary
46 {@link org.apache.http.entity.InputStreamEntity input stream}.
47 If you receive a message with an entity, you typically get that as a
48 {@link org.apache.http.entity.BasicHttpEntity basic} entity
    [all...]
  /libcore/dom/src/test/resources/
staff.xml 3 <!ENTITY ent1 "es">
4 <!ENTITY ent2 "1900 Dallas Road">
5 <!ENTITY ent3 "Texas">
6 <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
8 <!ENTITY ent1 "This entity should be discarded">
  /libcore/luni/src/test/resources/nwf/
staff.xml 3 <!ENTITY ent1 "es">
4 <!ENTITY ent2 "1900 Dallas Road">
5 <!ENTITY ent3 "Texas">
6 <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
8 <!ENTITY ent1 "This entity should be discarded">
  /libcore/luni/src/test/resources/wf/
staff.xml 3 <!ENTITY ent1 "es">
4 <!ENTITY ent2 "1900 Dallas Road">
5 <!ENTITY ent3 "Texas">
6 <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
8 <!ENTITY ent1 "This entity should be discarded">
  /libcore/luni/src/test/resources/
staffEntRes.xml 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY chap1 SYSTEM "chap1.xml">
8 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
9 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
10 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
11 <!ENTITY ent1 "This entity should be discarded">
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
entitygetinputencoding03.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
entitygetinputencoding04.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
entitygetxmlencoding02.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
entitygetxmlencoding03.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
entitygetxmlencoding04.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
entitygetxmlversion03.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
entitygetxmlversion04.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
nodegetbaseuri16.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
nodegetbaseuri19.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
nodegetbaseuri20.xhtml 3 <!ENTITY ent1 SYSTEM 'external_foo.ent'>
4 <!ENTITY ent2 SYSTEM 'external_foobr.ent'>
5 <!ENTITY ent3 SYSTEM 'external_widget.ent'>
6 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
26 <title>external entity encoding sample</title>
documentgetinputencoding04.xhtml 3 <!ENTITY ent1 'foo'>
4 <!ENTITY ent2 'foo<br/>'>
18 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
documentgetxmlencoding01.xhtml 3 <!ENTITY ent1 'foo'>
4 <!ENTITY ent2 'foo<br/>'>
18 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
  /external/apache-http/src/org/apache/http/impl/entity/
EntityDeserializer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/EntityDeserializer.java $
32 package org.apache.http.impl.entity;
40 import org.apache.http.entity.BasicHttpEntity;
41 import org.apache.http.entity.ContentLengthStrategy;
49 * Default implementation of an entity deserializer.
51 * This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding</a>
75 BasicHttpEntity entity = new BasicHttpEntity(); local
79 entity.setChunked(true);
80 entity.setContentLength(-1);
81 entity.setContent(new ChunkedInputStream(inbuffer))
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HasCoverage.java 27 public int compare(HasCoverage entity, HasCoverage otherEntity) {
28 int diff = Math.round(entity.getCoveragePercentage())
30 return diff != 0 ? diff : entity.getName().compareTo(otherEntity.getName());
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 5 void g1(int = ([i]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
6 void g2(int = ([i]{ return 0; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
  /external/oprofile/doc/xsl/
catalog-1.xml.in 2 <!DOCTYPE catalog PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
3 "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
5 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">

Completed in 938 milliseconds

12 3 4 5 6 7 8 91011>>