HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 326 - 350 of 3175) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level2/events/
dispatchEvent03.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent04.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent05.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent06.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent07.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent08.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent09.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent10.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent11.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent12.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
dispatchEvent13.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
initEvent01.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
initEvent02.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
initEvent03.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
initEvent04.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
initEvent05.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
initEvent06.xhtml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
  /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 "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
hc_staff.xml 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
  /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);

Completed in 1084 milliseconds

<<11121314151617181920>>