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

<<11121314151617181920>>

  /external/icu/icu4c/source/data/xml/brkitr/
ru.xml 9 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
  /external/icu/icu4c/source/data/xml/collation/
root.xml 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
  /external/libxml2/result/
att11.sax2 7 SAX.entityDecl(ent, 1, (null), (null), entity&recursive; )
ent2.sax 13 SAX.error: Entity 'title' not defined
ent2.sax2 13 SAX.error: Entity 'title' not defined
isolat3.sax 7 SAX.pcdata(<!ENTITY % pub "&, 162)
isolat3.sax2 7 SAX.pcdata(<!ENTITY % pub "&, 162)
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 7 import org.apache.http.client.entity.UrlEncodedFormEntity;
10 import org.apache.http.entity.mime.HttpMultipartMode;
11 import org.apache.http.entity.mime.MultipartEntity;
12 import org.apache.http.entity.mime.content.StringBody;
  /frameworks/base/core/jni/
android_backup_BackupDataInput.cpp 52 readNextHeader_native(JNIEnv* env, jobject clazz, jlong r, jobject entity)
78 // TODO: Set the fields in the entity object
80 env->SetObjectField(entity, s_keyField, keyStr);
81 env->SetIntField(entity, s_dataSizeField, dataSize);
  /frameworks/base/telecomm/java/android/telecom/
Conferenceable.java 20 * Interface used to identify entities with which another entity can participate in a conference
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentitiestype.java 32 * method implements the Entity interface.
67 Node entity; local
75 entity = (Node) entityList.item(indexN10049);
76 entityType = (int) entity.getNodeType();
entitygetentityname.java 32 * contains the name of the entity.
34 * Retrieve the entity named "ent1" and access its name by
67 Entity entityNode;
74 entityNode = (Entity) entityList.getNamedItem("ent1");
  /packages/apps/Exchange/src/com/android/exchange/utility/
WbxmlResponseLogger.java 27 import org.apache.http.entity.BufferedHttpEntity;
81 final HttpEntity entity = response.getEntity(); local
82 if (!shouldLogResponse(entity.getContentLength())) {
89 final Header encodingHeader = entity.getContentEncoding();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java 46 private Entity parent = null;
68 public Entity getParent() {
73 * @see org.apache.james.mime4j.message.AbstractBody#setParent(org.apache.james.mime4j.message.Entity)
75 public void setParent(Entity parent) {
TempFileBinaryBody.java 45 private Entity parent = null;
67 public Entity getParent() {
72 * @see org.apache.james.mime4j.message.AbstractBody#setParent(org.apache.james.mime4j.message.Entity)
74 public void setParent(Entity parent) {
  /external/freetype/src/cff/
cf2error.c 15 /* to any individual or legal entity exercising permissions granted by */
24 /* submitted. If You institute patent litigation against any entity */
cf2read.h 15 /* to any individual or legal entity exercising permissions granted by */
24 /* submitted. If You institute patent litigation against any entity */
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingListener.java 41 * Called when the session calls for the local entity to act as the input
50 * Called when the session calls for the local entity to act as the display
  /external/pdfium/third_party/freetype/src/cff/
cf2error.c 15 /* to any individual or legal entity exercising permissions granted by */
24 /* submitted. If You institute patent litigation against any entity */
cf2read.h 15 /* to any individual or legal entity exercising permissions granted by */
24 /* submitted. If You institute patent litigation against any entity */
  /external/skia/include/utils/
SkEventTracer.h 12 // tracing macros and an external entity (e.g., Chrome) that will consume them.
13 // Such an entity should subclass SkEventTracer and provide an instance of
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 64 * Restore one absolute file entity from the restore stream
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
EntityImpl.java 19 import org.w3c.dom.Entity;
32 public class EntityImpl extends NodeImpl implements Entity {
  /libcore/luni/src/main/java/org/xml/sax/
SAXParseException.java 108 * @param publicId The public identifier of the entity that generated
110 * @param systemId The system identifier of the entity that generated
139 * @param publicId The public identifier of the entity that generated
141 * @param systemId The system identifier of the entity that generated
160 * @param publicId The public identifier of the entity which generated the exception,
162 * @param systemId The system identifier of the entity which generated the exception,
178 * Get the public identifier of the entity where the exception occurred.
191 * Get the system identifier of the entity where the exception occurred.
  /libcore/luni/src/main/java/org/xml/sax/ext/
LexicalHandler.java 116 * the external DTD subset has the pseudo-entity name "[dtd]".</p>
119 * events must be properly nested within start/end entity
129 * entity boundaries cannot be reported under any
138 * the original entity boundaries were.</p>
145 * @param name The name of the entity. If it is a parameter
146 * entity, the name will begin with '%', and if it is the
158 * Report the end of an entity.
160 * @param name The name of the entity that is ending.

Completed in 130 milliseconds

<<11121314151617181920>>