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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/result/
xml1.sax2 5 numerically (&) or with a general entity
17 SAX.characters(#38;) or with a general entity, 34)
  /libcore/luni/src/main/java/javax/xml/transform/
SourceLocator.java 32 * entity or of the external parsed entity in which the markup that
45 * entity or of the external parsed entity in which the markup that
66 * in the document entity or external parsed entity where the
83 * in the document entity or external parsed entity where the
  /system/bt/stack/include/
port_ext.h 21 * This file contains external definitions of Port Emulation entity unit
30 /* Port emulation entity Entry Points */
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1-sources.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1-sources.jar 
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockLooper.java 10 * entity will assume that it is running on the main thread. Simulation of background mode
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HasCoverage.java 28 public int compare(HasCoverage entity, HasCoverage otherEntity) {
29 int lhsPct = Math.round(entity.getCoveragePercentage());
34 Integer.compare(otherEntity.getMemberSize(), entity.getMemberSize());
  /external/libxml2/test/catalogs/
registry.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">
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Body.java 26 * Encapsulates the body of an entity (see RFC 2045).
38 Entity getParent();
45 void setParent(Entity parent);
  /external/clang/lib/Sema/
SemaAccess.cpp 150 AccessTarget(const AccessedEntity &Entity)
151 : AccessedEntity(Entity) {
    [all...]
  /external/tagsoup/tssl/
tssl.rnc 19 ## and a name, which is used solely for documentation. It contains entity
26 entity*,
32 ## An entity has a name and a Unicode codepoint in hex.
33 entity = element entity {
  /external/apache-http/src/org/apache/http/conn/
BasicManagedEntity.java 38 import org.apache.http.entity.HttpEntityWrapper;
42 * An entity that releases a {@link ManagedClientConnection connection}.
44 * typically <i>not</i> return a managed entity, but you can replace
45 * the unmanaged entity in the response with a managed one.
71 * Creates a new managed entity that can release a connection.
73 * @param entity the entity of which to wrap the content.
74 * Note that the argument entity can no longer be used
76 * managed entity.
80 public BasicManagedEntity(HttpEntity entity,
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupDataInputStream.java 24 * entity's data during a restore operation. Used by {@link BackupHelper} classes within the {@link
28 * is called, the current entity's header has already been read from the underlying
29 * {@link BackupDataInput}. The entity's key string and total data size are available
52 * Read one byte of entity data from the stream, returning it as
75 * data exists within the entity to fulfill this request, only as much data
77 * @return The number of bytes of data read, or zero if all of the entity's
85 * Read enough entity data into a byte array to fill the array.
90 * @return The number of bytes of data read, or zero if all of the entity's
98 * Report the key string associated with this entity within the backup data set.
100 * @return The key string for this entity, equivalent to callin
    [all...]
  /external/apache-http/src/org/apache/http/
HttpEntityEnclosingRequest.java 35 * A request with an entity.
53 * whether to accept the entity enclosing request before the possibly
54 * lengthy entity is sent across the wire.
61 * Hands the entity to the request.
62 * @param entity the entity to send.
64 void setEntity(HttpEntity entity);
  /external/apache-http/src/org/apache/http/entity/
HttpEntityWrapper.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/HttpEntityWrapper.java $
32 package org.apache.http.entity;
46 * should not be delegated to the wrapped entity.
59 /** The wrapped entity. */
63 * Creates a new entity wrapper.
65 * @param wrapped the entity to wrap
72 ("wrapped entity must not be null");
  /external/lldb/include/lldb/Expression/
Materializer.h 111 class Entity
114 Entity () :
121 virtual ~Entity ()
159 uint32_t AddStructMember (Entity &entity);
161 typedef std::unique_ptr<Entity> EntityUP;
166 Entity *m_result_entity;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode09.java 36 * The importedNode is of type Entity.
38 * Retrieve entity "ent6" from staffNS.xml document.
40 * Method should return a node of type Entity whose publicId, systemId and
74 Entity entity2;
75 Entity entity1;
87 entity2 = (Entity) entityList.getNamedItem("ent6");
88 entity1 = (Entity) doc.importNode(entity2, false);
importNode12.java 36 * The importedNode is of type Entity.
38 * Retrieve entity "ent4" from staffNS.xml document.
40 * Method should return a node of type Entity whose descendant is copied.
73 Entity entity2;
74 Entity entity1;
86 entity2 = (Entity) entityList.getNamedItem("ent4");
87 entity1 = (Entity) doc.importNode(entity2, true);
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java 12 * SAX2 extension to augment the entity information provided
36 * Returns the version of XML used for the entity. This will
37 * normally be the identifier from the current entity's
42 * the entity's text, or null if that information is not yet
48 * Returns the name of the character encoding for the entity.
57 * to provide an entity's character stream, this method returns the
70 * * the entity's text, or null if this was not provided for a *
  /external/libxml2/test/valid/dtds/
xhtml1-strict.dtd 24 <!ENTITY % HTMLlat1 PUBLIC
29 <!ENTITY % HTMLsymbol PUBLIC
34 <!ENTITY % HTMLspecial PUBLIC
41 <!ENTITY % ContentType "CDATA">
44 <!ENTITY % ContentTypes "CDATA">
47 <!ENTITY % Charset "CDATA">
50 <!ENTITY % Charsets "CDATA">
53 <!ENTITY % LanguageCode "NMTOKEN">
56 <!ENTITY % Character "CDATA">
59 <!ENTITY % Number "CDATA"
    [all...]
spec.dtd 50 <!ENTITY lt "&#38;#60;">
51 <!ENTITY gt "&#62;">
52 <!ENTITY amp "&#38;#38;">
53 <!ENTITY apos "&#39;">
54 <!ENTITY quot "&#34;">
55 <!ENTITY mdash "--">
56 <!ENTITY nbsp "&#160;">
57 <!ENTITY ldquo "#x201C;">
58 <!ENTITY rdquo "#x201D;">
71 <!ENTITY % local.p.class ""
    [all...]
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 19 import org.apache.http.entity.ByteArrayEntity;
20 import org.apache.http.entity.InputStreamEntity;
21 import org.apache.http.entity.StringEntity;
177 HttpEntity entity = response.getEntity(); local
182 assertNotNull(entity.getContentEncoding());
183 assertEquals("gzip", entity.getContentEncoding().getValue());
185 assertEquals(text, gunzip(entity));
198 HttpEntity entity = response.getEntity(); local
203 assertNotNull(entity.getContentEncoding());
204 assertEquals("gzip", entity.getContentEncoding().getValue())
223 HttpEntity entity = response.getEntity(); local
    [all...]
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 80 /// \brief Returns true if the preprocessed entity that \arg PPEI iterator
94 assert(0 && "Out-of bounds loaded preprocessed entity");
102 // See if the external source can see if the entity is in the file without
110 // the entity to check it.
117 assert(0 && "Out-of bounds local preprocessed entity");
245 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) {
246 assert(Entity);
247 SourceLocation BeginLoc = Entity->getSourceRange().getBegin();
249 if (isa<MacroDefinition>(Entity)) {
254 PreprocessedEntities.push_back(Entity);
    [all...]
  /external/apache-http/src/org/apache/http/protocol/
ResponseContent.java 46 * A response interceptor that sets up entity-related headers.
78 HttpEntity entity = response.getEntity(); local
79 if (entity != null) {
80 long len = entity.getContentLength();
81 if (entity.isChunked() && !ver.lessEquals(HttpVersion.HTTP_1_0)) {
84 response.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength()));
87 if (entity.getContentType() != null && !response.containsHeader(
89 response.addHeader(entity.getContentType());
92 if (entity.getContentEncoding() != null && !response.containsHeader(
94 response.addHeader(entity.getContentEncoding());
    [all...]
  /external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
OkApacheClient.java 25 import org.apache.http.entity.InputStreamEntity;
61 HttpEntity entity = ((HttpEntityEnclosingRequest) request).getEntity(); local
62 if (entity != null) {
63 // Wrap the entity in a custom Body which takes care of the content, length, and type.
64 body = new HttpEntityBody(entity, contentType);
66 Header encoding = entity.getContentEncoding();
83 InputStreamEntity entity = new InputStreamEntity(body.byteStream(), body.contentLength()); local
84 httpResponse.setEntity(entity);
92 entity.setContentType(value);
94 entity.setContentEncoding(value)
    [all...]

Completed in 2107 milliseconds

1 2 3 4 5 6 7 8 91011>>