Searched refs:entity (Results 51 - 75 of 151) sorted by relevance

1234567

/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java57 private HttpEntity entity; field in class:BasicHttpResponse
125 return this.entity;
175 public void setEntity(final HttpEntity entity) { argument
176 this.entity = entity;
/external/libxml2/
H A Dentities.c91 * xmlFreeEntity : clean-up an entity record.
94 xmlFreeEntity(xmlEntityPtr entity) argument
98 if (entity == NULL)
101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
105 if ((entity->children) && (entity->owner == 1) &&
106 (entity == (xmlEntityPtr) entity->children->parent))
107 xmlFreeNodeList(entity
800 xmlFreeEntityWrapper(xmlEntityPtr entity, const xmlChar *name ATTRIBUTE_UNUSED) argument
[all...]
/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java83 * {@link HttpEntity}. The encoding is taken from the entity's
88 * @param entity
89 * The entity to parse
91 * If there was an exception getting the entity's data.
94 final HttpEntity entity) throws IOException {
96 if (isEncoded(entity)) {
97 final String content = EntityUtils.toString(entity);
98 final Header encoding = entity.getContentEncoding();
109 * Returns true if the entity's Content-Type header is
112 public static boolean isEncoded (final HttpEntity entity) { argument
93 parse( final HttpEntity entity) argument
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DAbstractHttpClientConnection.java44 import org.apache.http.impl.entity.EntityDeserializer;
45 import org.apache.http.impl.entity.EntitySerializer;
46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
47 import org.apache.http.impl.entity.StrictContentLengthStrategy;
193 HttpEntity entity = this.entitydeserializer.deserialize(this.inbuffer, response);
194 response.setEntity(entity);
H A DAbstractHttpServerConnection.java44 import org.apache.http.impl.entity.EntityDeserializer;
45 import org.apache.http.impl.entity.EntitySerializer;
46 import org.apache.http.impl.entity.LaxContentLengthStrategy;
47 import org.apache.http.impl.entity.StrictContentLengthStrategy;
152 HttpEntity entity = this.entitydeserializer.deserialize(this.inbuffer, request);
153 request.setEntity(entity);
/external/apache-http/src/org/apache/http/entity/
H A DByteArrayEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/ByteArrayEntity.java $
32 package org.apache.http.entity;
40 * An entity whose content is retrieved from a byte array.
82 * Tells that this entity is not streaming.
H A DEntityTemplate.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/EntityTemplate.java $
32 package org.apache.http.entity;
H A DBasicHttpEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/BasicHttpEntity.java $
32 package org.apache.http.entity;
39 * A generic streamed entity being received on a connection.
54 * Creates a new basic entity.
92 * Tells that this entity is not repeatable.
142 content.close(); // reads to the end of the entity
H A DFileEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/FileEntity.java $
32 package org.apache.http.entity;
41 * An entity whose content is retrieved from a file.
92 * Tells that this entity is not streaming.
H A DHttpEntityWrapper.java2 * $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.
54 /** The wrapped entity. */
58 * Creates a new entity wrapper.
60 * @param wrapped the entity to wrap
67 ("wrapped entity must not be null");
H A DAbstractHttpEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/AbstractHttpEntity.java $
32 package org.apache.http.entity;
208 ("streaming entity does not implement consumeContent()");
H A DInputStreamEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/InputStreamEntity.java $
32 package org.apache.http.entity;
39 * A streamed entity obtaining content from an {@link InputStream InputStream}.
H A DSerializableEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/SerializableEntity.java $
32 package org.apache.http.entity;
H A DStringEntity.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/StringEntity.java $
32 package org.apache.http.entity;
43 * An entity whose content is retrieved from a string.
94 * Tells that this entity is not streaming.
/external/apache-http/src/org/apache/http/impl/entity/
H A DStrictContentLengthStrategy.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/StrictContentLengthStrategy.java $
32 package org.apache.http.impl.entity;
39 import org.apache.http.entity.ContentLengthStrategy;
45 * This entity generator comforms to the entity transfer rules outlined in the
62 * empty line after the header fields, regardless of the entity-header fields present in the
72 * OCTETs represents both the entity-length and the transfer-length. The Content-Length
114 * has been, can be, or may need to be applied to an entity-body in order to ensure
116 * the transfer-coding is a property of the message, not of the original entity.
147 * the message, not of the entity
[all...]
H A DLaxContentLengthStrategy.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java $
32 package org.apache.http.impl.entity;
40 import org.apache.http.entity.ContentLengthStrategy;
48 * This strategy conforms to the entity transfer rules outlined in
66 * empty line after the header fields, regardless of the entity-header fields present in the
76 * OCTETs represents both the entity-length and the transfer-length. The Content-Length
118 * has been, can be, or may need to be applied to an entity-body in order to ensure
120 * the transfer-coding is a property of the message, not of the original entity.
151 * the message, not of the entity.
157 * If multiple encodings have been applied to an entity, th
[all...]
/external/apache-http/src/org/apache/http/protocol/
H A DHttpService.java50 import org.apache.http.entity.ByteArrayEntity;
192 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity();
193 if (entity != null) {
194 entity.consumeContent();
228 ByteArrayEntity entity = new ByteArrayEntity(msg);
229 entity.setContentType("text/plain; charset=US-ASCII");
230 response.setEntity(entity);
/external/quake/quake/src/QW/client/
H A Dgl_refrag.c120 ef->entity = r_addent;
122 // add the entity link
206 pent = pefrag->entity;
214 pent = pefrag->entity;
221 // mark that we've recorded this entity for this frame
229 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
H A Dr_efrag.c121 ef->entity = r_addent;
123 // add the entity link
248 pent = pefrag->entity;
256 pent = pefrag->entity;
263 // mark that we've recorded this entity for this frame
271 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
/external/quake/quake/src/WinQuake/
H A Dgl_refrag.cpp120 ef->entity = r_addent;
122 // add the entity link
206 pent = pefrag->entity;
214 pent = pefrag->entity;
221 // mark that we've recorded this entity for this frame
229 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
H A Dr_efrag.cpp121 ef->entity = r_addent;
123 // add the entity link
248 pent = pefrag->entity;
256 pent = pefrag->entity;
263 // mark that we've recorded this entity for this frame
271 Sys_Error ("R_StoreEfrags: Bad entity type %d\n", clmodel->type);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-resolver.jar ... .apache.tools.ant.types.ResourceLocation entity static java.lang.Class class$ (java. ...
/external/kernel-headers/original/linux/
H A Dmedia.h101 __u32 entity; /* entity ID */ member in struct:media_pad_desc
119 __u32 entity; member in struct:media_links_enum
/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntityParser.cpp57 // FIXME: A number of specific entity values generate parse errors.
208 // We can't an entity because there might be a longer entity
221 // actual entity.
225 const UChar* reference = entitySearch.mostRecentMatch()->entity;
264 // Callers need to move off this API if the entity table has values
/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command_unittest.cc149 SyncEntity* entity = static_cast<SyncEntity*>( local
151 entity->set_non_unique_name(name);
152 entity->set_folder(is_folder);
153 entity->set_parent_id(parent_id);
154 entity->set_version(entry.Get(syncable::BASE_VERSION));
155 entity->mutable_specifics()->CopyFrom(entry.Get(syncable::SPECIFICS));
156 entity->set_id(item_id);
165 entry_response->set_non_unique_name(entity->name());
167 entry_response->set_id_string(entity->id_string());
176 entry_response->set_parent_id_string(entity
[all...]

Completed in 305 milliseconds

1234567