/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
dispatchEvent03.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent04.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent05.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent06.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent07.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent08.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent09.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent10.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent11.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent12.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
dispatchEvent13.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
initEvent01.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
initEvent02.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
initEvent03.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
initEvent04.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
initEvent05.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
initEvent06.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodecomparedocumentposition22.js | 79 Using compareDocumentPosition check if the Entity node precedes the Notation node and the Notation 80 node follows the Entity node. 93 var entity; 109 entity = entitiesMap.getNamedItem("alpha"); 111 entityPosition = entity.compareDocumentPosition(notation); 113 notationPosition = notation.compareDocumentPosition(entity);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
getNamedItemNS03.java | 34 * Entity nodes are not namespaced and should not be retrievable using 66 Entity entity; local 73 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1"); 74 assertNull("entityNull", entity);
|
/libcore/dom/src/test/resources/ |
hc_staff.xhtml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
hc_staff.xml | 5 <!ENTITY alpha "α"> 6 <!ENTITY beta "β"> 7 <!ENTITY gamma "γ"> 8 <!ENTITY delta "δ"> 9 <!ENTITY epsilon "ε"> 10 <!ENTITY alpha "ζ">
|
/external/apache-http/src/org/apache/http/entity/ |
BufferedHttpEntity.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/BufferedHttpEntity.java $ 32 package org.apache.http.entity; 43 * A wrapping entity that buffers it content if necessary. 44 * The buffered entity is always repeatable. 45 * If the wrapped entity is repeatable itself, calls are passed through. 46 * If the wrapped entity is not repeatable, the content is read into a 59 public BufferedHttpEntity(final HttpEntity entity) throws IOException { 60 super(entity); 61 if (!entity.isRepeatable() || entity.getContentLength() < 0) [all...] |
/external/wpa_supplicant_8/src/ap/ |
ap_mlme.c | 40 * relationship with a specific peer MAC entity 45 * authentication relationship with a specific peer MAC entity that 47 * that specific peer MAC entity. 66 * authentication relationship with a specific peer MAC entity 72 * authentication relationship with a specific peer MAC entity. 89 * a specific peer MAC entity 94 * association with a specific peer MAC entity that resulted from an 95 * association procedure that was initiated by that specific peer MAC entity. 112 * with a specific peer MAC entity 117 * reassociation with a specific peer MAC entity that resulted from [all...] |
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 76 * "ID", "IDREF", "IDREFS", "NMTOKEN", "NMTOKENS", "ENTITY", 83 * appropriately normalized and with entity and character 105 * Report an internal entity declaration. 107 * <p>Only the effective (first) declaration for each entity 111 * @param name The name of the entity. If it is a parameter 112 * entity, the name will begin with '%'. 113 * @param value The replacement text of the entity. 123 * Report a parsed external entity declaration. 125 * <p>Only the effective (first) declaration for each entity 131 * @param name The name of the entity. If it is a paramete [all...] |
/external/apache-http/src/org/apache/http/client/methods/ |
HttpEntityEnclosingRequestBase.java | 52 private HttpEntity entity; field in class:HttpEntityEnclosingRequestBase 59 return this.entity; 62 public void setEntity(final HttpEntity entity) { 63 this.entity = entity; 75 if (this.entity != null) { 76 clone.entity = (HttpEntity) CloneUtils.clone(this.entity);
|