/external/webkit/Source/WebCore/bindings/js/ |
JSNodeCustom.cpp | 35 #include "Entity.h" 275 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Entity, node);
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeAgent.java | 222 // We should only see one entity in the data stream, but the safest 251 // Curious! This entity is data under a key we do not
|
/libcore/luni/src/main/java/org/w3c/dom/ |
NamedNodeMap.java | 62 * of attributes, or a non-Entity node into the DocumentType's map of 146 * of attributes, or a non-Entity node into the DocumentType's map of
|
Node.java | 97 * <td valign='top' rowspan='1' colspan='1'><code>Entity</code></td> 98 * <td valign='top' rowspan='1' colspan='1'>entity name</td> 105 * <td valign='top' rowspan='1' colspan='1'>name of entity referenced</td> 159 * The node is an <code>Entity</code>. 222 * <code>Entity</code>, and <code>Notation</code> may have a parent. 423 * <code>Entity</code> is available, no matter whether this is a deep 430 * <code>DocumentType</code>, <code>Entity</code>, and 443 * processing instructions, CDATA sections, and entity references) [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParserFilter.java | 28 * <code>Entity</code>, and <code>Attr</code> nodes are never passed to the 33 * entities</a>", unexpanded entity reference nodes are never discarded and are always
|
/libcore/luni/src/main/java/org/xml/sax/ |
DocumentHandler.java | 161 * must come from the same external entity, so that the Locator 194 * external entity, so that the Locator provides useful
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
TextFieldsEditorView.java | 28 import android.content.Entity; 49 * entry. Uses {@link ValuesDelta} to read any existing {@link Entity} values,
|
/system/core/adb/ |
adb.h | 70 ** remote entity. A local asocket is bound to a file descriptor. A 201 /* A listener is an entity which binds to a local port
|
/external/bluetooth/glib/po/ |
ta.po | 325 "Empty entity '&;' seen; valid entities are: & " < > '" 332 "Character '%s' is not valid at the start of an entity name; the & character " 333 "begins an entity; if this ampersand isn't supposed to be an entity, escape " 341 msgid "Character '%s' is not valid inside an entity name" 346 msgid "Entity name '%s' is not known" 351 "Entity did not end with a semicolon; most likely you used an ampersand " 352 "character without intending to start an entity - escape ampersand as &" 378 "ampersand character without intending to start an entity - escape ampersand " 382 "ampersand character without intending to start an entity - escape ampersand [all...] |
/external/clang/include/clang/AST/ |
DeclBase.h | 737 /// \brief Retrieve the previous declaration that declares the same entity 741 /// \brief Retrieve the most recent declaration that declares the same entity 747 /// \brief Retrieve the most recent declaration that declares the same entity 751 /// \brief Retrieve the most recent declaration that declares the same entity 796 /// class, but in the semantic context of the actual entity. This property 798 /// same entity may not (and probably don't) share this property. 822 FOK_Declared, // a friend of a previously-declared entity 823 FOK_Undeclared // a friend of a previously-undeclared entity 872 /// \brief Determine whether two declarations declare the same entity. [all...] |
DeclFriend.h | 23 /// FriendDecl - Represents the declaration of a friend entity,
|
PrettyPrinter.h | 131 /// that entity (e.g., "enum <anonymous at t.h:10:5>"). Otherwise, just
|
/device/moto/stingray/ril/ |
NOTICE | 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 30 control with that entity. For the purposes of this definition, 32 direction or management of such entity, whether by contract or 34 outstanding shares, or (iii) beneficial ownership of such entity. 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity 95 institute patent litigation against any entity (including [all...] |
/external/libxml2/ |
tree.c | 94 msg = "unterminated entity reference %15s\n"; 152 * @name: The entity name 154 * Do an entity lookup in the DTD entity hash table and 155 * return the corresponding entity, if found. 157 * Returns A pointer to the entity structure or NULL if not found. 173 * @name: The entity name 175 * Do an entity lookup in the DTD pararmeter entity hash table and 176 * return the corresponding entity, if found [all...] |
/cts/tools/cts-api-coverage/src/res/ |
api-coverage.xsl | 18 <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp " "> ]>
|
/docs/source.android.com/src/source/ |
licenses.md | 45 For a *corporation* (or other entity) that has assigned employees to
|
/external/apache-http/src/org/apache/http/client/ |
RequestDirector.java | 52 * connections for reading the response entity. Such connections
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemPI.java | 156 // <!ENTITY % instructions "
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDocumentImpl.java | 351 * @return null if this model doesn't respond to SAX entity ref events. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializationHandler.java | 141 * false if they are to be left as DTD entity references.
|
/external/bluetooth/glib/docs/reference/gio/ |
gio-docs.xml | 4 <!ENTITY version SYSTEM "version.xml">
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.h | 91 // entity specifics.
|
/external/chromium/net/http/ |
http_chunked_decoder.h | 68 // trailer = *(entity-header CRLF)
|
/external/expat/ |
configure.in | 143 [Define to make parameter entity parsing functionality available.])
|
/external/expat/xmlwf/ |
xmlwf.c | 495 ftprintf(fp, T("<entity name=\"%s\""), entityName); 499 fputts(T("</entity/>\n"), fp); 502 ftprintf(fp, T("<entity name=\"%s\""), entityName); 513 ftprintf(fp, T("<entity name=\"%s\""), entityName);
|