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

1 2

  /external/webkit/Source/WebCore/dom/
Entity.h 31 class Entity : public ContainerNode {
38 Entity() : ContainerNode(0) {}
  /libcore/luni/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, an
    [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/clang/include/clang/Sema/
Scope.h 137 /// Entity - The entity with which this scope is associated. For
138 /// example, the entity of a class scope is the class itself, the
139 /// entity of a function scope is a function, etc. This field is
141 void *Entity;
230 void* getEntity() const { return Entity; }
231 void setEntity(void *E) { Entity = E; }
Initialization.h 38 /// \brief Describes an entity that is being initialized.
41 /// \brief Specifies the kind of entity being initialized.
43 /// \brief The entity being initialized is a variable.
45 /// \brief The entity being initialized is a function parameter.
47 /// \brief The entity being initialized is the result of a function call.
49 /// \brief The entity being initialized is an exception object that
52 /// \brief The entity being initialized is a non-static data member
55 /// \brief The entity being initialized is an element of an array.
57 /// \brief The entity being initialized is an object (or array of
60 /// \brief The entity being initialized is a temporary object
    [all...]
Sema.h 859 SourceLocation Loc, DeclarationName Entity);
861 SourceLocation Loc, DeclarationName Entity);
864 SourceRange Brackets, DeclarationName Entity);
871 SourceLocation Loc, DeclarationName Entity,
875 DeclarationName Entity);
877 SourceLocation Loc, DeclarationName Entity);
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
Template.java 51 interface Entity {
65 static class StringEntity implements Entity {
80 static class SimpleEntity implements Entity {
95 static class ListEntity implements Entity {
165 private List<Entity> mTemplate;
172 mTemplate = new ArrayList<Entity>();
231 for (Entity ent : mTemplate) {
  /external/clang/tools/libclang/
Indexing.cpp 684 const EntityInfo *Entity = static_cast<const EntityInfo *>(info);
685 return Entity->IndexCtx->getClientEntity(Entity->Dcl);
692 const EntityInfo *Entity = static_cast<const EntityInfo *>(info);
693 Entity->IndexCtx->setClientEntity(Entity->Dcl, client);
  /external/clang/lib/Sema/
SemaCast.cpp 324 InitializedEntity entity = InitializedEntity::InitializeTemporary(destType);
331 InitializationSequence sequence(S, entity, initKind, &src, 1);
    [all...]
SemaTemplateInstantiate.cpp 124 // If this is a friend declaration and it declares an entity at
173 Decl *Entity,
185 Inst.Entity = reinterpret_cast<uintptr_t>(Entity);
196 FunctionDecl *Entity, ExceptionSpecification,
208 Inst.Entity = reinterpret_cast<uintptr_t>(Entity);
233 Inst.Entity = reinterpret_cast<uintptr_t>(Template);
258 Inst.Entity = reinterpret_cast<uintptr_t>(FunctionTemplate);
286 Inst.Entity = reinterpret_cast<uintptr_t>(PartialSpec)
    [all...]
SemaExprObjC.cpp 292 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
294 ExprResult ConvertedNumber = PerformCopyInitialization(Entity,
340 InitializedEntity Entity
346 InitializationSequence Seq(S, Entity, Kind, &Element, 1);
348 return Seq.Perform(S, Entity, Kind, Element);
563 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
565 ExprResult ConvertedValueExpr = PerformCopyInitialization(Entity,
    [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp 134 // If the LHS is a plausible entity to assign to, provide a fixit hint to
    [all...]
SemaExprCXX.cpp 626 InitializedEntity Entity =
629 Res = PerformMoveOrCopyInitialization(Entity, NRVOVariable,
    [all...]
SemaTemplate.cpp 381 // entity as the one found in the class of the object expression,
    [all...]
SemaChecking.cpp 845 InitializedEntity Entity =
848 Arg = PerformCopyInitialization(Entity, SourceLocation(), Arg);
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp 120 // implicitly or explicitly capture any entity.
244 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
248 InitializationSequence InitSeq(*this, Entity, Kind, &Arg, 1);
249 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
9706 InitializedEntity entity = local
    [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 600 // into an entity.
    [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...]
  /external/tinyxml2/
tinyxml2.cpp 64 struct Entity {
71 static const Entity entities[NUM_ENTITIES] =
194 // - special entities in the entity table [in/out]
213 // Found an entity convert;
304 // Presume an entity, and pull it out.
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 29 import android.content.Entity;
    [all...]

Completed in 1420 milliseconds

1 2