/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ImageDownloader.java | 266 final HttpEntity entity = response.getEntity(); local 267 if (entity != null) { 271 inputStream = entity.getContent(); 292 entity.consumeContent();
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
HttpUtils.java | 128 ProgressCallbackEntity entity = new ProgressCallbackEntity( local 131 entity.setContentType("application/vnd.wap.mms-message"); 134 post.setEntity(entity); 208 HttpEntity entity = response.getEntity(); local 210 if (entity != null) { 212 if (entity.getContentLength() > 0) { 213 body = new byte[(int) entity.getContentLength()]; 214 DataInputStream dis = new DataInputStream(entity.getContent()); 225 if (entity.isChunked()) { 229 DataInputStream dis = new DataInputStream(entity.getContent()) [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractHttpClient.java | 659 HttpEntity entity = response.getEntity(); local 660 if (entity != null) { 662 entity.consumeContent(); 687 HttpEntity entity = response.getEntity(); local 688 if (entity != null) { 690 entity.consumeContent();
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 33 import org.apache.http.entity.BasicHttpEntity; 34 import org.apache.http.entity.ContentLengthStrategy; 37 import org.apache.http.impl.entity.EntitySerializer; 38 import org.apache.http.impl.entity.StrictContentLengthStrategy; 265 * Sends the request entity over the connection. 266 * @param request the request whose entity to send. 381 * Return the next response entity. 382 * @param headers contains values for parsing entity 387 BasicHttpEntity entity = new BasicHttpEntity(); local 391 entity.setChunked(true) [all...] |
/bionic/libc/kernel/common/linux/ |
media.h | 95 __u32 entity; member in struct:media_pad_desc 114 __u32 entity; member in struct:media_links_enum
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_interface.c | 1284 struct media_entity_desc entity; local [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_interface.c | 802 struct media_entity_desc entity; local 803 memset(&entity, 0, sizeof(entity)); 804 entity.id = num_entities++; 805 rc = ioctl(dev_fd, MEDIA_IOC_ENUM_ENTITIES, &entity); 811 if(entity.type == MEDIA_ENT_T_DEVNODE_V4L && entity.group_id == QCAMERA_VNODE_GROUP_ID) { 813 entity.name, sizeof(entity.name));
|
/external/apache-http/src/org/apache/http/impl/ |
AbstractHttpClientConnection.java | 44 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); local 194 response.setEntity(entity);
|
AbstractHttpServerConnection.java | 44 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); local 153 request.setEntity(entity);
|
/external/chromium/chrome/browser/sync/engine/ |
process_commit_response_command_unittest.cc | 149 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->parent_id_string()) [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_url_loader.cc | 61 entity(NULL), 75 FakeURLLoaderEntity* entity; // Weak reference. member in class:__anon8829::FakeURLLoaderResource 121 FakeURLLoaderEntity* entity) { 122 size_t content_length = entity->body().size(); 134 FakeURLLoaderEntity* entity) { 152 size_t content_length = entity->body().size(); 154 // Trying to start reading past the end of the entity is 205 FakeURLLoaderEntity entity(body); 207 entity_map_.insert(EntityMap::value_type(url, entity)); 281 loader_resource->entity = NULL 303 FakeURLLoaderEntity* entity = loader_resource->server->GetEntity(url); local [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecICU.cpp | 411 UnencodableReplacementArray entity; local 412 int entityLen = TextCodec::getUnencodableReplacement(codePoint, URLEncodedEntitiesForUnencodables, entity); 413 ucnv_cbFromUWriteBytes(fromUArgs, entity, entityLen, 0, err);
|
/external/chromium_org/third_party/libxslt/libxslt/ |
functions.c | 545 * Implement the unparsed-entity-uri() XSLT function 546 * string unparsed-entity-uri(string) 555 "unparsed-entity-uri() : expects one string arg\n"); 568 xmlEntityPtr entity; local 570 entity = xmlGetDocEntity(ctxt->context->doc, str); 571 if (entity == NULL) { 574 if (entity->URI != NULL) 575 valuePush(ctxt, xmlXPathNewString(entity->URI)); 981 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "unparsed-entity-uri",
|
/external/kernel-headers/original/linux/ |
media.h | 101 __u32 entity; /* entity ID */ member in struct:media_pad_desc 119 __u32 entity; member in struct:media_links_enum
|
/external/libxslt/libxslt/ |
functions.c | 545 * Implement the unparsed-entity-uri() XSLT function 546 * string unparsed-entity-uri(string) 555 "unparsed-entity-uri() : expects one string arg\n"); 568 xmlEntityPtr entity; local 570 entity = xmlGetDocEntity(ctxt->context->doc, str); 571 if (entity == NULL) { 574 if (entity->URI != NULL) 575 valuePush(ctxt, xmlXPathNewString(entity->URI)); 963 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "unparsed-entity-uri",
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXUtilities.cpp | 70 Value *entity = elem->getOperand(0); local 71 // entity may be null due to DCE 72 if (!entity) 74 if (entity != gv) 77 // accumulate annotations for entity in tmp
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXWriter.java | 61 public void entity(char[] buff, int offset, int length) throws SAXException { } method in class:PYXWriter
|
/frameworks/volley/src/com/android/volley/toolbox/ |
BasicNetwork.java | 201 private byte[] entityToBytes(HttpEntity entity) throws IOException, ServerError { 203 new PoolingByteArrayOutputStream(mPool, (int) entity.getContentLength()); 206 InputStream in = entity.getContent(); 219 entity.consumeContent(); 221 // This can happen if there was an exception above that left the entity in
|
HurlStack.java | 28 import org.apache.http.entity.BasicHttpEntity; 134 BasicHttpEntity entity = new BasicHttpEntity(); local 141 entity.setContent(inputStream); 142 entity.setContentLength(connection.getContentLength()); 143 entity.setContentEncoding(connection.getContentEncoding()); 144 entity.setContentType(connection.getContentType()); 145 return entity;
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_interface.c | 1284 struct media_entity_desc entity; local [all...] |
/hardware/samsung_slsi/exynos5/include/ |
media.h | 95 __u32 entity; member in struct:media_pad_desc 114 __u32 entity; member in struct:media_links_enum
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 50 static inline unsigned int __media_entity_type(struct media_entity *entity) 52 return entity->info.type & MEDIA_ENT_TYPE_MASK; 77 static struct media_link *__media_entity_add_link(struct media_entity *entity) 79 if (entity->num_links >= entity->max_links) { 80 struct media_link *links = entity->links; 81 unsigned int max_links = entity->max_links * 2; 88 for (i = 0; i < entity->num_links; ++i) 91 entity->max_links = max_links; 92 entity->links = links 106 struct media_entity *entity = &media->entities[id - 1]; local 217 struct media_entity *entity, *temp_entity; local 349 struct media_entity *entity = &media->entities[i]; local 406 struct media_entity *entity; local 433 struct media_entity *entity = &media->entities[i]; local 521 struct media_entity *entity = &media->entities[i]; local 618 struct media_entity *entity; local [all...] |
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
media.h | 101 __u32 entity; /* entity ID */ member in struct:media_pad_desc 119 __u32 entity; member in struct:media_links_enum
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
DocumentBuilderTest.java | 528 InputStream entity = new ByteArrayInputStream("bar".getBytes()); local 531 resolver.addEntity("foo", "foo", new InputSource(entity)); 604 InputStream entity = new ByteArrayInputStream("bar".getBytes()); local 607 resolver.addEntity("foo", "foo", new InputSource(entity));
|
/packages/apps/Browser/src/com/android/browser/ |
DownloadTouchIcon.java | 130 HttpEntity entity = response.getEntity(); local 131 if (entity != null) { 132 InputStream content = entity.getContent();
|