/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentgetxmlencoding05.xhtml | 3 <!ENTITY ent1 'foo'> 4 <!ENTITY ent2 'foo<br/>'> 18 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
|
nodecomparedocumentposition23.js | 78 Using compareDocumentPosition check if the document position of an Entity node compared to another 79 Entity node following it in DocumentType is implementation specific. 91 var entity; 106 entity = entitiesMap.getNamedItem("alpha"); 108 position1 = entity.compareDocumentPosition(entity2); 110 position2 = entity2.compareDocumentPosition(entity); 114 position3 = entity.compareDocumentPosition(entity2);
|
nodesetuserdata06.js | 80 Invoke setUserData on a new Comment to set its UserData to an Entity node 82 second setUserData is the same as original Entity. 94 var entity; 112 entity = entities.getNamedItem("delta"); 115 comment.setUserData("Key1", entity, null); 117 comment.setUserData("Key1", entity, nullHandler.handle); 120 comment.setUserData("Key1", entity, null); 122 comment.setUserData("Key1", entity, nullHandler.handle); 124 success = returned.isEqualNode(entity);
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
staff2.dtd | 22 <!ENTITY svgunit SYSTEM "svgunit.js"> 23 <!ENTITY svgtest SYSTEM "internalSubset01.js">
|
/libcore/dom/src/test/resources/ |
hc_staff.svg | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ"> 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/webkit/Source/WebKit/chromium/src/ |
WebEntities.h | 43 // - IE does not support ' as an HTML entity (but support it as an XML 44 // entity.) 45 // - Firefox supports ' as an HTML entity. 49 // such as IE and Firefox. Chromium should produce only the standard entity 52 // reference for ', and don't use entity references for %, ⊅ 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...] |
/external/llvm/test/Assembler/ |
2007-08-06-AliasInvalid.ll | 2 ; RUN: grep "expected top-level entity" %t
|
/packages/apps/Email/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/quake/quake/src/QW/progs/ |
defs.qc | 13 entity self;
14 entity other;
15 entity world;
19 entity newmis; // if this is set, the entity that just
60 entity trace_ent;
64 entity msg_entity; // destination of single entity writes
107 .float ltime; // local time for entity
134 .entity groundentity; [all...] |
/external/jsilver/src/com/google/streamhtmlparser/util/ |
EntityResolver.java | 28 * entity which we will discard. 52 * <li><code>&<html-entity>;</code> where 53 * <code><html-entity></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/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() {
|
/external/webkit/Source/WebCore/html/parser/ |
create-html-entity-table | 35 ENTITY = 0 38 def convert_entity_to_cpp_name(entity): 40 if entity[-1] == ";": 41 return "%sSemicolon%s" % (entity[:-1], postfix) 42 return "%s%s" % (entity, postfix) 45 def convert_entity_to_uchar_array(entity): 46 return "{'%s'}" % "', '".join(entity) 72 entries.sort(key = lambda entry: entry[ENTITY]) 102 // THIS FILE IS GENERATED BY WebCore/html/parser/create-html-entity-table 115 convert_entity_to_cpp_name(entry[ENTITY]), [all...] |
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
documentinvalidcharacterexceptioncreateentref.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
documentinvalidcharacterexceptioncreateentref1.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
documentinvalidcharacterexceptioncreatepi.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
documentinvalidcharacterexceptioncreatepi1.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|