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

12 3 4 5 6 7 8 91011>>

  /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">
  /libcore/dom/src/test/resources/
hc_staff.svg 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
24 <!ENTITY svgunit SYSTEM "svgunit.js">
25 <!ENTITY svgtest SYSTEM "svgtest.js">
staff2.dtd 22 <!ENTITY svgunit SYSTEM "svgunit.js">
23 <!ENTITY svgtest SYSTEM "internalSubset01.js">
staffNS.xml 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
9 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
10 <!ENTITY ent1 "This entity should be discarded">
staffNS.svg 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
9 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
10 <!ENTITY ent1 "This entity should be discarded">
25 <!ENTITY svgunit SYSTEM "svgunit.js">
26 <!ENTITY svgtest SYSTEM "svgtest.js"
    [all...]
staff.svg 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">
24 <!ENTITY svgunit SYSTEM "svgunit.js">
25 <!ENTITY svgtest SYSTEM "svgtest.js">
  /libcore/luni/src/test/resources/
simple_ns.xml 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
9 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
10 <!ENTITY ent1 "This entity should be discarded">
  /external/apache-http/src/org/apache/http/
HttpEntity.java 39 * An entity that can be sent or received with an HTTP message.
54 * means that are independent from a connection or other entity.
57 * <li><b>wrapping</b>: The content is obtained from another entity.
76 * Tells if the entity is capable to produce its data more than once.
77 * A repeatable entity's getContent() and writeTo(OutputStream) methods
78 * can be called more than once whereas a non-repeatable entity's can not.
79 * @return true if the entity is repeatable, false otherwise.
84 * Tells about chunked encoding for this entity.
86 * chunked encoding should be used when the entity is sent.
88 * the entity was received with chunked encoding
    [all...]
HttpEntityEnclosingRequest.java 35 * A request with an entity.
48 * whether to accept the entity enclosing request before the possibly
49 * lengthy entity is sent across the wire.
56 * Hands the entity to the request.
57 * @param entity the entity to send.
59 void setEntity(HttpEntity entity);
  /external/chromium_org/third_party/WebKit/Source/web/
WebEntities.h 43 // - IE does not support &apos; as an HTML entity (but support it as an XML
44 // entity.)
45 // - Firefox supports &apos; as an HTML entity.
49 // such as IE and Firefox. Chromium should produce only the standard entity
52 // reference for &apos;, and don't use entity references for &percnt;, &nsup;
60 // entity name. If yes, return the entity notation. If not, returns an
61 // empty string. Parameter isHTML indicates check the code in html entity
62 // map or in xml entity map.
65 // Returns a new string with corresponding entity names replaced
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 29 * onBackup()} implementation. An entity is composed of a descriptive header plus a
32 * The agent must consume every entity in the data stream, otherwise the
49 * data.readEntityData(buffer, 0, dataSize); // reads the entire entity at once
91 * Extract the next entity header from the restore stream. After this method
93 * be used to inspect the entity that is now available for processing.
95 * @return <code>true</code> when there is an entity ready for consumption from the
117 * Report the key associated with the current entity in the restore stream
118 * @return the current entity's key string
125 throw new IllegalStateException("Entity header not read");
130 * Report the size in bytes of the data associated with the current entity in th
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 10 import android.content.Entity;
11 import android.content.Entity.NamedContentValues;
91 public void addData(String serverId, ContactOperations ops, Entity entity)
115 if (entity == null) {
149 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
152 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue());
155 ops.addPhone(entity, Phone.TYPE_COMPANY_MAIN, getValue());
158 ops.addPhone(entity, Phone.TYPE_FAX_HOME, getValue());
165 ops.addPhone(entity, Phone.TYPE_MOBILE, getValue())
464 Entity entity = null; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Entity.idl 20 // FIXME: Remove Entity interface. We never create Entity objects. We have this
21 // interface to provide window.Entity.
22 interface Entity : Node {
  /external/llvm/test/Assembler/
2007-08-06-AliasInvalid.ll 2 ; RUN: grep "expected top-level entity" %t
  /external/smack/src/org/jivesoftware/smack/packet/
StreamError.java 29 * <tr><td> bad-format </td><td> the entity has sent XML that cannot be processed </td></tr>
30 * <tr><td> unsupported-encoding </td><td> the entity has sent a namespace prefix that is
33 * <tr><td> conflict </td><td> the server is closing the active stream for this entity
36 * <tr><td> connection-timeout </td><td> the entity has not generated any traffic over
39 * entity in the stream header corresponds to a hostname that is no longer hosted by
42 * initiating entity in the stream header does not correspond to a hostname that is
53 * <tr><td> invalid-xml </td><td> the entity has sent invalid XML over the stream. </td></tr>
54 * <tr><td> not-authorized </td><td> the entity has attempted to send data before the
56 * <tr><td> policy-violation </td><td> the entity has violated some local service
59 * to a remote entity. </td></tr>
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
AbstractBody.java 31 private Entity parent = null;
36 public Entity getParent() {
41 * @see org.apache.james.mime4j.message.Body#setParent(org.apache.james.mime4j.message.Entity)
43 public void setParent(Entity parent) {
  /external/chromium_org/sync/api/
sync_data.cc 50 sync_pb::SyncEntity* entity,
55 immutable_entity_(entity) {}
73 sync_pb::SyncEntity entity; local
74 entity.set_client_defined_unique_tag(sync_tag);
75 entity.set_non_unique_name(non_unique_title);
76 entity.mutable_specifics()->CopyFrom(specifics);
77 return SyncData(kInvalidId, &entity, base::Time());
85 sync_pb::SyncEntity entity; local
86 entity.mutable_specifics()->CopyFrom(specifics);
87 return SyncData(id, &entity, modification_time)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1-sources.jar 
  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 28 * entity which we will discard.
52 * <li><code>&&lt;html-entity&gt;;</code> where
53 * <code>&lt;html-entity&gt;</code> is one of <code>lt</code>,
67 * trailing characters before the start of an entity.
70 * characters part of an entity.
72 * an entity. The caller can then invoke <code>getEntity</code>
99 * How many characters to store as we are processing an entity. Once we
100 * reach that size, we know the entity is definitely invalid. The size
118 /** Storage for received until characters until an HTML entity is complete. */
125 private String entity; field in class:EntityResolver
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
entities.h 3 * Description: this module provides some of the entity API needed
22 * The different valid entity types.
34 * An unit of storage for an entity, contains the string, the value
41 const xmlChar *name; /* Entity name */
52 xmlEntityType etype; /* The entity type */
54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
58 int owner; /* does the entity own the childrens */
59 int checked; /* was the entity content checked */
61 * references done from that entity */
  /external/libxml2/include/libxml/
entities.h 3 * Description: this module provides some of the entity API needed
22 * The different valid entity types.
34 * An unit of storage for an entity, contains the string, the value
41 const xmlChar *name; /* Entity name */
52 xmlEntityType etype; /* The entity type */
54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
58 int owner; /* does the entity own the childrens */
59 int checked; /* was the entity content checked */
61 * references done from that entity */
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 24 * that can contain several consecutive rows for an entity.
33 * first Entity, if there are any.
43 * Returns the entity that the cursor is currently pointing to. This must take care to advance
44 * the cursor past this entity. This will never be called if the cursor is at the end.
45 * @param cursor the cursor that contains the entity rows
46 * @return the entity that the cursor is currently pointing to
47 * @throws RemoteException if a RemoteException is caught while attempting to build the Entity
49 public abstract Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException;
75 public Entity next() {

Completed in 2068 milliseconds

12 3 4 5 6 7 8 91011>>