HomeSort by relevance Sort by last modified time
    Searched defs:Entity (Results 1 - 15 of 15) sorted by null

  /external/webkit/WebCore/dom/
Entity.h 31 class Entity : public ContainerNode {
38 Entity() : ContainerNode(0) {}
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
Entity.java 16 * This interface represents a known entity, either parsed or unparsed, in an
17 * XML document. Note that this models the entity itself <em>not</em> the entity declaration.
19 * <code>Node</code> contains the name of the entity.
24 * process entity declarations made in the external subset or declared in
27 * that the replacement text of the entity may not be available. When the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#intern-replacement'>
28 * replacement text</a> is available, the corresponding <code>Entity</code> node's child list
31 * <p>DOM Level 3 does not support editing <code>Entity</code> nodes; if a
32 * user wants to make changes to the contents of an <code>Entity</code>,
34 * structure model by a clone of the <code>Entity</code>'s contents, and
    [all...]
  /frameworks/base/core/java/android/content/
Entity.java 33 public final class Entity {
37 public Entity(ContentValues values) {
51 mSubValues.add(new Entity.NamedContentValues(uri, values));
66 sb.append("Entity: ").append(getEntityValues());
67 for (Entity.NamedContentValues namedValue : getSubValues()) {
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Entity.java 30 * MIME entity. An entity has a header and a body (see RFC 2045).
33 * @version $Id: Entity.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $
35 public abstract class Entity {
38 private Entity parent = null;
41 * Gets the parent entity of this entity.
42 * Returns <code>null</code> if this is the root entity.
46 public Entity getParent() {
51 * Sets the parent entity of this entity.
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
assetinfoatoms.cpp 322 addnlratingInfo += _STRLIT_WCHAR(";rating-entity=");
323 char Entity[4];
324 oscl_memset(Entity, 0, 4);
325 UInt32ToFourChar(_ratingEntity, Entity);
327 oscl_UTF8ToUnicode(Entity, 4, wEntity, 5);
392 addnlclassificationInfo += _STRLIT_WCHAR(";classification-entity=");
393 char Entity[4];
394 oscl_memset(Entity, 0, 4);
395 UInt32ToFourChar(_classificationEntity, Entity);
397 oscl_UTF8ToUnicode(Entity, 4, wEntity, 5)
    [all...]
  /external/webkit/WebCore/html/
PreloadScanner.cpp 53 struct Entity {
57 const struct Entity* findEntity(register const char* str, register unsigned int len);
261 const Entity* entity = findEntity(entityName.data(), entityName.size()); local
262 if (entity) {
264 return entity->code;
269 const Entity* entity = findEntity(entityName.data(), entityName.size()); local
270 if (entity)
271 return entity->code
600 unsigned entity = consumeEntity(m_source, notEnoughCharacters); local
    [all...]
  /external/tinyxml/
tinyxml.h 275 // If an entity has been found, transform it into a character.
359 struct Entity
371 static Entity entity[ NUM_ENTITY ]; member in class:TiXmlBase
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 27 import android.content.Entity;
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 464 milliseconds